Update a catalog entry
Authentication
Path parameters
Headers
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Request
ERP Vendor id from ERP/accounting system
Deprecated: use item_name instead. This field will be removed in a future API version.
Buying format distinguishing multiple purchasing formats for the same item (e.g., ‘CASE’, ‘EACH’). Used as part of the composite unique key for integrations that differentiate catalog entries by buying format. Optional — null or omitted for integrations that do not use buying format.
Optional. Human-readable vendor name attached to erp_vendor_id, sourced from the originating system. Note: reads return the resolved vendor name for the entry, which may come from upstream ERP/sync sources rather than this field. Omit to leave unchanged; pass empty string to clear.
Response
Unique identifier (prefixed with cte_)
Deprecated: use item_name instead. This field will be removed in a future API version.
Buying format distinguishing multiple purchasing formats for the same item (e.g., ‘CASE’, ‘EACH’). Used as part of the composite unique key for integrations that differentiate catalog entries by buying format. Optional — null or omitted for integrations that do not use buying format.
Price (decimal string)
Unit price (decimal string)
Last purchased price (decimal string)
ERP Vendor id from ERP/accounting system
Deprecated. Use erp_vendor_name instead. Same value, kept for backward compatibility; will be removed in a future API version.
Human-readable vendor name attached to erp_vendor_id, sourced from the originating system. Nullable when not provided.
POS dimensions. When the entry was submitted with dimension codes, the response mirrors the input list format: an array of objects each with one dimension-type key (value = name) plus a ‘code’ field. When no codes are present the legacy object format is used: keys are uppercase dimension types, values are dimension names. Null when no dimensions are set.
UTC equivalent of last_purchased_date. ISO 8601 with Z suffix, e.g. “2025-05-20T15:17:35.652584Z”.
UTC equivalent of created_date. ISO 8601 with Z suffix, e.g. “2025-05-20T15:17:35.652584Z”.
UTC equivalent of last_modified_date. ISO 8601 with Z suffix, e.g. “2025-05-20T15:17:35.652584Z”.
List of catalog prices (only in retrieve or when expand=prices)
List of catalog allowances (only in retrieve or when expand=allowances)
Soft-validation warnings. Present when the prices or allowances field was absent from the request.

