3 September 2026
Orders
You can now provide pre-calculated
taxedPrice values on Line Items, Custom Line Items, and Shipping Info when importing Orders through the Order Import API.If
taxedPrice is set, the values are stored as-is on the resulting item instead of being derived from the taxRate. This is useful when importing Orders from external systems (for example, external tax services) to avoid rounding discrepancies.Changes:
- [API] Added optional
taxedPricefield to LineItemImportDraft, CustomLineItemImportDraft, and ShippingInfoImportDraft.