{
"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
The response is of type object
.