latestSwagger 2.0ShopBase Dev 1.02026-08-10153268547.4 KB

353ccde6240d

Custom Collection

Retrieves a list of custom collections.

Retrieve all collections.

get/admin/collections/custom.json

Response

OK

Example response

{
  "custom_collection": [
    {
      "body_html": "<p>The best selling iPods ever</p>",
      "handle": "IPods",
      "id": 632910392,
      "image": {
        "alt": "iPods",
        "created_at": "2018-04-19T09:34:47-04:00",
        "height": 488,
        "src": "https://img.btdmp.com/collections/ipod.jpg",
        "width": 500
      },
      "metafields": [
        {
          "key": "description_tag",
          "namespace": "global",
          "value": "description_tag",
          "value_type": "string"
        }
      ],
      "published": true,
      "sort_order": "best-selling",
      "title": "IPods"
    }
  ]
}