nerdexam
Magento

M70-101 · Question #46

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

(24 responses)
  • A
    83% (20)
  • B
    4% (1)
  • C
    4% (1)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice