Wishlists / Wished Items
Delete Item from Wishlist
Storefront API
- Authentication
- Account
- Account / Address
- Account / Credit Cards
- Account / Orders
- Order Status
- Cart
- Cart / Line Items
- Cart / Other
- Cart / Coupons
- Checkout
- Checkout / State
- Checkout / Shipments
- Checkout / Payments
- Checkout / Store Credit
- Products
- Stores
- Taxons
- Countries
- CMS Pages
- Menus
- Wishlists
- Wishlists / Wished Items
- Digital Downloads
Platform API
- Authentication
- Addresses
- Adjustments
- Classifications
- CMS Pages
- CMS Sections
- Countries
- Data Feeds
- Digital Links
- Digital Assets
- Line Items
- Menu Items
- Menus
- Option Types
- Option Values
- Orders
- Payment Methods
- Payments
- Products
- Promotion Actions
- Promotion Categories
- Promotion Rules
- Promotions
- Roles
- Shipments
- Shipping Categories
- Shipping Methods
- States
- Stock Items
- Stock Locations
- Store Credit Categories
- Store Credit Types
- Store Credits
- Tax Categories
- Tax Rates
- Taxonomies
- Taxons
- Users
- Variants
- Webhook Events
- Webhook Subscribers
- Wished Items
- Wishlists
- Zones
Wishlists / Wished Items
Delete Item from Wishlist
Removes a wished item from a wishlist.
DELETE
/
api
/
v2
/
storefront
/
wishlists
/
{token}
/
remove_item
/
{item_id}
Authorization
string
*
Bearer
Authorization
Required
string
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
token
string
*
token
Required
string
The token is a unique string used to identify the target resource.
item_id
string
*
item_id
Required
string
The wished item id
{
"data": {
"id": "1",
"type": "wished_item",
"attributes": {
"quantity": 3,
"price": "55.99",
"total": "167.97",
"display_price": "$55.99",
"display_total": "$167.97"
},
"relationships": {
"variant": {
"data": {
"id": "149",
"type": "variant"
}
}
}
}
}
Authorizations
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Path Parameters
The token is a unique string used to identify the target resource.
The wished item id
Response
200 - application/vnd.api+json
Indicates if Variant is the master Variant
Indicates if Variant is in stock or backorderable
Indicates if Variant is in stock
Was this page helpful?
{
"data": {
"id": "1",
"type": "wished_item",
"attributes": {
"quantity": 3,
"price": "55.99",
"total": "167.97",
"display_price": "$55.99",
"display_total": "$167.97"
},
"relationships": {
"variant": {
"data": {
"id": "149",
"type": "variant"
}
}
}
}
}