Custom Store: Sample Orders

How to map sales

Sale with tax 1005:

Download sample JSON file.

ConnexOrder.TotalTax is greater than 0.

ConnexOrder.OrderDetails[0].PriceInclTax is greater than PriceExclTax. This indicates the line is taxable.

Sale with discount code 1004:

Download sample file

ConnexOrder.ShippingExclTax is greater than 0.

ConnexOrder.Discounts has a list of discounts

ConnexOrder.Discounts has a s

Refunded sale 1003:

ConnexOrder.OrderStatus = Cancelled

Download Cancelled Order Sample JSON File