Wishlists
Create a Wishlist
Creates a new wishlist for the current user in the current store.
POST
/
api
/
v2
/
storefront
/
wishlists
Authorizations
Authorization
string
headerrequiredUser token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Query Parameters
fields[wishlist]
string
Specify the fields you would like returned in the response body. More information.
Body
application/json
name
string
requiredThe Wishlist name.
is_private
boolean
Set the Wishlist to public or private. Defaults to true (private).
is_default
boolean
Whether the wishlist is set to the users default wishlist for the current store. Defaults to false.
Response
200 - application/vnd.api+json
data
object
requiredincluded
object[]
Was this page helpful?