Models

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 object field 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

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.