commercetools / commercetools-sdk-java-v2

The e-commerce SDK from commercetools for Java.
https://commercetools.github.io/commercetools-sdk-java-v2/javadoc/index.html
Apache License 2.0
34 stars 15 forks source link

Custom fields not supported in Import API order line items #349

Closed vasanth-mahendran closed 1 year ago

vasanth-mahendran commented 2 years ago

Describe the bug custom fields not supported in order line items

Here is the model for line item draft in import api where custom field is missing - https://docs.commercetools.com/import-export/order#lineitemimportdraft

Here is the model for line item draft in http api where custom field exist - https://docs.commercetools.com/api/projects/carts#lineitemdraft

https://jira.commercetools.com/servicedesk/customer/portal/1/SUPPORT-17466 - according to this support request, custom field support is added to import API feature

To Reproduce LineItemImportDraft missing field for custom

Expected behavior LineItemImportDraft should have field for custom

Screenshots/Code snippet commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/orders/LineItemImportDraft

Stack information (please complete the following information): Java: 1.8 SDK: Commercetools SDK Java ImportAPI » 9.1.0

vasanth-mahendran commented 1 year ago

Is there any update on this? Import API supports custom fields in line items now. Please update the model

jenschude commented 1 year ago

Just released 9.3.0 which adds the respective fields