cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/catalog/flags/{id}/products \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "id": 123, "merchant_id": 123, "seller_id": 123, "affiliation_id": 123, "erp_id": 123, "relevance": 123, "active": true, "gift_value": "<string>", "searchable": true, "simple": true, "ncm": "<string>", "has_variations": true, "is_digital": true, "warranty": 123, "custom_shipping": true, "shipping_price": "<string>", "name": "<string>", "slug": "<string>", "sku": "<string>", "rating": 123, "priority": 123, "url": "<string>", "redirect_url_card": "<string>", "redirect_url_billet": "<string>", "preview_url": "<string>" } ] }
Lista os produtos associados a um selo específico do catálogo
Alias da loja
ID do selo
Produtos associados à categoria com sucesso
The response is of type object.
object
Was this page helpful?