This service allows you to obtain a list of categories available for commerce.
invalid credentials
curl -i -X GET \ https://api.h4b.dev/api/v2/Collections \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "collections": [
- {
- "id": 0,
- "parentCollectionId": 0,
- "parentCollectionName": "string",
- "name": "string",
- "description": "string",
- "productCount": 0,
- "jsonDynamicFilters": "string",
- "keywords": "string",
- "bannerImageUrl": "string",
- "smallBannerImageUrl": "string",
- "hasAgeRestriction": true,
- "schedules": [
- {
- "isActive": true,
- "day": 1,
- "hours": [
- {
- "startTime": "08:00",
- "endTime": "15:00"
}
]
}
]
}
]
}