cancel
Showing results for 
Search instead for 
Did you mean: 

How to Get Product Image data in Order API Magento 2?

How to Get Product Image data in Order API Magento 2?

Get /V1/orders/{id}

 

This API Returns information for the order for a specified customer. How to get Order Item detail with Images using order id

1 REPLY 1

Re: How to Get Product Image data in Order API Magento 2?

Hi @desktop1,

Please follow below way to add custom attribute to order api

https://magento.stackexchange.com/questions/245973/magento-2-order-rest-api-append-custom-attribute

 

Through this you can have the product image 

https://magento.stackexchange.com/questions/252888/how-to-get-product-image-data-in-cart-api-magento...

 

Hope this helps you!

Problem Solved! Click Kudos &Accept as Solution!