diff --git a/model/warehouse_response.go b/model/warehouse_response.go index e0d35b1..b19ade9 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -24,6 +24,12 @@ type WarehouseConfiguration struct { Order WarehouseOrder `json:"order"` Partner WarehousePartner `json:"partner"` Delivery WarehouseDelivery `json:"delivery"` + Other WarehouseOther `json:"other"` +} + +// WarehouseOther ... +type WarehouseOther struct { + DoesSupportSellyExpress bool `json:"doesSupportSellyExpress"` } // WarehouseSupplier ...