post

/merchant/current/projects/{project_id}/store/items/physical_good

Adds a new item.

Authorization

basic

Request Parameters

1 Path Parameter

Request Body

Schema
object
$schema: http://json-schema.org/draft-04/schema#
sku
string

Unique item ID. The SKU may only contain lowercase Latin alphanumeric characters, dashes, and underscores.

required
name
object

List of localized project names.

required
prices
array[object]

Item prices (array).

required
tax_categories
array[string]

Tax category.

required
description
object

Localized item descriptions (array).

long_description
object

Localized extended descriptions of the item (array).

image_url
string

Image URL.

media_list
array[string]

Array of media resourses.

groups
array[string]

Groups the item belongs to (array).

attributes
object

Array of attributes.

vc_prices
object

Price in the in-game currency. If ‘null’, the item can only be purchased for real currency.

is_enabled
boolean

Enables the item.

is_deleted
boolean

Deletes the item.

is_free
boolean

Label for free item.

order
number

Position in the list of items.

purchase_limit
string

Number of times the item can be purchased. If ‘null’, there is no limit on the number of purchases.

Responses

Physical item was successfully created

Schema
object
$schema: http://json-schema.org/draft-04/schema#
sku
string
1 validation

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
project_id
$$.env
2 variables not set
username
password