Body
Required
-
addressLineOne
string | null Address line one
-
addressLineTwo
string | null Address line two
-
billingAddressLineOne
string | null Billing address line one
-
billingAddressLineTwo
string | null Billing address line two
-
billingCity
string | null Billing city
-
billingCountry
string | null Billing country
-
billingFirstName
string | null Billing first name
-
billingLastName
string | null Billing last name
-
billingName
string | null Billing name
-
billingState
string | null Billing state
-
billingZip
string | null Billing zip
-
city
string | null City
-
countries
array[string] | null Required Countries
Default value is
[]
(empty). -
countriesFilter
string | null Required Countries filter
Values are
all
,domestic
,rest_of_world
,exclude
, orinclude
. Default value isall
. -
country
string | null Country
-
defaultReturnStatus
string | null Required Default return status
Values are
draft
,requested
,finalized
,shipped
, orreceived
. Default value isreceived
. -
firstName
string | null First name
-
includeLabelInPackingSlip
boolean | null Include label in packing slip
-
labelFormat
string | null Required Label format
Values are
png
,pdf
,pdf_4x6
, orpdf_4x8
. Default value ispng
. -
lastName
string | null Last name
-
name
string | null Name
-
pdfLegal
string | null Pdf legal
-
setInvoiceAddresss
boolean | null Set invoice addresss
-
shippingRateId
integer(int32) | null Shipping rate
-
skipOnlineInventory
boolean Required Skip online inventory
Default value is
false
. -
state
string | null State
-
states
array[string] | null Required States
Default value is
[]
(empty). -
statesFilter
string | null Required States filter
Values are
all
,exclude
, orinclude
. Default value isall
. -
status
string | null Required Status
Values are
active
orarchived
. Default value isactive
. -
zip
string | null Zip
-
zips
array[string] | null Required Zips
Default value is
[]
(empty). -
zipsFilter
string | null Required Zips filter
Values are
all
,exclude
,include
, orstartsWith
. Default value isall
.
curl \
--request POST 'http://api.example.com/v1/warehouses.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"addressLineOne":"string","addressLineTwo":"string","billingAddressLineOne":"string","billingAddressLineTwo":"string","billingCity":"string","billingCountry":"string","billingFirstName":"string","billingLastName":"string","billingName":"string","billingState":"string","billingZip":"string","city":"string","countries":[],"countriesFilter":"all","country":"string","defaultReturnStatus":"received","firstName":"string","includeLabelInPackingSlip":true,"labelFormat":"png","lastName":"string","name":"string","pdfLegal":"string","setInvoiceAddresss":true,"shippingRateId":42,"skipOnlineInventory":false,"state":"string","states":[],"statesFilter":"all","status":"active","zip":"string","zips":[],"zipsFilter":"all"}'
{
"addressLineOne": "string",
"addressLineTwo": "string",
"billingAddressLineOne": "string",
"billingAddressLineTwo": "string",
"billingCity": "string",
"billingCountry": "string",
"billingFirstName": "string",
"billingLastName": "string",
"billingName": "string",
"billingState": "string",
"billingZip": "string",
"city": "string",
"countries": [],
"countriesFilter": "all",
"country": "string",
"defaultReturnStatus": "received",
"firstName": "string",
"includeLabelInPackingSlip": true,
"labelFormat": "png",
"lastName": "string",
"name": "string",
"pdfLegal": "string",
"setInvoiceAddresss": true,
"shippingRateId": 42,
"skipOnlineInventory": false,
"state": "string",
"states": [],
"statesFilter": "all",
"status": "active",
"zip": "string",
"zips": [],
"zipsFilter": "all"
}
{
"addressLineOne": "string",
"addressLineTwo": "string",
"billingAddressLineOne": "string",
"billingAddressLineTwo": "string",
"billingCity": "string",
"billingCountry": "string",
"billingFirstName": "string",
"billingLastName": "string",
"billingName": "string",
"billingState": "string",
"billingZip": "string",
"city": "string",
"countries": [],
"countriesFilter": "all",
"country": "string",
"createdAt": "2025-05-04T09:42:00Z",
"defaultReturnStatus": "received",
"firstName": "string",
"id": 42,
"includeLabelInPackingSlip": true,
"labelFormat": "png",
"lastName": "string",
"name": "string",
"pdfLegal": "string",
"setInvoiceAddresss": true,
"shippingRateId": 42,
"skipOnlineInventory": false,
"state": "string",
"states": [],
"statesFilter": "all",
"status": "active",
"updatedAt": "2025-05-04T09:42:00Z",
"zip": "string",
"zips": [],
"zipsFilter": "all"
}