Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using woocommerce rest api for my mobile app. Now, on order page i am showing product name and other details, here i want to show product image also. How can i. I have tried multiple array combinations but it is in vain.

I want to add image in "line_items " array

I am using version: 'wc/v2' for rest api.

What I have tried:

Tried to edit class-wc-rest-orders-controller.php file but don't know where the array is populating.
Posted

1 solution

Call the product api in the same loop of products to get the product picture (product id)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900