Wishlists / Wished Items
Add Items to Wishlist
The Add Items to Wishlist endpoint adds variants to an existing wishlist by creating a new wished_item
objects. A wished item in a wishlist is comparable to a line item in a cart.
Each wished item references a single variant, holds the desired quantity and returns price information determined by the variant price in current currency, and desired quantity.
POST
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
Was this page helpful?