Magento
M70-201 · Question #123
Which of the following API calls allows you to fetch the list of related products using the native Magento API?
The correct answer is A. catalog_product_link.list, with arguments $type='related', $product_id. See the full explanation below for the reasoning.
Question
Which of the following API calls allows you to fetch the list of related products using the native Magento API?
Options
- Acatalog_product_link.list, with arguments $type='related', $product_id
- Bcatalog_product.list, with arguments $type='related', $product_id
- Ccatalog_product_related.list, with argument $product_id
- Dcatalog_product_option.list, with arguments $type='related', $product_id
How the community answered
(44 responses)- A80% (35)
- B11% (5)
- C2% (1)
- D7% (3)
Community Discussion
No community discussion yet for this question.