update_pending_active_product_by_warehouse_ids #130

Merged
Ghost merged 1 commits from fix-holiday-product into develop 2023-01-17 07:23:45 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 49156e576d - Show all commits

View File

@ -122,5 +122,5 @@ type UpdateStatusWarehousePendingInactiveRequest struct {
// UpdateStatusWarehousePendingInactive ...
type UpdateStatusWarehousePendingInactive struct {
WarehouseID string `json:"warehouse"`
Status string `json:"status"`
PendingInactive bool `json:"pendingInactive"`
}