Skip to main content
POST
Create a Wishlist

Authorizations

Authorization
string
header
required

User 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
required

The 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 Success - Returns the wishlist object.

data
Wishlist · object
required
included
Wishlist Includes · object[]