Product Types
A product type pins down which technical specifications are relevant for a given kind of product. The PIM UI renders form groups for each attached attribute, and bulk-publish refuses to publish products missing required attributes for their type.
Endpoints
GET
/api/b2b/pim/product-typesauth: sessionGET
/api/b2b/pim/product-types/:codeauth: sessionPOST
/api/b2b/pim/product-typesauth: sessionPATCH
/api/b2b/pim/product-types/:codeauth: sessionDELETE
/api/b2b/pim/product-types/:codeauth: sessionData shape
code— stable identifier, referenced from products.name—MultiLangString.technical_specifications— ordered list of{ code, required, group? }references into Technical Specifications.default_channel_overrides— per-channel presets applied to new products of this type.