Collections
Collections are flat, manually curated product sets — typically used for campaigns (“Spring Sale”), editorial rails (“Staff picks”), or cross-sells. Unlike categories, collections are not hierarchical and do not drive URL structure.
Endpoints
GET
/api/b2b/pim/collectionsauth: sessionGET
/api/b2b/pim/collections/:slugauth: sessionPOST
/api/b2b/pim/collectionsauth: sessionPATCH
/api/b2b/pim/collections/:slugauth: sessionDELETE
/api/b2b/pim/collections/:slugauth: sessionPOST
/api/b2b/pim/collections/:slug/productsauth: sessionDELETE
/api/b2b/pim/collections/:slug/products/:entity_codeauth: sessionNotes
- Products are referenced by
entity_code. A product can belong to any number of collections simultaneously. - Ordering within a collection is stored as an ordered array of
entity_codes; PATCH with a new order to reorder.