Merge pull request 'update_pending_active_product_by_warehouse_ids' (#130) from fix-holiday-product into develop
Reviewed-on: #130
This commit is contained in:
commit
3958b49cd9
|
@ -122,6 +122,6 @@ type UpdateStatusWarehousePendingInactiveRequest struct {
|
||||||
|
|
||||||
// UpdateStatusWarehousePendingInactive ...
|
// UpdateStatusWarehousePendingInactive ...
|
||||||
type UpdateStatusWarehousePendingInactive struct {
|
type UpdateStatusWarehousePendingInactive struct {
|
||||||
WarehouseID string `json:"warehouse"`
|
WarehouseID string `json:"warehouse"`
|
||||||
Status string `json:"status"`
|
PendingInactive bool `json:"pendingInactive"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue