Technical Specifications

Technical specifications are the atomic attribute definitions for PIM — they define a field's type, units, allowed values, and how the storefront should render them. A product type attaches a list of these and each product stores values keyed by the spec's code.

Endpoints

GET/api/b2b/pim/technical-specificationsauth: session
GET/api/b2b/pim/technical-specifications/:codeauth: session
POST/api/b2b/pim/technical-specificationsauth: session
PATCH/api/b2b/pim/technical-specifications/:codeauth: session
DELETE/api/b2b/pim/technical-specifications/:codeauth: session

Value types

Supported value types
FieldTypeRequiredDescription
stringscalarOptionalShort text.
textscalarOptionalMulti-line text / rich text.
numberscalarOptionalFloat with optional unit.
integerscalarOptionalWhole number.
booleanscalarOptionaltrue / false.
enumscalarOptionalOne value from an explicit option set.
multi_enumarrayOptionalZero or more values from the option set.
datescalarOptionalISO-8601 date.
urlscalarOptionalValidated URL.
referencescalarOptionalLink to another PIM entity.