Add an item to the cart
Packages
Add Package
Adds an item to the user’s cart with optional promotion and payment type.
POST
Add an item to the cart
Documentation Index
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Item details to be added to the cart.

