Sellbrite-API

/warehouses

POST https://api.sellbrite.com/v1/warehouses

Create a warehouse resource


/channels (GET)

/warehouses (GET)

/orders (GET)

/shipments (POST)

/products (GET)

/inventory (GET)


Body Params

{
  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
  }
}

Responses

🟢 200

{
  message: String,
  warehouse_uuid: String
}

🔴 422

Response Body

{
  error: {
    array: []
  }
}




If you have any questions or doubts, visit our discussion page.