cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/catalog/stock-notifications \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "id": 123, "sku_id": 123, "name": "<string>", "email": "jsmith@example.com", "notified_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "meta": { "pagination": { "total": "10", "count": "30", "per_page": "10", "current_page": "1", "total_pages": "3", "links": { "previous": "", "next": "" } } } }
Lista as notificações de estoque
Alias da loja
Listagem de notificações de estoque
Representa uma paginação com meta
Was this page helpful?