{
"wishlists": [
{
"wishlists": [
{
"id": "<string>",
"products": [
{
"id": "<string>",
"title": "<string>",
"handle": "<string>",
"subtitle": "<string>",
"description": "<string>",
"is_giftcard": true,
"status": "<string>",
"thumbnail": "<string>",
"weight": 123,
"length": 123,
"height": 123,
"width": 123,
"origin_country": "<string>",
"hs_code": "<string>",
"mid_code": "<string>",
"material": "<string>",
"discountable": true,
"external_id": "<string>",
"metadata": {},
"type_id": "<string>",
"type": "<string>",
"collection_id": "<string>",
"collection": {
"id": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"variant_id": "<string>",
"price_set_id": "<string>",
"currency_code": "<string>",
"calculated_amount": 123
}
]
}
]
}
],
"count": 123,
"offset": 123,
"limit": 123
}Retrieves the wishlist created by the authenticated user.
{
"wishlists": [
{
"wishlists": [
{
"id": "<string>",
"products": [
{
"id": "<string>",
"title": "<string>",
"handle": "<string>",
"subtitle": "<string>",
"description": "<string>",
"is_giftcard": true,
"status": "<string>",
"thumbnail": "<string>",
"weight": 123,
"length": 123,
"height": 123,
"width": 123,
"origin_country": "<string>",
"hs_code": "<string>",
"mid_code": "<string>",
"material": "<string>",
"discountable": true,
"external_id": "<string>",
"metadata": {},
"type_id": "<string>",
"type": "<string>",
"collection_id": "<string>",
"collection": {
"id": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"variant_id": "<string>",
"price_set_id": "<string>",
"currency_code": "<string>",
"calculated_amount": 123
}
]
}
]
}
],
"count": 123,
"offset": 123,
"limit": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of items to skip before starting to collect the result set.
The number of items to return.
Comma-separated fields to include in the response.
OK
Show child attributes
A list of wishlists.
Show child attributes
The unique identifier of the wishlist.
A list of products in the wishlist.
Show child attributes
The unique identifier of the product.
The title of the product.
The unique handle of the product.
The subtitle of the product.
The description of the product.
Indicates if the product is a gift card.
The status of the product.
URL of the product thumbnail.
Weight of the product.
Length of the product.
Height of the product.
Width of the product.
Country of origin.
Harmonized System code.
Manufacturer Identification code.
Material of the product.
Indicates if the product is discountable.
External identifier.
Additional metadata.
Product type identifier.
Product type.
Collection identifier.
The date with timezone when the product was created.
The date with timezone when the product was last updated.
The date with timezone when the product was deleted.
Variant identifier.
Price set identifier.
Currency code.
Calculated amount for the product.
The total number of items available
The number of items skipped before these items
The number of items per page