Cart Endpoints
Promoted Packages
Fetches a list of promoted items available in the cart along with their details such as price, availability, and quantity limits.
POST
/
cart
/
getPromoted
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
ID of the item.
Name of the item.
URL of the item's image.
The original price of the item.
The current promoted price of the item.
Indicates if the item is a subscription.
The global quantity limit for the item.
The current value of the global quantity limit.
The user-specific quantity limit for the item.
The current value of the user-specific quantity limit.
Indicates if the item is unavailable.
Indicates if the item is virtual currency only.
The virtual price of the item.