Models
Every object the API returns or accepts, field by field.
The reference pages show endpoints; these pages show the objects — every field with its type, whether it is required, and its validation rules. All generated from the OpenAPI spec, so they can never drift from the live API.
Conventions across every model
- Ids are strings with a type prefix:
prod_,var_,img_,list_,chac_,ord_,op_,evt_,whe_,file_ - Every object carries an
objectfield naming its type - Money is a string with two decimals (
"49.90") in the store currency — never a float - Timestamps are ISO 8601 UTC (
2026-07-30T12:00:00Z) - Unknown request fields are rejected with
422 validation_failed
Product
Fields and validation of the Product object.
Listing
Fields and validation of the Listing object.
Channel account
Fields and validation of the Channel account object.
Order
Fields and validation of the Order object.
Operation
Fields and validation of the Operation object.
Event
Fields and validation of the Event object.
Webhook endpoint
Fields and validation of the Webhook endpoint object.
File
Fields and validation of the File object.
Last updated on July 30, 2026
Need help?
The API is in private beta — email us and a human replies, usually within one business day.