PUT https://api.sellbrite.com/v1/warehouses/{uuid}
Update a warehouse resource
uuid: String required
Unique universal identifier of the warehouse resource you are updating.
{
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
}
If you have any questions or doubts, visit our discussion page.