Collections create

🔒

Requires collection access scope. For more access scope

TopicTrigger TimingMinimum Supported Version
collections/createTriggered when a collection is created202007

Response Example

{
    "collection": {
        "id": "0097cfc8-6ec3-40ed-ab9f-6f2231b705a6",
        "title": "Collection",
        "handle": "Collection",
        "description": "",
        "meta_title": "xxx",
        "meta_description": "xxx",
        "meta_keyword": "tag1,tag2,tag3",
        "image": {
            "src": "https://cdn.shoplazza.com/example.png",
            "width": 480,
            "height": 360,
            "alt": "Image"
        },
        "sort_order": "alpha-asc",
        "created_at": "2018-10-31T13:02:19-04:00",
        "updated_at": "2018-10-31T13:02:19-04:00"
    }
}