Skip to main content
GET
Warehouse - Get

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

selector
object
required

Query selector object for filtering results

limit
number

Max results to return

Example:

50

skip
number

Number of results to skip

Example:

0

sort
object

Sort fields object, e.g. { "name": 1 }

Response

Array of warehouses

_id
string
required

Unique warehouse identifier

Example:

"507f1f77bcf86cd799439011"

name
string
required

Warehouse name

type
string
required

Warehouse type

store_id
string

Associated store ID

Example:

"507f1f77bcf86cd799439011"

is_default
boolean

Whether this is the default warehouse

address
object

Warehouse address

states
string[]

State routing assignments