/
orders/{orderId}/status (PUT)

orders/{orderId}/status (PUT)

To update the status of an order.

Any user who can change the status of the order online is also authorized to use this API methods. Some status transitions are authorized for internal manager-level users only. Typical client users can only make status transitions that “make sense” in the current context of the order (such as accepting or rejecting results). To retrieve available transitions use: orders/{orderId}/status/transitions

URL

(PUT) /api/orders/{orderId}/status

PARAMETERS

URL parameters are:

orderId

The numeric order ID. See orders/list to find orders.

integer, Mandatory

The body must be a JSON object with these properties:

status

The new order status. See Order status for the numeric values. Also check out orders/{orderId}/status/transitions for getting a list of possible status transitions.

integer. Mandatory

message

Optional text message to save with the status change in the order history. This text will also be included in the email notification.

string?, Optional

notify

Optional. Default is true.

If set to false (not recommended) then the system will not notify the client and other stakeholders of the status translation.

If dropped or set to true then a regular email notification will be sent out.

bool?, Optional

RESULTS

None.

ACCESS RIGHTS

This method is available to any user (clients, internal users) who has access to the given order online and to the status transitions available there.

 

 

Related content

orders/{orderId}/status/transitions
orders/{orderId}/status/transitions
More like this
orders/{orderId}/status/override (PUT)
orders/{orderId}/status/override (PUT)
More like this
invoices/items/{id}/status/{status} (PUT)
invoices/items/{id}/status/{status} (PUT)
More like this
orders/{orderId}/traces
orders/{orderId}/traces
More like this
orders/{orderId}/workprogress
orders/{orderId}/workprogress
More like this
orders/{orderId}/traces (POST)
orders/{orderId}/traces (POST)
More like this

Copyright Wordbee - Buzzin' Outside the Box since 2008