Create new Item

Creates a new item for the specified partner. Accepts a JSON payload matching
ItemsCreate and returns the created item with server-generated fields (id,
created_at, updated_at).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Represents the request body for creating a new product via the "Add new item" form.

string
length ≤ 120

Human-readable product name displayed to customers.

string
length ≤ 1000

Optional detailed description of the product.

string
≥ 0

Unit price of the product in the specified currency. Must be non-negative.

string

ISO 4217 currency code. Defaults to USD if not provided.

string
length ≤ 50

Internal ICPU/Product code used for product identification in fiscalization systems.

string
length ≤ 50

Internal package identifier code, used for packaging and logistics mapping.

string

Public URL of the product image. If an image file is uploaded via multipart, the server will populate this field.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json