put
https://merchants-api.cdon.com/api/v1/orders//accept
Definition
This endpoint will allow you to accept an order.
A request can be sent for one single order.
By running this call, you will set the order field state to accepted.
Any order that has already been cancelled or fulfilled cannot be accepted.
Request query parameter
| Parameter | Description | Required |
|---|---|---|
| order_id | Unique ID for the order you want to accept | Yes |
Response
{
"description": "Order row was accepted"
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This endpoint will allow you to accept an order. Not available by default, use fulfill directly instead.
A request can be sent for one single order.
By running this call, you will set the order field state to accepted.
Any order that has already been cancelled or fulfilled cannot be accepted.