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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
ID of the item.
URL of the item's image.
Indicates if the item is a subscription.
Indicates if the item is unavailable.
Indicates if the item is virtual currency only.
Name of the item.
The original price of the item.
The current promoted price of the item.
The current value of the global quantity limit.
The global quantity limit for the item.
The current value of the user-specific quantity limit.
The user-specific quantity limit for the item.
The virtual price of the item.