Currently, CustomLineItemDraft is used in OrderImportDraft but CustomLineItemDraft doesn't have the TaxRate so it's not possible to have a custom line item with a tax rate. But in Commercetools, CustomLineItemImportDraft is used which has the TaxRate.
…tDraft
Currently,
CustomLineItemDraft
is used inOrderImportDraft
butCustomLineItemDraft
doesn't have theTaxRate
so it's not possible to have a custom line item with a tax rate. But in Commercetools,CustomLineItemImportDraft
is used which has theTaxRate
.