Update item

Updates an existing item for the specified partner. Accepts a JSON payload matching ItemsCreate; server preserves read-only fields (id, created_at, updated_at) and returns the updated representation.

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

Item identifier (UUID).

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