Skip to main content

Partial update of an order

Partial update of an order

Path Parameters
id int32 REQUIRED

The orderId of the order to update

Request Body REQUIRED

The order object containing the properties that should be updated.

ExternalId string

The external id for the order.

ParcelNumber string

Parcel number (tracking number).

ExternalOrderStatus int32

Possible values: [0, 10, 20, 30, 40]

The external order status.
0 = None
10 = New
20 = Processing
30 = Failed
40 = Done

ReturnParcelNumber string

Parcel number (tracking number) for a return shipment.

Responses
200

Ok.

Schema OPTIONAL
object
404

Not found.

Schema OPTIONAL
object