OrderFulfillLineInput
No description
input OrderFulfillLineInput {
orderLineId: ID
stocks: [OrderFulfillStockInput!]!
}
Fields
OrderFulfillLineInput.orderLineId
● ID
scalar
The ID of the order line.
OrderFulfillLineInput.stocks
● [OrderFulfillStockInput!]!
non-null input
List of stock items to create.
Member of
OrderFulfillInput
input