Sellbrite-API

/warehouses

PUT https://api.sellbrite.com/v1/warehouses/{uuid}

Update a warehouse resource


/channels (GET)

/warehouses (GET)

/orders (GET)

/shipments (POST)

/products (GET)

/inventory (GET)


Path Params

uuid: String required

Unique universal identifier of the warehouse resource you are updating.

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
}




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