Skip to main content

Update order

PUT 

/v1/orders/:orderReference

Overview

Use this endpoint to update an orders details or to cancel an order.

In order to update an order you require the order reference value that was provided at the point in time the order was created.

There are timeframes within which you can make these changes.

Cancellation

You can cancel an order before it has been sent for fulfilment - you can determine if this has happened through our OrderEvent message sent to your webhook endpoint.

If you attempt to cancel an order which cannot be cancelled then you will receive a 400 Bad Request response.

Shipping Details

You can update the shipping details on an order before it has been sent for fulfilment - you can determine if this has happened through our OrderEvent message sent to your webhook endpoint.

If you attempt to cancel an order which cannot be cancelled then you will receive a 400 Bad Request response.

Contact Details

You can update the contact details on an order (email or mobileTelephone) at any time.

Request

Responses

Accepted