API Documentation
Orders - Update Order Status
The POST orderstatus
endpoint is used to set status of an Order.
Updating order status will be disabled for orders that:
- have payment issue
- have been submitted to Gooten in
Test
mode - already have been submitted to production
The POST orderstatus
endpoint takes following arguments:
id
- required - Order IDorderStatusName
- required - new status name of Order to set. Specially, order status could be changed to one of following status names:Cancelled
,New
,Test
orHold
.partnerBillingKey
- required - a private key that should never be shared or used client-side!
Successful request yields response:
{
"HadError": false
}