6.3 Approve order
PATCH {{protocol}}://{{host}}/api/orders/{{order_id}}
The value of reeference must be unique
Request Body
{"data"=>{"id"=>"{{order_id}}", "type"=>"orders", "attributes"=>{"_approve"=>"1"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |