Footer Section
Explore

The accept order API can be used to confirm the order when the order status is Draft, Presented, or Generated. This API returns boolean value on success.
The Order Id value is a primitive string which needs to be accepted.
The name of the storefront used for the request.
curl --request POST \--url https://documentation.conga.com/orders/orderId/accept \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: '
1{2"title": "success",3"status": 2004}