Skip to main content
GET
Get a Catalog product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Catalog product with base-schema and product-only Shared Attribute values.

id
string<uuid>
required
company_id
string<uuid>
required
schema_id
string<uuid>
required
source
enum<string>
required
Available options:
manual,
product_extraction,
shopify
external_id
string | null
required
status
enum<string>
required
Available options:
draft,
active,
archived
attributes
object
required

Values backed by active Shared Attributes from the base schema or attribute_extensions.

attribute_extensions
object[]
required
Maximum array length: 2000
created_at
string<date-time>
required
updated_at
string<date-time>
required
deleted_at
string<date-time> | null
required
relations
object

Hydrated relation values. Present on the single-product GET response.