Skip to main content
Skip to main content

AdminPostDraftOrdersReq

internal.internal.AdminPostDraftOrdersReq

Schema

AdminPostDraftOrdersReq type: object required:

  • email
  • region_id
  • shipping_methods properties: status: description: "The status of the draft order. The draft order's default status is open. It's changed to completedThe email of the customer of the draft ordervariant_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

billing_addressstring | AddressPayload
customer_idstring
discountsDiscount[]
emailstringRequired
itemsItem[]
metadataRecord<string, unknown>
no_notification_orderboolean
region_idstringRequired
shipping_addressstring | AddressPayload
shipping_methodsShippingMethod[]Required
statusstring
Was this section helpful?