GraphQL API
Warehouse API
GraphQL API

Warehouse API

Run warehouse operations including picking, stock, goods receipts, workstations, and exceptions.

API endpoint

Replace the path identifier.

https://api.pack.cloud/v1/warehouses/{warehouseId}/graphql

Make a request

Read the guide
curl --request POST "https://api.pack.cloud/v1/warehouses/{warehouseId}/graphql" \
  --header "Authorization: Bearer $PACKCLOUD_TOKEN" \
  --header "Accept: application/json" \
  --header "Content-Type: application/json" \
  --data '{"query":"query { __typename }"}'

Use a personal API key as the Bearer token. The resource identifier in the URL determines the request scope.