Skip to main content
POST
Retrieve promoted items available in the cart

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successfully retrieved the promoted items.

id
integer

ID of the item.

name
string

Name of the item.

image
string

URL of the item's image.

original_price
number<float>

The original price of the item.

price
number<float>

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<float> | null

The virtual price of the item.