Updates are only allowed before the order has been finalized. This is to prevent unexpected changes to an Order without customer consent. If valid order items are in the payload, it will completely replace the old order items with the contents from the new payload.

Log in to see full request history
Path Params
string
required

The ID of the Order to update

Body Params
string

Your remote order identification, usually the ID of the order in your eCommerce system.

integer

A positive integer between 0 and 99999999 that represents the expected total amount for this order. This should equal the sum of all order_items, tax_cents, and shipping_cents, but this is not mandatory.

integer

Tax amount in cents

integer

Shipping amount in cents

string

ISO8601 date that a pending order should expire. Any order still unapproved at this date will be automatically rejected. This field does not apply once payment terms have started negotiation.

order_items
array of objects

OrderItems describing the contents of the order

order_items
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json