Skip to content

Product List

Query Parameters

Rebuy-Api-Key · string · Default: 5da0da1d35e8a47b16bea7c6112c7f1d2ca867d6
Your Rebuy public API key
handle · string · Default: throw-blankets
URL-friendly identifier for the collection provided by Shopify
key · string · Default: 5da0da1d35e8a47b16bea7c6112c7f1d2ca867d6
URL-friendly identifier for the collection

Code Example

// POST https://rebuyengine.com/api/v1/smart-collections/{handle}/products
const params = new URLSearchParams({
  Rebuy-Api-Key: "YOUR_VALUE",
  handle: "YOUR_VALUE"
});

fetch(`https://rebuyengine.com/api/v1/smart-collections/{handle}/products?${params}`)
  .then(response => response.json())
  .then(data => console.log(data));

Response Examples

200 - 200

{
  "successful": true,
  "data": {
    "products": [
      {
        "canPurchase": true,
        "categories": [
          "TOYS"
        ],
        "compareAtPrice": 0,
        "createdAt": 1721135135,
        "description": "",
        "handle": "digimon-plush-toys-digimon-adventure-yagami-taichi-agumon-plush-toy-doll",
        "id": "9585971822891",
        "images": [
          {
            "alt": "",
            "url": "https://cdn.shopify.com/s/files/1/0888/9407/9275/files/d05c532f9b94484a51dd37222bbea4e2.jpg?v=1721135135"
          }
        ],
        "name": "Digimon Plush Toys Digimon Adventure YAGAMI TAICHI Agumon Plush Toy Doll",
        "price": 2400,
        "sku": "TOY137",
        "tags": [
          "digimon",
          "egnition-sample-data",
          "stuffed-toys",
          "toys"
        ],
        "updatedAt": 1721135750,
        "url": "https://aperez-shop.myshopify.com/products/digimon-plush-toys-digimon-adventure-yagami-taichi-agumon-plush-toy-doll",
        "variants": [
          {
            "canPurchase": true,
            "compareAtPrice": 0,
            "createdAt": 1721135135,
            "description": "",
            "descriptionText": "",
            "id": "49342336958763",
            "images": [],
            "name": "Default Title",
            "position": 1,
            "price": 2400,
            "productId": "9585971822891",
            "ratings": {
              "average": 0,
              "count": 0
            },
            "sku": "TOY137",
            "url": "https://aperez-shop.myshopify.com/products/digimon-plush-toys-digimon-adventure-yagami-taichi-agumon-plush-toy-doll?variant=49342336958763",
            "visible": true
          }
        ],
        "vendor": "DIGIMON",
        "visible": true
      },
      {
        "canPurchase": true,
        "categories": [
          "TOYS"
        ],
        "compareAtPrice": 0,
        "createdAt": 1721135139,
        "description": "",
        "handle": "anime-cartoon-digimon-digital-monsters",
        "id": "9585972183339",
        "images": [
          {
            "alt": "",
            "url": "https://cdn.shopify.com/s/files/1/0888/9407/9275/files/b5194ae37dbb1c47d9ffc865d6a21ac9.jpg?v=1721135139"
          }
        ],
        "name": "Anime Cartoon Digimon Digital Monsters",
        "price": 6299,
        "sku": "TOY140",
        "tags": [
          "digimon",
          "egnition-sample-data",
          "stuffed-toys",
          "toys"
        ],
        "updatedAt": 1731451681,
        "url": "https://aperez-shop.myshopify.com/products/anime-cartoon-digimon-digital-monsters",
        "variants": [
          {
            "canPurchase": true,
            "compareAtPrice": 0,
            "createdAt": 1721135139,
            "description": "",
            "descriptionText": "",
            "id": "49342337548587",
            "images": [],
            "name": "Default Title",
            "position": 1,
            "price": 6299,
            "productId": "9585972183339",
            "ratings": {
              "average": 0,
              "count": 0
            },
            "sku": "TOY140",
            "url": "https://aperez-shop.myshopify.com/products/anime-cartoon-digimon-digital-monsters?variant=49342337548587",
            "visible": true
          }
        ],
        "vendor": "DIGIMON",
        "visible": true
      },
      {
        "canPurchase": true,
        "categories": [
          "TOYS"
        ],
        "compareAtPrice": 0,
        "createdAt": 1721135138,
        "description": "",
        "handle": "410cm-digimon-tailmon-plush-toy",
        "id": "9585972019499",
        "images": [
          {
            "alt": "",
            "url": "https://cdn.shopify.com/s/files/1/0888/9407/9275/files/c67a583655208237acd890e440921d49.jpg?v=1721135138"
          }
        ],
        "name": "4\"10cm Digimon Tailmon Plush Toy",
        "price": 4399,
        "sku": "TOY139",
        "tags": [
          "digimon",
          "egnition-sample-data",
          "stuffed-toys",
          "toys"
        ],
        "updatedAt": 1721135750,
        "url": "https://aperez-shop.myshopify.com/products/410cm-digimon-tailmon-plush-toy",
        "variants": [
          {
            "canPurchase": true,
            "compareAtPrice": 0,
            "createdAt": 1721135138,
            "description": "",
            "descriptionText": "",
            "id": "49342337155371",
            "images": [],
            "name": "Default Title",
            "position": 1,
            "price": 4399,
            "productId": "9585972019499",
            "ratings": {
              "average": 0,
              "count": 0
            },
            "sku": "TOY139",
            "url": "https://aperez-shop.myshopify.com/products/410cm-digimon-tailmon-plush-toy?variant=49342337155371",
            "visible": true
          }
        ],
        "vendor": "DIGIMON",
        "visible": true
      },
      {
        "canPurchase": true,
        "categories": [
          "TOYS"
        ],
        "compareAtPrice": 0,
        "createdAt": 1721135128,
        "description": "",
        "handle": "anime-digimon-adventure-patamon-stuffed-toy-plush-toys",
        "id": "9585971462443",
        "images": [
          {
            "alt": "",
            "url": "https://cdn.shopify.com/s/files/1/0888/9407/9275/files/dbd3fe46b7c6881fff4d14b020f9c004.jpg?v=1721135128"
          }
        ],
        "name": "Anime Digimon Adventure Patamon Stuffed Toy Plush Toys",
        "price": 5899,
        "sku": "TOY133",
        "tags": [
          "digimon",
          "egnition-sample-data",
          "stuffed-toys",
          "toys"
        ],
        "updatedAt": 1721137523,
        "url": "https://aperez-shop.myshopify.com/products/anime-digimon-adventure-patamon-stuffed-toy-plush-toys",
        "variants": [
          {
            "canPurchase": true,
            "compareAtPrice": 0,
            "createdAt": 1721135128,
            "description": "",
            "descriptionText": "",
            "id": "49342336598315",
            "images": [],
            "name": "Default Title",
            "position": 1,
            "price": 5899,
            "productId": "9585971462443",
            "ratings": {
              "average": 0,
              "count": 0
            },
            "sku": "TOY133",
            "url": "https://aperez-shop.myshopify.com/products/anime-digimon-adventure-patamon-stuffed-toy-plush-toys?variant=49342336598315",
            "visible": true
          }
        ],
        "vendor": "DIGIMON",
        "visible": true
      },
      {
        "canPurchase": true,
        "categories": [
          "TOYS"
        ],
        "compareAtPrice": 0,
        "createdAt": 1721135136,
        "description": "",
        "handle": "digimon-adventure-patamon-plush-toy-cute-stuffed-animals-children-soft-dolls",
        "id": "9585971921195",
        "images": [
          {
            "alt": "",
            "url": "https://cdn.shopify.com/s/files/1/0888/9407/9275/files/ac791c55af4f9de72d729d55bfde231f.jpg?v=1721135136"
          }
        ],
        "name": "Digimon Adventure Patamon Plush Toy Cute Stuffed Animals Children Soft Dolls",
        "price": 2699,
        "sku": "TOY138",
        "tags": [
          "digimon",
          "egnition-sample-data",
          "stuffed-toys",
          "toys"
        ],
        "updatedAt": 1721135750,
        "url": "https://aperez-shop.myshopify.com/products/digimon-adventure-patamon-plush-toy-cute-stuffed-animals-children-soft-dolls",
        "variants": [
          {
            "canPurchase": true,
            "compareAtPrice": 0,
            "createdAt": 1721135136,
            "description": "",
            "descriptionText": "",
            "id": "49342337057067",
            "images": [],
            "name": "Default Title",
            "position": 1,
            "price": 2699,
            "productId": "9585971921195",
            "ratings": {
              "average": 0,
              "count": 0
            },
            "sku": "TOY138",
            "url": "https://aperez-shop.myshopify.com/products/digimon-adventure-patamon-plush-toy-cute-stuffed-animals-children-soft-dolls?variant=49342337057067",
            "visible": true
          }
        ],
        "vendor": "DIGIMON",
        "visible": true
      }
    ],
    "aggregates": [
      {
        "options": [
          {
            "option": "title",
            "numProducts": "10",
            "values": {
              "default title": {
                "numProducts": "10"
              }
            }
          }
        ]
      },
      {
        "categories": [
          {
            "categories": "TOYS",
            "numProducts": "10"
          }
        ]
      },
      {
        "availability": [
          {
            "available": 10
          }
        ]
      },
      {
        "vendorAsTag": [
          {
            "numProducts": "10",
            "vendorAsTag": "DIGIMON"
          }
        ]
      },
      {
        "tags": [
          {
            "numProducts": "10",
            "tags": "digimon"
          },
          {
            "numProducts": "10",
            "tags": "egnition-sample-data"
          },
          {
            "numProducts": "10",
            "tags": "toys"
          },
          {
            "numProducts": "9",
            "tags": "stuffed-toys"
          }
        ]
      },
      {
        "price": [
          {
            "max": 6299,
            "min": 599
          }
        ]
      }
    ],
    "pageInfo": {
      "pageSize": 5,
      "currentPage": 1,
      "responseSize": 0,
      "serverSize": 10
    },
    "searchMetadata": []
  },
  "status": 200,
  "errorMessage": null,
  "metadata": []
}

400 - 400

{
  "successful": false,
  "message": "error performing search",
  "data": [
    {
      "message": {
        "error": "failed to read products"
      }
    }
  ]
}