POST
/
items
/
get
/
guest
/
{id}

Path Parameters

id
string
required

The ID of the item to retrieve

Response

200 - application/json
success
boolean

Indicates whether the item retrieval was successful

name
string

The name of the item

active
boolean

Indicates if the item is active

is_subs
boolean

Indicates if the item is a subscription package

image
string

URL of the item image

original_price
number

The original price of the item

price
number

The final price of the item after discount

discount
number

The discount applied to the item

quantityGlobalLimit
number

The global quantity limit for the item

quantityGlobalCurrentLimit
number

The current global quantity limit used

quantityUserLimit
string

The quantity limit per user (disabled for guests)

quantityUserCurrentLimit
integer

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

virtual_price
number

The price of the item in virtual currency

is_virtual_currency_only
boolean

Indicates if the item can only be purchased with virtual currency

id
integer

The unique identifier of the item

description
string

The description of the item (contains HTML code).

in_cart
boolean

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

is_unavailable
boolean

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