OCAPI: Is it possible to get save for later or wishlist product using OCAPI for registered user.
OCAPI: my question is that ,Is it possible to get save for later or wishlist product using OCAPI for registered user
485 views Asked by Mohit Sharma At
1
Yes, you can create wishlist with: POST https://hostname:port/dw/shop/v18_8/customers/{customer_id}/product_lists API
Add product: POST https://hostname:port/dw/shop/v18_8/customers/{customer_id}/product_lists/{list_id}/items