Packages
Add Package
Adds an item to the user’s cart with optional promotion and payment type.
POST
/
cart
/
add
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the item to add to the cart.
Query Parameters
Whether the item is promoted. Possible values are '0' (no) and '1' (yes).
Available options:
0
, 1
The type of payment for the item. Possible values are '0' (regular) and '1' (subscription).
Available options:
0
, 1
Body
application/json
Available options:
0
, 1
Available options:
0
, 1