/api/v1/inbound-shipments/:id read:inventory A single inbound shipment. status is RECEIVED and received_at is set once the warehouse has scanned the box in.
GET /api/v1/inbound-shipments/0 These inputs are shared across all docs pages, so an id entered here carries over.
Not run yet. Press Run to make a live call against https://service.rip.fun (through this demo's server-side proxy; the API key never reaches the browser).
curl -X GET 'https://service.rip.fun/api/v1/inbound-shipments/0' \ -H 'X-API-Key: rip_…'
data)| Field | Description |
|---|---|
inbound_shipment | Same shape as POST /inbound-shipments |
| Status | Code | When |
|---|---|---|
| 400 | invalid id | id is not a positive integer |
| 404 | not found | inbound shipment not part of your account |
See Errors for the response envelope and the full code list.