ReserveProductItemsBatchInput
The input to reserve a batch of product items
input ReserveProductItemsBatchInput {
productVariantId: UUID!
number: Int!
orderId: UUID!
}
Fields
ReserveProductItemsBatchInput.productVariantId
● UUID!
non-null scalar
The product variant id of the product item
ReserveProductItemsBatchInput.number
● Int!
non-null scalar
The number of product items to reserve
ReserveProductItemsBatchInput.orderId
● UUID!
non-null scalar
The order id that reserves the product items
Member Of
reserveProductItemBatch
mutation