Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/search/products \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": { "id": 12345678, "merchant_id": 1, "affiliation_id": 123, "erp_id": 123, "seller_id": 123, "active": true, "searchable": true, "is_digital": true, "rating": 4, "priority": 123, "ncm": "<string>", "name": "<string>", "slug": "nome-do-produto", "warranty": 123, "custom_shipping": true, "shipping_price": 39.9, "gift_value": 123, "simple": true, "days_availability_formated": "<string>", "variations": [ "<string>" ], "combinations": [ "<string>" ], "total_in_stock": 123, "relevance": 123, "has_variations": true, "sku": "SKU-TEST-API", "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" } } }
lista produtos retornados pela busca
Alias da loja
Lista de produtos através motor de busca
Representa um produto do catálogo
Show child attributes
Was this page helpful?