CreateFreeOrderLineInput
Autogenerated input type of CreateFreeOrderLine
Fields
clientMutationId (String)
A unique identifier for the client performing the mutation.
orderId (ID!)
ID of the order to add a line to.
productId (ID)
The ID of the product for this order line.
shopifyVariantId (String)
The Shopify variant ID to look up the product. Either product_id or shopify_variant_id must be provided.
quantity (Int!)
The quantity of products for this order line.
Last updated
Was this helpful?