Skip to main content
GET
/
api
/
v1
/
inventory-locations
cURL
curl --request GET \
  --url https://api-staging.getmeadow.com/api/v1/inventory-locations \
  --header 'X-Client-Key: <api-key>' \
  --header 'X-Consumer-Key: <api-key>'
{
  "data": [
    {
      "id": 7,
      "name": "Retail Floor",
      "description": "Default inventory location.",
      "type": "standard"
    },
    {
      "id": 8,
      "name": "Vault Backstock",
      "description": "the vault in the back",
      "type": "standard"
    },
    {
      "id": 10,
      "name": "Delivery Inventory",
      "description": "For Delivery Only",
      "type": "standard"
    },
    {
      "id": 84,
      "name": "Delivery Ledger Car",
      "description": null,
      "type": "vehicle"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.getmeadow.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

Inventory locations response

id
number

The ID of the inventory location

name
string

The name of the inventory location

description
string | null

A description of the inventory location

type
string

Either standard or vehicle