Skip to main content
Skip to main content

AdminPostDraftOrdersDraftOrderLineItemsReq

internal.internal.AdminPostDraftOrdersDraftOrderLineItemsReq

Schema

AdminPostDraftOrdersDraftOrderLineItemsReq type: object required:

  • quantity properties: variant_id: description: The ID of the Product Variant associated with the line item. If the line item is custom, the variant_id should be omitted. type: string unit_price: description: The custom price of the line item. If a variant_id is supplied, the price provided here will override the variant's price. type: integer title: description: The title of the line item if variant_idLearn about the metadata attribute, and how to delete and update it.

Properties

metadataRecord<string, unknown>
quantitynumberRequired
titlestring
unit_pricenumber
variant_idstring
Was this section helpful?