POST
/
items
/
get
/
guest
/
{id}

Path Parameters

id
string
required

The ID of the item to retrieve

Response

200 - application/json
active
boolean

Indicates if the item is active

description
string

The description of the item (contains HTML code).

discount
number

The discount applied to the item

id
integer

The unique identifier of the item

image
string

URL of the item image

in_cart
boolean

Indicates if the item is already in the cart (dynamically updated)

is_subs
boolean

Indicates if the item is a subscription package

is_unavailable
boolean

Indicates if the item is unavailable for purchase (per user)

is_virtual_currency_only
boolean

Indicates if the item can only be purchased with virtual currency

name
string

The name of the item

original_price
number

The original price of the item

price
number

The final price of the item after discount

quantityGlobalCurrentLimit
number

The current global quantity limit used

quantityGlobalLimit
number

The global quantity limit for the item

quantityUserCurrentLimit
integer

The current quantity used by the user (disabled for guests)

quantityUserLimit
string

The quantity limit per user (disabled for guests)

success
boolean

Indicates whether the item retrieval was successful

virtual_price
number

The price of the item in virtual currency