OrderFulfillStockInput
No description
input OrderFulfillStockInput {
quantity: Int!
warehouse: ID!
}
Fields
OrderFulfillStockInput.quantity
● Int!
non-null scalar miscellaneous
The number of line items to be fulfilled from given warehouse.
OrderFulfillStockInput.warehouse
● ID!
non-null scalar miscellaneous
ID of the warehouse from which the item will be fulfilled.
Member Of
OrderFulfillLineInput
input