Goods Order
Completes the goods order (Beta)
Completes the goods order with the ID and creates a transaction
post/goods-orders/{id}/complete
Response
Completed order with transaction
Example response
{
"order": {
"delivery": {
"deliveryCase": {
"name": "zone A",
"value": 0.1
}
}
}
}