Skip to main content
POST
Warehouse - Create

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Warehouse name

Example:

"Main Warehouse"

type
string

Warehouse type

address
object

Warehouse address

Response

Warehouse created

success
boolean
required

Whether the operation succeeded

_id
string
required

ID of the created resource

Example:

"507f1f77bcf86cd799439011"