Apple Authorized Reseller Indonesia — product detail from the official ibox.co.id store.
productnot measuredsearchnot measuredcategoriesnot measuredcategorynot measuredcategory-productsnot measuredfiltersnot measuredrelatednot measuredbannersnot measured/v1/marketplace:ibox/product5m cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("marketplace:ibox", "product", {
"url": "https://ibox.co.id/product/iphone-15-plus-ibox"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/product?url=https%3A%2F%2Fibox.co.id%2Fproduct%2Fiphone-15-plus-ibox" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/marketplace:ibox/productFull product detail from ibox.co.id: price, stock, variants, specs, images and description.urlstringrequiredcurl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/product?url=https%3A%2F%2Fibox.co.id%2Fproduct%2Fiphone-15-plus-ibox" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"sku": "IP-15PL-IB-CON",
"url": "https://ibox.co.id/product/iphone-15-plus-ibox",
"name": "iPhone 15 Plus",
"brand": "Apple",
"price": 16499000,
"specs": [
{
"label": "pdp_tagline",
"value": "ibox-v4-pdp-tagline-iphone-15"
},
{
"label": "Learn More >",
"value": "ibox-banner-iphone-15"
},
{
"label": "Youtube Link",
"value": "https://www.youtube.com/embed/4iZNK3xP7YE"
}
],
"stock": 690,
"store": {
"host": "ibox.co.id",
"name": "iBox.co.id - Apple Premium Reseller"
},
"images": [
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_1_1.jpg",
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_1a.jpg",
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_2_1.jpg"
],
"inStock": true,
"category": "Smartphone & Tablet/Smartphones",
"currency": "IDR",
"platform": "next",
"variants": [
{
"sku": "8100122775",
"name": "Pink,iPhone 15 Plus,128 GB",
"stock": 0,
"options": {
"Model": "iPhone 15 Plus",
"Warna": "Pink",
"Kapasitas": "128 GB"
},
"available": true
},
{
"sku": "8100122774",
"name": "Black,iPhone 15 Plus,128 GB",
"stock": 0,
"options": {
"Model": "iPhone 15 Plus",
"Warna": "Black",
"Kapasitas": "128 GB"
},
"available": true
},
{
"sku": "8100122776",
"name": "Yellow,iPhone 15 Plus,128 GB",
"stock": 0,
"options": {
"Model": "iPhone 15 Plus",
"Warna": "Yellow",
"Kapasitas": "128 GB"
},
"available": true
}
],
"productId": "268750",
"isPreorder": false,
"description": "Temukan iPhone 15 Plus 128GB Greendi iBox! iPhone 15 Plus menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C dalam desain yang tangguh.",
"reviewCount": 0,
"defaultImage": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_1_1.jpg"
}/v1/marketplace:ibox/searchkeyword product search, paged and sortablequerystringrequiredpagenumberoptionallimitnumberoptionalsortenumoptionalcurl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/search?query=iphone&page=1&limit=20&sort=price_asc" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"page": 1,
"count": 20,
"items": [
{
"sku": "8100226831",
"url": "https://ibox.co.id/product/apple-iphone-17-pro-max-2tb-cosmic-orange",
"name": "iPhone 17 Pro Max 2TB Cosmic Orange",
"brand": "Apple",
"price": 43249000,
"stock": 0,
"images": [
"https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1.webp",
"https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_2.webp"
],
"urlKey": "apple-iphone-17-pro-max-2tb-cosmic-orange",
"inStock": false,
"category": "Smartphone & Tablet/Smartphones",
"priceMax": 45249000,
"priceMin": 45249000,
"isLimited": false,
"listPrice": 45249000,
"productId": "321090",
"thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1.webp",
"isPreorder": false,
"reviewCount": 0
},
{
"sku": "8100226832",
"url": "https://ibox.co.id/product/apple-iphone-17-pro-max-2tb-deep-blue",
"name": "iPhone 17 Pro Max 2TB Deep Blue",
"brand": "Apple",
"price": 43249000,
"stock": 0,
"images": [
"https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1.webp",
"https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_2.webp"
],
"urlKey": "apple-iphone-17-pro-max-2tb-deep-blue",
"inStock": false,
"category": "Smartphone & Tablet/Smartphones",
"priceMax": 45249000,
"priceMin": 45249000,
"isLimited": false,
"listPrice": 45249000,
"productId": "321096",
"thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1.webp",
"isPreorder": false,
"reviewCount": 0
}
],
"query": "iphone",
"hasMore": true,
"nextPage": 2,
"totalData": 931,
"totalDataText": null
}/v1/marketplace:ibox/categoriesfull category treexstringoptionalcurl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/categories?x=" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 6,
"items": [
{
"url": "https://ibox.co.id/catalog/mac-757",
"icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/",
"name": "Mac",
"slug": "mac",
"children": [
{
"url": "https://ibox.co.id/catalog/macbook-neo-9367",
"icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104403121414421213330034233.webp",
"name": "MacBook Neo",
"slug": "mac-macbook-neo",
"parentId": "757",
"categoryId": "9367",
"showInMenu": true,
"description": "Mulai dari"
},
{
"url": "https://ibox.co.id/catalog/macbook-pro-760",
"icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413323134103103244213233.png",
"name": "MacBook Pro",
"slug": "mac-macbook-pro",
"parentId": "757",
"categoryId": "760",
"showInMenu": true,
"description": "Mulai dari"
}
],
"categoryId": "757",
"showInMenu": true,
"description": "Mac"
},
{
"url": "https://ibox.co.id/catalog/ipad-770",
"icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/",
"name": "iPad",
"slug": "ipad",
"children": [
{
"url": "https://ibox.co.id/catalog/ipad-pro-773",
"icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413232131322012044211033.webp",
"name": "iPad Pro",
"slug": "ipad-ipad-pro",
"parentId": "770",
"categoryId": "773",
"showInMenu": true,
"description": "Mulai dari"
},
{
"url": "https://ibox.co.id/catalog/ipad-air-774-774",
"icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104404041020401440321103110.webp",
"name": "iPad Air",
"slug": "ipad-ipad-air",
"parentId": "770",
"categoryId": "774",
"showInMenu": true,
"description": "Mulai dari"
}
],
"categoryId": "770",
"showInMenu": true,
"description": "iPad"
}
]
}/v1/marketplace:ibox/categoryone category's detailcategoryIdstringrequiredcategoryId of a categories response, or the number at the end of a /catalog/<slug>-<id> URL)curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/category?categoryId=759" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"url": "https://ibox.co.id/catalog/macbook-air-759",
"icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104130003214021324144120121.png",
"name": "MacBook Air",
"slug": "mac-macbook-air",
"badge": "{\"badge\":[{\"badge\":\"NEW\",\"description\":\"Perkasa berkecepatan tinggi.\"}],\"url_key\":\"\",\"lob_position\":3}",
"parentId": "757",
"metaTitle": "Jual MacBook Air Series - Harga & Spesifikasi Terbaru di iBox",
"categoryId": "759",
"parentName": "Mac",
"showInMenu": true,
"description": "Mulai dari",
"defaultPrice": 21499000,
"metaDescription": "Temukan MacBook Air 13 & 15 inch, dengan pilihan chip M1, M2, M3, M4, M5 di iBox! Dapatkan Cicilan 0% hingga 24 bulan, Bebas Ongkir, Service dan bantuan profesional.",
"defaultSpecialPrice": 15999000
}/v1/marketplace:ibox/category-productsproducts in one category, paged and sortablecategoryIdstringrequiredpagenumberoptionallimitnumberoptionalsortenumoptionalcurl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/category-products?categoryId=759&page=1&limit=20&sort=price_asc" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"page": 1,
"count": 2,
"items": [
{
"sku": "MBA-13-M3-24-IB-CON",
"url": "https://ibox.co.id/product/macbook-air-m3-13-6-inci-2024",
"name": "13-inch MacBook Air",
"brand": "Apple",
"price": 24999000,
"stock": 10,
"colors": [
"Midnight",
"Silver",
"Sky Blue"
],
"images": [
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_1_.webp",
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_2_.webp",
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_3_.webp"
],
"urlKey": "macbook-air-m3-13-6-inci-2024",
"inStock": true,
"category": "Computer & Accessories/Notebook",
"priceMax": 25249000,
"priceMin": 25249000,
"isLimited": false,
"listPrice": 25249000,
"productId": "265902",
"thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_1_.webp",
"isPreorder": false,
"reviewCount": 0
},
{
"sku": "MBA-15-M3-24-IB-CON",
"url": "https://ibox.co.id/product/macbook-air-m3-15-3-inci-2024",
"name": "15-inch MacBook Air ",
"brand": "Apple",
"price": 28749000,
"stock": 0,
"colors": [
"Sky Blue",
"Silver",
"Midnight"
],
"images": [
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_1_.webp",
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_2_.webp",
"https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_3_.webp"
],
"urlKey": "macbook-air-m3-15-3-inci-2024",
"inStock": true,
"category": "Computer & Accessories/Notebook",
"priceMax": 28999000,
"priceMin": 28999000,
"isLimited": false,
"listPrice": 28999000,
"productId": "266384",
"thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_1_.webp",
"isPreorder": false,
"reviewCount": 0
}
],
"hasMore": false,
"category": null,
"nextPage": null,
"totalData": 2,
"categoryId": "759",
"totalDataText": null
}/v1/marketplace:ibox/filtersfilter facets and sort options for a category or a searchcategoryIdstringoptionalquerystringoptionalcurl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/filters?categoryId=759&query=iphone" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 5,
"sorts": [
{
"label": "Paling Sesuai",
"value": "relevance"
},
{
"label": "Ulasan Terbaik",
"value": "top_rated"
},
{
"label": "Terbaru",
"value": "newest"
},
{
"label": "Harga Tertinggi",
"value": "price_desc"
},
{
"label": "Harga Terendah",
"value": "price_asc"
}
],
"facets": [
{
"type": "checkbox",
"label": "BRAND",
"options": [
{
"count": 2,
"label": "Apple",
"value": "Apple"
}
],
"parameter": "Brand"
},
{
"type": "checkbox",
"label": "PROSESOR",
"options": [
{
"count": 2,
"label": "Apple M5 Chip",
"value": "Apple M5 Chip"
}
],
"parameter": "Prosesor"
},
{
"type": "checkbox",
"label": "RAM",
"options": [
{
"count": 2,
"label": "16GB",
"value": "16GB"
}
],
"parameter": "RAM"
},
{
"type": "checkbox",
"label": "UKURAN LAYAR",
"options": [
{
"count": 1,
"label": "13.6 Inch",
"value": "13.6 Inch"
},
{
"count": 1,
"label": "15.3 Inch",
"value": "15.3 Inch"
}
],
"parameter": "Ukuran Layar"
},
{
"type": "checkbox",
"label": "WARNA",
"options": [
{
"count": 1,
"label": "Midnight",
"value": "Midnight"
},
{
"count": 1,
"label": "Sky Blue",
"value": "Sky Blue"
}
],
"parameter": "Warna"
}
],
"categoryId": "759"
}