DraftOrder
A draft order is created by an admin without direct involvement of the customer. Once its payment is marked as captured, it is transformed into an order.
Properties
canceled_at
DateRequiredThe date the draft order was canceled at.
The details of the cart associated with the draft order.
cart_id
stringRequiredThe ID of the cart associated with the draft order.
completed_at
DateRequiredThe date the draft order was completed at.
created_at
DateRequiredThe date with timezone at which the resource was created.
display_id
numberRequiredThe draft order's display ID
id
stringRequiredThe draft order's ID
idempotency_key
stringRequiredRandomly generated key used to continue the completion of the cart associated with the draft order in case of failure.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
no_notification_order
booleanRequiredWhether to send the customer notifications regarding order updates.
The details of the order created from the draft order when its payment is captured.
order_id
stringRequiredThe ID of the order created from the draft order when its payment is captured.
The status of the draft order. It's changed to
completed
when it's transformed to an order.Default: open
updated_at
DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?