UpdateDraftOrderWorkflowInput
The details of the draft order to update.
id
stringThe ID of the draft order to update.
user_id
stringThe ID of the user updating the draft order.
Create or update the shipping address of the draft order.
Create or update the billing address of the draft order.
customer_id
stringOptionalThe ID of the customer to associate the draft order with.
email
stringOptionalThe new email of the draft order.
sales_channel_id
stringOptionalThe ID of the sales channel to associate the draft order with.
metadata
null | Record<string, unknown>OptionalThe new metadata of the draft order.
Was this page helpful?