Get product detail
Retrieve product information by its URL-safe short ID. Returns 404 if no product matches the short ID.
Authorizations
Path Parameters
URL-safe short identifier for the product (as returned in ProductBrowseOut.id).
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Response
OK
Compact product record returned by the public browse endpoints.
Internal product identifier (UUID). Stable for the lifetime of the GTIN.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Normalized GTIN-14 (zero-padded). Stable across the catalog regardless of input format.
14^\d{14}$True when the GTIN has been claimed by a brand owner (i.e. the linked Brand belongs to an Organization).
ISO 8601 timestamp of when the product record was created in Closient.
Display name of the product as marketed on the packaging.
Brand name resolved from the linked Brand record. Empty string when no brand is linked.
Long-form description of the product. May be empty.
URL-safe 22-character shortuuid encoding of the row's UUID primary key. Stable across the row's lifetime; suitable for sharing in URLs, log lines, and external SDK clients. Accepted on input as either the shortuuid form or the canonical UUID form (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$