curl --request GET \
--url https://api.dooki.com.br/v2/{alias}/catalog/bundles \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'
{
"data": [
{
"id": 123,
"active": true,
"modifiable": true,
"name": "<string>",
"purchase_url": "<string>",
"custom_shipping": true,
"shipping_type": "<string>",
"shipping_price": 123,
"shipping_days": 123,
"image_url": "<string>",
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"items": {
"data": [
{
"id": 123,
"bundle_id": 123,
"sku_id": 123,
"price_type": "<string>",
"price": 123,
"discount": 123,
"quantity": 123,
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
}
}
]
}
}
],
"meta": {
"pagination": {
"total": "10",
"count": "30",
"per_page": "10",
"current_page": "1",
"total_pages": "3",
"links": {
"previous": "",
"next": ""
}
}
}
}
Listar todos os Kits cadastrados
curl --request GET \
--url https://api.dooki.com.br/v2/{alias}/catalog/bundles \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'
{
"data": [
{
"id": 123,
"active": true,
"modifiable": true,
"name": "<string>",
"purchase_url": "<string>",
"custom_shipping": true,
"shipping_type": "<string>",
"shipping_price": 123,
"shipping_days": 123,
"image_url": "<string>",
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"items": {
"data": [
{
"id": 123,
"bundle_id": 123,
"sku_id": 123,
"price_type": "<string>",
"price": 123,
"discount": 123,
"quantity": 123,
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
}
}
]
}
}
],
"meta": {
"pagination": {
"total": "10",
"count": "30",
"per_page": "10",
"current_page": "1",
"total_pages": "3",
"links": {
"previous": "",
"next": ""
}
}
}
}
Alias da loja
Lista de Kits
Representa uma paginação com meta
Was this page helpful?