Upload a single image and attach it to the product. Accepts JPEG, PNG, GIF, WebP, SVG, or BMP. When is_primary is true the previously primary image (if any) is automatically demoted, so at most one image per product carries the flag. Requires the organization.contribute_organization permission on the membership.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
UUID of the organization that owns the product.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$GTIN-8/12/13/14 of the target product. Normalized to GTIN-14 by zero-padding before lookup.
^\d{8,14}$Image file to upload (JPEG, PNG, GIF, WebP, SVG, or BMP).
Caption / role label for the image (e.g. "Front of package"). Empty string when not specified.
255When true, this image becomes the product's hero image and the previous primary image is automatically unmarked. Defaults to false.
Created
Single image attached to a product.
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}$Caption / role label for the image (e.g. "Front of package", "Nutrition facts"). Empty string when not set.
255"Front of package"
True for the single image surfaced as the product's hero. At most one image per product has this set; uploading a new primary unsets the previous one.
Display order within a product's image gallery. Lower numbers appear first; ties break on -created. Primary image always sorts first regardless of priority.
x >= 0ISO-8601 UTC timestamp of when the image was uploaded.
Absolute URL of the original (non-resized) image asset on the configured storage backend. null only when the underlying ImageField is empty, which should not occur for persisted rows.
"https://cdn.closient.com/products/00012345678905/hero.jpg"