OrderBulkCreateFulfillmentLineInput Input Type
No description
input OrderBulkCreateFulfillmentLineInput {
variantId: ID
variantSku: String
variantExternalReference: String
quantity: Int!
warehouse: ID!
orderLineIndex: Int!
}
Fields
variantId ● ID
The ID of the product variant.
variantSku ● String
The SKU of the product variant.
variantExternalReference ● String
The external ID of the product variant.
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.
orderLineIndex ● Int!
0-based index of order line, which the fulfillment line refers to.