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
Passing a quantity value is optional for those wishlist systems that do not support quantities. In this scenario, the returned quantity value will always be 1
, allowing the add-to-cart and pricing to reflect the single representation of the wished item accurately.
If the wishlist system you are building allows for setting quantity, add the quantity attribute to the request body with an integer value greater than zero.