v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

List products

Rate limit - 5/s

get/2023-10/product

Query parameters

pageNointeger

Page number

pageSizeinteger

Page size

searchstring

Search query

type'ALL' | 'SUBSCRIPTION'

Type of products to show

Response

200

successboolean
messagestring
codestring

Example response

{
  "success": true,
  "message": "Products fetched successfully",
  "data": [
    {
      "shopifyId": 8705227260213,
      "title": "presetProduct1",
      "productVariants": [
        {
          "title": "box of 3",
          "shopifyId": 46852593451317,
          "image": "https://cdn.shopify.com/s/files/1/0679/4779/0645/files/dummypng_86c5dc9a-1e79-4442-bda0-0fc83d6330bc.png?v=1695197614",
          "price": "10.00"
        }
      ]
    }
  ],
  "code": "SUCCESS"
}