Wishlists / Wished Items
Delete Items from Wishlist
Removes wished items from a wishlist.
DELETE
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.
Body
application/vnd.api+json
The Wished Item ID that is to be removed from wishlist.
Was this page helpful?
Previous
Download a Digital AssetThis endpoint allows you to download a digital item using the unique digital_link token.
The digital_link token value can be found by including `line_items.digital_links` in a completed order lookup.
Use the **Retrieve an Order Status** endpoint found under the Order Status tab, or the **Retrieve an Order** endpoint found under the Account / Orders tab to perform a completed order lookup.
Depending on the store that the item was purchased in, downloads may be restricted to a set number of days since the purchase was made. Additionally, the number of times a download link can be used may be restricted.
If you are not authorized to perform the download due to the download limit restrictions mentioned above, a 403 response will be returned.
Next