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

1

There are 1 best solutions below

0
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