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 At

OCAPI: Is it possible to get save for later or wishlist product using OCAPI for registered user.

1

There are 1 answers

0
Netinel On

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