cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/logistics/stock-reservations/{id} \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "id": 123, "order_id": 123, "sku_id": 123, "stock_id": 123, "sku": "<string>", "sku_name": "<string>", "order_status": "<string>", "order_status_name": "<string>", "order_number": "<string>", "customer_name": "<string>", "quantity": 123, "previous_quantity": 123, "authorized_at": "2023-11-07T05:31:56Z", "cancelled_at": "2023-11-07T05:31:56Z", "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" }, "stock": { "data": {} } }
Obtém os dados de uma determinada reserva de estoque
Alias da loja
ID da reserva de estoque
Detalhes do estoque
Was this page helpful?