Skip to main content
Version: Canary 🚧

OrderFulfillStockInput

No description

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

Fields

OrderFulfillStockInput.quantity ● Int! non-null scalar

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

OrderFulfillStockInput.warehouse ● ID! non-null scalar

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

Member of

OrderFulfillLineInput input


Was this page helpful?