zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Marketplace/Erigo
Logo Erigo

Erigo

Erigo official apparel store — product detail from the official erigostore.co.id store.

Endpoints
9
Requests
54
Updated
4 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • productnot measured
  • productsnot measured
  • collectionsnot measured
  • collectionnot measured
  • collection-productsnot measured
+ 4 more endpointsShow less
  • searchnot measured
  • relatednot measured
  • variantnot measured
  • shopnot measured
no measurements yetdaily 01:00 WIB

Playground

9 endpoints
GET/v1/marketplace:erigo/product5m cache1 paramchecking key…
Parameters
urlstringrequired

Product page URL on erigostore.co.id

·
Response
EXAMPLE
{
  "sku": "00ERXG0054",
  "url": "https://erigostore.co.id/products/erigo-flight-jacket-jovi-navy-unisex",
  "name": "Erigo Flight Jacket Jovi Navy",
  "brand": "ERIGO",
  "price": 193000,
  "store": {
    "host": "erigostore.co.id",
    "name": "ERIGO"
  },
  "images": [
    "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496",
    "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/IrRfjVkB-Flight-Jacket-Jovi-Navy-11.jpg?v=1750320496",
    "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/bRSG6hOc-Flight-Jacket-Jovi-Navy-13.jpg?v=1750320496"
  ],
  "inStock": true,
  "options": [
    {
      "name": "Size",
      "values": [
        "S",
        "M",
        "L"
      ]
    }
  ],
  "category": "Flight Jacket",
  "currency": "IDR",
  "platform": "shopify",
  "priceMax": 193000,
  "priceMin": 193000,
  "variants": [
    {
      "sku": "00ERXG0054",
      "name": "Erigo Flight Jacket Jovi Navy - S",
      "price": 193000,
      "options": [
        "S"
      ],
      "available": false,
      "listPrice": 249000,
      "variantId": "49723090665785"
    },
    {
      "sku": "00ERXG0055",
      "name": "Erigo Flight Jacket Jovi Navy - M",
      "price": 193000,
      "options": [
        "M"
      ],
      "available": true,
      "listPrice": 249000,
      "variantId": "49723090698553"
    },
    {
      "sku": "00ERXG0056",
      "name": "Erigo Flight Jacket Jovi Navy - L",
      "price": 193000,
      "options": [
        "L"
      ],
      "available": false,
      "listPrice": 249000,
      "variantId": "49723090731321"
    }
  ],
  "listPrice": 249000,
  "productId": "9588728791353",
  "isPreorder": false,
  "description": "Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang kenyama…",
  "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496",
  "descriptionHtml": "<p>Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang keny…"
}

Code examples

Product Detail
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("marketplace:erigo", "product", {
  "url": "https://erigostore.co.id/products/erigo-flight-jacket-jovi-navy-unisex"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/product?url=https%3A%2F%2Ferigostore.co.id%2Fproducts%2Ferigo-flight-jacket-jovi-navy-unisex" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

9 endpoints · plain text
GETProduct Detail/v1/marketplace:erigo/productFull product detail from erigostore.co.id: price, stock, variants, specs, images and description.

Parameters

urlstringrequired
Product page URL on erigostore.co.id

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/product?url=https%3A%2F%2Ferigostore.co.id%2Fproducts%2Ferigo-flight-jacket-jovi-navy-unisex" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "sku": "00ERXG0054",
  "url": "https://erigostore.co.id/products/erigo-flight-jacket-jovi-navy-unisex",
  "name": "Erigo Flight Jacket Jovi Navy",
  "brand": "ERIGO",
  "price": 193000,
  "store": {
    "host": "erigostore.co.id",
    "name": "ERIGO"
  },
  "images": [
    "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496",
    "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/IrRfjVkB-Flight-Jacket-Jovi-Navy-11.jpg?v=1750320496",
    "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/bRSG6hOc-Flight-Jacket-Jovi-Navy-13.jpg?v=1750320496"
  ],
  "inStock": true,
  "options": [
    {
      "name": "Size",
      "values": [
        "S",
        "M",
        "L"
      ]
    }
  ],
  "category": "Flight Jacket",
  "currency": "IDR",
  "platform": "shopify",
  "priceMax": 193000,
  "priceMin": 193000,
  "variants": [
    {
      "sku": "00ERXG0054",
      "name": "Erigo Flight Jacket Jovi Navy - S",
      "price": 193000,
      "options": [
        "S"
      ],
      "available": false,
      "listPrice": 249000,
      "variantId": "49723090665785"
    },
    {
      "sku": "00ERXG0055",
      "name": "Erigo Flight Jacket Jovi Navy - M",
      "price": 193000,
      "options": [
        "M"
      ],
      "available": true,
      "listPrice": 249000,
      "variantId": "49723090698553"
    },
    {
      "sku": "00ERXG0056",
      "name": "Erigo Flight Jacket Jovi Navy - L",
      "price": 193000,
      "options": [
        "L"
      ],
      "available": false,
      "listPrice": 249000,
      "variantId": "49723090731321"
    }
  ],
  "listPrice": 249000,
  "productId": "9588728791353",
  "isPreorder": false,
  "description": "Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang kenyama…",
  "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496",
  "descriptionHtml": "<p>Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang keny…"
}
GETProducts/v1/marketplace:erigo/productsfull product catalogue, paged

Parameters

pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 50, max 250 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/products?page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://erigostore.co.id/products/erigo-progressive-tee-the-flag-white-kaos-unisex",
      "name": "Erigo Progressive Tee The Flag White - Kaos Unisex",
      "brand": "ERIGO",
      "price": 199000,
      "handle": "erigo-progressive-tee-the-flag-white-kaos-unisex",
      "images": [
        "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/The_Flag_White_Cover.jpg?v=1765343259"
      ],
      "options": [
        {
          "name": "Size",
          "values": [
            "S"
          ]
        }
      ],
      "category": "T-Shirt",
      "variants": [
        {
          "sku": "00ERYA0408",
          "name": "S",
          "price": 199000,
          "available": true,
          "variantId": "51433424847161"
        }
      ],
      "available": true,
      "productId": "10068493762873",
      "description": "Erigo memperkenalkan Progressive Tees: Joy In Motion, koleksi yang menggabungkan semangat kebebasan, energi, dan gaya hidup aktif dalam satu tampilan. Koleksi ini dirancang untuk m…",
      "publishedAt": "2025-12-10T13:50:02+07:00"
    }
  ],
  "hasMore": true,
  "nextPage": 2,
  "totalData": null,
  "totalDataText": null
}
GETCollections/v1/marketplace:erigo/collectionscollections (categories), paged

Parameters

pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 50, max 250 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/collections?page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://erigostore.co.id/collections/accessories",
      "name": "Aksesoris",
      "handle": "accessories",
      "updatedAt": "2026-06-06T22:07:18+07:00",
      "collectionId": "479030903097",
      "productCount": 73
    },
    {
      "url": "https://erigostore.co.id/collections/collection-all",
      "name": "All",
      "handle": "collection-all",
      "updatedAt": "2026-06-06T16:28:08+07:00",
      "collectionId": "463442870585",
      "productCount": 1371
    },
    {
      "url": "https://erigostore.co.id/collections/all-outerwear",
      "name": "All Outerwear",
      "handle": "all-outerwear",
      "updatedAt": "2026-06-06T16:49:46+07:00",
      "collectionId": "464460972345",
      "productCount": 28
    },
    {
      "url": "https://erigostore.co.id/collections/all-pants",
      "name": "All Pants",
      "handle": "all-pants",
      "updatedAt": "2026-06-06T16:49:44+07:00",
      "collectionId": "464459661625",
      "productCount": 110
    },
    {
      "url": "https://erigostore.co.id/collections/all-product",
      "name": "All Product",
      "handle": "all-product",
      "updatedAt": "2026-06-06T21:06:04+07:00",
      "collectionId": "476180349241",
      "productCount": 355
    },
    {
      "url": "https://erigostore.co.id/collections/all-shirt",
      "name": "All Shirt",
      "handle": "all-shirt",
      "updatedAt": "2026-06-06T16:49:45+07:00",
      "collectionId": "464460284217",
      "productCount": 99
    },
    {
      "url": "https://erigostore.co.id/collections/all-t-shirt",
      "name": "All T-Shirt",
      "handle": "all-t-shirt",
      "updatedAt": "2026-06-06T16:49:43+07:00",
      "collectionId": "464459202873",
      "productCount": 654
    },
    {
      "url": "https://erigostore.co.id/collections/atasan",
      "name": "Atasan",
      "handle": "atasan",
      "updatedAt": "2026-04-21T04:48:33+07:00",
      "collectionId": "482744795449",
      "productCount": 662
    }
  ],
  "hasMore": true,
  "nextPage": 2,
  "totalData": null,
  "totalDataText": null
}
GETCollection/v1/marketplace:erigo/collectionone collection's detail

Parameters

collectionstringrequired
Collection handle, or a collection URL

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/collection?collection=all" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://erigostore.co.id/collections/accessories",
  "name": "Aksesoris",
  "handle": "accessories",
  "updatedAt": "2026-06-06T22:07:18+07:00",
  "publishedAt": "2024-07-23T11:28:20+07:00",
  "collectionId": "479030903097",
  "productCount": 73
}
GETCollection Products/v1/marketplace:erigo/collection-productsproducts inside one collection, paged

Parameters

collectionstringrequired
Collection handle, or a collection URL
pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 50, max 250 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/collection-products?collection=all&page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 12,
  "items": [
    {
      "url": "https://erigostore.co.id/products/erigo-tote-bag-preston-khaki-army-unisex",
      "name": "Erigo Tote Bag Preston Khaki Army",
      "brand": "ERIGO",
      "price": 235000,
      "handle": "erigo-tote-bag-preston-khaki-army-unisex",
      "images": [
        "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-KHAKI-ARMY6.jpg?v=1750319873"
      ],
      "options": [
        {
          "name": "Size",
          "values": [
            "AS"
          ]
        }
      ],
      "category": "Totebag Street/College",
      "variants": [
        {
          "sku": "00ERXF0171",
          "name": "AS",
          "price": 235000,
          "available": true,
          "listPrice": 229000,
          "variantId": "49767265435961"
        }
      ],
      "available": true,
      "listPrice": 229000,
      "productId": "9608348598585",
      "description": "Tote Bag Preston akan jadi tas ideal untuk penggunaan sehari-hari. Memiliki ruang yang luas, cukup untuk semua kebutuhan dalam 1 tas. Memiliki ruang khusus yang dapat memuat laptop…",
      "publishedAt": "2025-08-18T15:36:31+07:00"
    }
  ],
  "hasMore": false,
  "nextPage": null,
  "totalData": null,
  "collection": "accessories",
  "totalDataText": null
}
GETSearch/v1/marketplace:erigo/searchsearch products, collections and query suggestions

Parameters

querystringrequired
Search keyword
limitnumberoptional
Results per resource. Default 10, max 10 (upstream cap)
typesstringoptional
Comma list of what to return: product, collection, query (autocomplete terms). Default product

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 3,
  "items": [
    {
      "url": "https://erigostore.co.id/products/erigo-flight-jacket-jovi-navy-unisex",
      "name": "Erigo Flight Jacket Jovi Navy",
      "brand": "ERIGO",
      "price": 193000,
      "handle": "erigo-flight-jacket-jovi-navy-unisex",
      "category": "Flight Jacket",
      "priceMax": 193000,
      "priceMin": 193000,
      "available": true,
      "listPrice": 249000,
      "productId": "9588728791353",
      "description": "Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang kenyama…",
      "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496"
    },
    {
      "url": "https://erigostore.co.id/products/erigo-ultra-lightweight-jacket-neron-navy-jaket-ultra-light-weight-unisex",
      "name": "Erigo Ultra Light Weight Jacket Neron Navy - Jaket Ultra Light Weight Unisex",
      "brand": "ERIGO",
      "price": 273000,
      "handle": "erigo-ultra-lightweight-jacket-neron-navy-jaket-ultra-light-weight-unisex",
      "category": "Ultra Lightweight Jacket",
      "priceMax": 273000,
      "priceMin": 273000,
      "available": true,
      "listPrice": 379000,
      "productId": "9896953938233",
      "description": "Ditengah cuaca yang gak pasti, harus selalu siap sedia outer yang ngerti padatnya kegiatan kamu. Erigo Ultra Light Jacket adalah outer yang tepat untuk jadi partner sehari-hari. Ja…",
      "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/NERON-LIGHT-WEIGHT-JACKET-NAVY-copy-3-100.jpg?v=1750318466"
    }
  ],
  "query": "jacket",
  "collections": [
    {
      "url": "https://erigostore.co.id/collections/shirt-jacket?_pos=1&_psq=jacket&_psid=348c2eef1&_ss=e",
      "name": "Shirt Jacket",
      "handle": "shirt-jacket",
      "collectionId": "482748727609"
    },
    {
      "url": "https://erigostore.co.id/collections/flight-jacket?_pos=2&_psq=jacket&_psid=348c2eef1&_ss=e",
      "name": "Flight Jacket",
      "handle": "flight-jacket",
      "collectionId": "482449228089"
    }
  ],
  "suggestions": [
    {
      "url": "https://erigostore.co.id/search?q=jacket&_pos=1&_psq=jacket&_psid=348c2eef1&_ss=e",
      "text": "jacket"
    },
    {
      "url": "https://erigostore.co.id/search?q=denim+jacket&_pos=2&_psq=jacket&_psid=348c2eef1&_ss=e",
      "text": "denim jacket"
    }
  ]
}
GETRelated/v1/marketplace:erigo/relatedrelated products for one product

Parameters

productIdstringrequired
Numeric product id (the productId field of a product response)
limitnumberoptional
How many related products. Default 10, max 10

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/related?productId=10068493762873&limit=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "items": [
    {
      "url": "https://erigostore.co.id/products/erigo-progressive-tee-the-mota-white-kaos-unisex",
      "name": "Erigo Progressive Tee The Mota White - Kaos Unisex",
      "brand": "ERIGO",
      "price": 199000,
      "handle": "erigo-progressive-tee-the-mota-white-kaos-unisex",
      "images": [
        "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/MotaWhiteCover.jpg?v=1765343229"
      ],
      "options": [
        {
          "name": "Size",
          "values": [
            "S"
          ]
        }
      ],
      "category": "T-Shirt",
      "priceMax": 199000,
      "priceMin": 199000,
      "variants": [
        {
          "sku": "00ERYA0413",
          "name": "S",
          "price": 199000,
          "options": [
            "S"
          ],
          "available": true,
          "variantId": "51433403056441"
        }
      ],
      "available": true,
      "listPrice": 0,
      "productId": "10068491206969",
      "description": "Erigo memperkenalkan Progressive Tees: Joy In Motion, koleksi yang menggabungkan semangat kebebasan, energi, dan gaya hidup aktif dalam satu tampilan. Koleksi ini dirancang untuk m…",
      "publishedAt": "2025-12-10T13:33:25+07:00",
      "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/MotaWhiteCover.jpg?v=1765343229"
    }
  ],
  "productId": "10068493762873"
}
GETVariant/v1/marketplace:erigo/variantone variant: price, stock and options

Parameters

variantIdstringrequired
Numeric variant id (the variantId field of a product response)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/variant?variantId=51433424847161" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "sku": "00ERYA0408",
  "name": "S",
  "price": 199000,
  "weight": 0,
  "options": [
    "S"
  ],
  "productId": "10068493762873",
  "variantId": "51433424847161",
  "weightUnit": "g",
  "requiresShipping": true
}
GETShop/v1/marketplace:erigo/shopstorefront profile

Parameters

xstringoptional
Unused — this endpoint takes no input

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erigo/shop?x=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://erigostore.co.id",
  "city": "Kab. Tangerang",
  "host": "erigostore.co.id",
  "name": "ERIGO",
  "shopId": "60728410296",
  "country": "ID",
  "currency": "IDR",
  "province": "Banten",
  "description": "Erigo, Everywhere You Go. Renew your clothes right now with our cool and stylish collections."
}

Related APIs

More in marketplace

iBox

marketplace/ibox

Apple Authorized Reseller Indonesia — product detail from the official ibox.co.id store.

103 calls·1h cache

Erafone

marketplace/erafone

Erajaya phone and gadget retailer — product detail from the official erafone.com store.

31 calls·1h cache

Digimap

marketplace/digimap

Apple Premium Partner Indonesia — product detail from the official digimap.co.id store.

23 calls·1h cache

Eraspace

marketplace/eraspace

Erajaya gadget and lifestyle store — product detail from the official eraspace.com store.

15 calls·1h cache

Tokopedia

marketplace/tokopedia

Akses data publik Tokopedia: pencarian produk, detail produk, dan profil toko/seller. Untuk riset harga, monitoring katalog, dan analisis marketplace.

177 calls·1h cache

Lazada

marketplace/lazada

Akses data publik Lazada Indonesia: pencarian produk dengan harga, diskon, rating, jumlah terjual, dan info penjual. Untuk riset harga & monitoring katalog.

107 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026