v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

List Bundles

get/2023-10/bundle

Path parameters

versionstring required

YYYY-MM

Query parameters

myshopifyDomainstring

myshopifyDomain is your default domain which you have chosen when you signed up to Shopify. It has ".myshopify.com" at the end (your-store-name.myshopify.com)

Response

200

successboolean
messagestring
codestring

Example response

{
  "success": true,
  "message": "Bundles fetched successfully",
  "data": [
    {
      "id": "49317797aa47477198b3cf7976f484aa",
      "name": "Hyper fresh golden yolk free range eggs (Thursday delivery)",
      "description": "We deliver to your postcode area on Thursdays. Order cut-offThe cut-off for Thursday deliver is [cut-off day & time]. Orders placed after this time will be delivered the following Thursday.",
      "image": "https://cdn.shopify.com/s/files/1/0679/4779/0645/files/12eggs_a10d69db-f473-47c4-a625-48050a1d8613.webp?v=1698303687",
      "type": "FIXED",
      "status": "ACTIVE"
    }
  ],
  "code": "SUCCESS"
}