docs
  1. Admin Api
  2. Resources
  3. Warehouses
  4. Create A New Warehouse

Create a new warehouse

Create a new warehouse

Rate Limit: 300 Max attempts within 1 minute.

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
1
referenceKey
  • required
string
Example:
my-warehouse
merchants
object
referenceKey
string
  • MinLength: 1
Example:
acme
name
string
  • MinLength: 1
Example:
ACME
priority
integer
Example:
1
orderDelegationUrl
string
  • nullable
Format:
uri
cancellationUrl
string
  • nullable
Format:
uri
contacts
array
returnAddresses
array
carriers
array
warehouses
array
shopCountries
object
shopKey
string
Example:
ms
countryCode
string
  • MinLength: 2
  • MaxLength: 2
Example:
DE
priority
integer
  • nullable
Example:
100
packageGroup
object

Responses

201
Warehouse was successfully created.
application/json
Success
id
integer
Example:
1
referenceKeyrequired
string
Example:
my-warehouse
Array of object
Array of object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
POST/warehouses

Request samples

Response samples

201
Warehouse:
Content type: application/json
Provide Feedback