GET
/
{alias}
/
logistics
/
stock-reservations
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/logistics/stock-reservations \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": [
    {
      "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": {}
      }
    }
  ],
  "meta": {
    "pagination": {
      "total": "10",
      "count": "30",
      "per_page": "10",
      "current_page": "1",
      "total_pages": "3",
      "links": {
        "previous": "",
        "next": ""
      }
    }
  }
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

Query Parameters

sku_id
integer

Filtrar por ID do SKU

stock_id
integer

Filtrar por ID do estoque

order_id
integer

Filtrar por ID do pedido

q
string

Filtrar por nome de produto ou SKU

Response

200
application/json

Lista das reservas de estoque

Representa uma paginação com meta