Skip to main content
GET
/
api
/
v1
/
orders
/
{orderId}
cURL
curl --request GET \
  --url https://api-staging.getmeadow.com/api/v1/orders/{orderId} \
  --header 'X-Client-Key: <api-key>' \
  --header 'X-Consumer-Key: <api-key>'
{
  "id": "<string>",
  "status": "<string>"
}

Authorizations

X-Consumer-Key
string
header
required

The key assigned to your company and provided via Meadow

X-Client-Key
string
header
required

The key generated and provided by our mutual client

Path Parameters

orderId
string
required

ID of order to retrieve

Response

Order status response

id
string

The ID of the order

status
string

The status of the order. One of draft, new, packed, fulfilled, canceled

  • draft is an order submitted without inventory taken out
  • new is an order that has had inventory associated with it
  • packed signifies an order has been processed and is waiting for pickup/delivery
  • fulfilled is an order that has been fully completed
  • canceled is an order that has been canceled