Change Purchase Order Status

Transitions a purchase order to a new status. The status value is passed as a query parameter. Returns 204 No Content on success. Invalid status values return 400 with a list of valid values.

Requires scope: purchase_orders:write

Authentication

API_KEYstring
API Key authentication via header

Path parameters

idUUIDRequired
Purchase order ID.

Query parameters

statusenumRequired

The target status. Returns 400 with valid values if unrecognized.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error