POST
/
cart
/
getPromoted

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
integer

ID of the item.

name
string

Name of the item.

image
string

URL of the item's image.

original_price
number

The original price of the item.

price
number

The current promoted price of the item.

is_subs
boolean

Indicates if the item is a subscription.

quantityGlobalLimit
integer | null

The global quantity limit for the item.

quantityGlobalCurrentLimit
integer | null

The current value of the global quantity limit.

quantityUserLimit
integer | null

The user-specific quantity limit for the item.

quantityUserCurrentLimit
integer | null

The current value of the user-specific quantity limit.

is_unavailable
boolean

Indicates if the item is unavailable.

is_virtual_currency_only
boolean

Indicates if the item is virtual currency only.

virtual_price
number | null

The virtual price of the item.