Create
Create multiple collections
Collection is an alternative way to organize products compared to the original Category system; they’re created based on merchant’s requirements. This endpoint is used to create a new collection Note: You can create up to 25 collections in a single call.
POST
/
collections
/
batch
Authorizations
Authorization
string
headerrequiredS2S access token (JWT) from fabric Identity service (during Login)
Headers
x-fabric-tenant-id
string
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
x-fabric-request-id
string
Unique request ID
Body
application/json
Bulk Collection creation
collections
object[]
Response
200 - application/json
Bulk create response
data
object[]
Was this page helpful?