INPUT_OBJECT

StockPolicyActionInput

link GraphQL Schema definition

1input StockPolicyActionInput {
2
3removeItemsFromStock: Boolean
4
5sendItemsToDifferentWarehouse: WarehouseInput
6
7releaseItemsBackToWarehouse: Boolean
8}