Skip to main content
Skip to main content

UpdateOrderInput

UpdateOrderInput: Object

Type declaration

billing_addressAddressPayload
Address fields used when creating/updating an address.
customer_idstring
discountsobject[]
emailstring
fulfillment_statusFulfillmentStatus
itemsobject[]
metadataRecord<string, unknown>
no_notificationboolean
paymentPayment
A 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_methodobject
payment_method.dataRecord<string, unknown>
payment_method.provider_idstring
payment_statusPaymentStatus
regionstring
shipping_addressAddressPayload
Address fields used when creating/updating an address.
shipping_method{ data?: Record&#60;string, unknown&#62; ; items?: Record&#60;string, unknown&#62;[] ; price?: number ; profile_id?: string ; provider_id?: string }[]
Was this section helpful?