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
id
Purchase order ID.
Query parameters
status
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