We announce the release of a new API version aimed at providing convenience for our partners using the service.
Get Order Detail
and Get Order List
API Responseitems.price
: Unit price of the order line item.items.discounted_price
: Price of the order line item after discount (sale price).items.insurance_price
: Price of the order line item related to insurance.{
// ...
"items": [
{
// ...
"price": 100.00,
"discounted_price": 80.00,
"insurance_price": 5.00
}
]
}
Get Order List
Get Order Detail
items.price
items.discounted_price
items.insurance_price