POST https://api.sellbrite.com/v1/warehouses
Create a warehouse resource
{
warehouse: {
name: String,
sender_name: String,
company_name: String,
email: String,
phone_number: String,
address_1: String,
address_2: String,
postal_code: String,
city: String,
region: String,
country_code: String,
enable_shipstation: Boolean
}
}
🟢 200
{
message: String,
warehouse_uuid: String
}
🔴 422
Response Body
{
error: {
array: []
}
}
If you have any questions or doubts, visit our discussion page.