commercetools / commercetools-api-reference

commercetools API reference documentation
http://docs.commercetools.com/
57 stars 27 forks source link

Change CustomLineItemDraft to CustomLineItemImportDraft in OrderImpor… #255

Closed iparsrc closed 3 years ago

iparsrc commented 3 years ago

…tDraft

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.

Screen Shot 2021-07-03 at 9 48 03 AM
jenschude commented 3 years ago

Opened a PR in the upstream repository for this change. Should be merged here soon