UpdateOrderInput
UpdateOrderInput: Object
Type declaration
billing_addressAddressPayloadAddress fields used when creating/updating an address.
customer_idstringdiscountsobject[]emailstringfulfillment_statusFulfillmentStatusitemsobject[]metadataRecord<string, unknown>no_notificationbooleanpaymentPaymentA payment is originally created from a payment session. Once a payment session is authorized, the payment is created to represent the authorized amount with a given payment method. Payments can be captured, canceled or refunded. Payments can be made towards orders, swaps, order edits, or other resources.
payment_methodobjectpayment_method.dataRecord<string, unknown>payment_method.provider_idstringpayment_statusPaymentStatusregionstringshipping_addressAddressPayloadAddress fields used when creating/updating an address.
shipping_method{ data?: Record<string, unknown> ; items?: Record<string, unknown>[] ; price?: number ; profile_id?: string ; provider_id?: string }[]statusOrderStatusWas this section helpful?