POST
/
api
/
v2
/
storefront
/
wishlists
{
  "data": {
    "id": "28",
    "type": "wishlist",
    "attributes": {
      "token": "1inBHcJnxBrVEMAZb9esRqZP",
      "name": "My Wishlist",
      "is_private": false,
      "is_default": true,
      "variant_included": false
    },
    "relationships": {
      "wished_items": {
        "data": [
          {
            "id": "14",
            "type": "wished_item"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
headerrequired

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 - application/vnd.api+json
data
object
required
included
object[]