Exporta a lista de notificações de estoque
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/catalog/stock-notifications/export \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": { "queue_id": 123, "total": 123 } }
Alias da loja
The response is of type object.
object
Was this page helpful?