Update 04/02/2025
What is Changing?
New Attributes in Get Order Detail
and Get Order List
API Response
items.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.Example of Updated API Response
{
// ...
"items": [
{
// ...
"price": 100.00,
"discounted_price": 80.00,
"insurance_price": 5.00
}
]
}
Who is Affected?
Get Order List
Get Order Detail
How to Apply?
Update and Handle API Response
1.
2.
items.price
items.discounted_price
items.insurance_price
3.
4.
Need Help?
Modified at 2025-02-04 08:31:07