OrderBulkCreateFulfillmentLineInput
No description
input OrderBulkCreateFulfillmentLineInput {
variantId: ID
variantSku: String
variantExternalReference: String
quantity: Int!
warehouse: ID!
orderLineIndex: Int!
}
Fields
OrderBulkCreateFulfillmentLineInput.variantId
● ID
scalar miscellaneous
The ID of the product variant.
OrderBulkCreateFulfillmentLineInput.variantSku
● String
scalar miscellaneous
The SKU of the product variant.
OrderBulkCreateFulfillmentLineInput.variantExternalReference
● String
scalar miscellaneous
The external ID of the product variant.
OrderBulkCreateFulfillmentLineInput.quantity
● Int!
non-null scalar miscellaneous
The number of line items to be fulfilled from given warehouse.
OrderBulkCreateFulfillmentLineInput.warehouse
● ID!
non-null scalar miscellaneous
ID of the warehouse from which the item will be fulfilled.
OrderBulkCreateFulfillmentLineInput.orderLineIndex
● Int!
non-null scalar miscellaneous
0-based index of order line, which the fulfillment line refers to.