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

Import API CustomerAddress Model missing field for custom #345

Closed vasanth-mahendran closed 1 year ago

vasanth-mahendran commented 2 years ago

Describe the bug According to https://docs.commercetools.com/api/releases/2021-01-29-custom-fields-for-addresses

Address support custom fields. When I try to pass custom field in Import API CustomerImportBuilder, CustomerAddress Model is missing field for custom

To Reproduce CustomerAddress.class does not have field for custom

Expected behavior CustomerAddress.class should have field for custom

Screenshots/Code snippet commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddress.java

Stack information (please complete the following information):

Additional context

Trying to import customer address with custom field for address using import API SDK

jenschude commented 2 years ago

Seems that the ImportAPI is not yet supporting custom fields for the address. I forwarded the issue to the respective team

https://docs.commercetools.com/import-export/customer#customeraddress

vasanth-mahendran commented 1 year ago

Import API is now supporting custom fields in the address. please update the model

jenschude commented 1 year ago

Just released 9.3.0 which adds the respective fields