curl --request GET \
--url https://api.dooki.com.br/v2/{alias}/catalog/products \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'
{
"data": [
{
"id": 123,
"merchant_id": "1",
"affiliation_id": 123,
"erp_id": 123,
"seller_id": 123,
"active": true,
"searchable": true,
"is_digital": true,
"rating": 123,
"priority": 123,
"ncm": "<string>",
"name": "<string>",
"slug": "<string>",
"warranty": 123,
"custom_shipping": true,
"shipping_price": 123,
"gift_value": 123,
"simple": true,
"days_availability_formated": "<string>",
"variations": [
"<string>"
],
"combinations": [
"<string>"
],
"total_in_stock": 123,
"relevance": 123,
"has_variations": true,
"sku": "<string>",
"url": "<string>",
"redirect_url_card": "<string>",
"redirect_url_billet": "<string>",
"total_orders": 123,
"image_reference_sku_id": 123,
"purchase_url": "<string>",
"preview_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"
}
}
],
"meta": {
"meta": {
"pagination": {
"total": "10",
"count": "30",
"per_page": "10",
"current_page": "1",
"total_pages": "3",
"links": {
"previous": "",
"next": ""
}
}
}
}
}
Retorna uma lista de produtos
curl --request GET \
--url https://api.dooki.com.br/v2/{alias}/catalog/products \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'
{
"data": [
{
"id": 123,
"merchant_id": "1",
"affiliation_id": 123,
"erp_id": 123,
"seller_id": 123,
"active": true,
"searchable": true,
"is_digital": true,
"rating": 123,
"priority": 123,
"ncm": "<string>",
"name": "<string>",
"slug": "<string>",
"warranty": 123,
"custom_shipping": true,
"shipping_price": 123,
"gift_value": 123,
"simple": true,
"days_availability_formated": "<string>",
"variations": [
"<string>"
],
"combinations": [
"<string>"
],
"total_in_stock": 123,
"relevance": 123,
"has_variations": true,
"sku": "<string>",
"url": "<string>",
"redirect_url_card": "<string>",
"redirect_url_billet": "<string>",
"total_orders": 123,
"image_reference_sku_id": 123,
"purchase_url": "<string>",
"preview_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"
}
}
],
"meta": {
"meta": {
"pagination": {
"total": "10",
"count": "30",
"per_page": "10",
"current_page": "1",
"total_pages": "3",
"links": {
"previous": "",
"next": ""
}
}
}
}
}
Alias da loja
Lista de produtos
The response is of type object
.
Was this page helpful?