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
      }
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.