Wishlists
Create a Wishlist
Creates a new wishlist for the current user in the current store.
POST
/
api
/
v2
/
storefront
/
wishlists
Authorizations
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Query Parameters
Specify the fields you would like returned in the response body. More information.
Body
application/json
The Wishlist name.
Set the Wishlist to public or private. Defaults to true (private).
Whether the wishlist is set to the users default wishlist for the current store. Defaults to false.
Was this page helpful?