Skip to main content

OrderFulfillStockInput Input Type

No description

input OrderFulfillStockInput {
quantity: Int!
warehouse: ID!
}

Fields

quantity ● Int!

The number of line items to be fulfilled from given warehouse.

warehouse ● ID!

ID of the warehouse from which the item will be fulfilled.

Member Of

OrderFulfillLineInput input