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: sessionGET
/api/b2b/pim/technical-specifications/:codeauth: sessionPOST
/api/b2b/pim/technical-specificationsauth: sessionPATCH
/api/b2b/pim/technical-specifications/:codeauth: sessionDELETE
/api/b2b/pim/technical-specifications/:codeauth: sessionValue types
Supported value types
| Field | Type | Required | Description |
|---|---|---|---|
string | scalar | Optional | Short text. |
text | scalar | Optional | Multi-line text / rich text. |
number | scalar | Optional | Float with optional unit. |
integer | scalar | Optional | Whole number. |
boolean | scalar | Optional | true / false. |
enum | scalar | Optional | One value from an explicit option set. |
multi_enum | array | Optional | Zero or more values from the option set. |
date | scalar | Optional | ISO-8601 date. |
url | scalar | Optional | Validated URL. |
reference | scalar | Optional | Link to another PIM entity. |