nerdexam
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)
  • A
    80% (35)
  • B
    11% (5)
  • C
    2% (1)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full M70-201 Practice