Java library for importing and syncing (taking care of changes) data into one or more commercetools projects from external data files or from another commercetools project.
commercetools/commercetools-sdk-java-v2 (com.commercetools.sdk:commercetools-sdk-java-api)
### [`v17.10.0`](https://togithub.com/commercetools/commercetools-sdk-java-v2/blob/HEAD/CHANGELOG.md#17100-2024-04-18)
[Compare Source](https://togithub.com/commercetools/commercetools-sdk-java-v2/compare/17.9.0...17.10.0)
#### What's Changed
- Update changelog by [@ct-sdks](https://togithub.com/ct-sdks) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/616](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/616)
- deserialize product search facets by [@jenschude](https://togithub.com/jenschude) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/624](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/624)
- Update generated SDKs by [@ct-sdks](https://togithub.com/ct-sdks) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/610](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/610)
- Update generated SDKs by [@ct-sdks](https://togithub.com/ct-sdks) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/625](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/625)
**Api changes**
Changed Property(s)
- :warning: changed property `custom` of type `MyBusinessUnitDraft` from type `CustomFields` to `CustomFieldsDraft`
- :warning: changed property `custom` of type `MyCompanyDraft` from type `CustomFields` to `CustomFieldsDraft`
- :warning: changed property `custom` of type `MyDivisionDraft` from type `CustomFields` to `CustomFieldsDraft`
Added Property(s)
- added property `attributedTo` to type `CreatedBy`
- added property `attributedTo` to type `LastModifiedBy`
- added property `postFilter` to type `ProductSearchRequest`
Required Property(s)
- :warning: changed property `stores` of type `BusinessUnit` to be required
- :warning: changed property `stores` of type `Company` to be required
- :warning: changed property `stores` of type `Division` to be required
- :warning: changed property `stores` of type `BusinessUnitSetStoresAction` to be required
- :warning: changed property `stores` of type `CartDiscountSetStoresAction` to be required
- :warning: changed property `stores` of type `Customer` to be required
- :warning: changed property `stores` of type `CustomerSetStoresAction` to be required
Added Type(s)
- added type `Attribution`
- added type `AttributionSource`
Removed Method(s)
- :warning: removed method `apiRoot.withProjectKey().products().search().head()`
**Import changes**
Added Resource(s)
- added resource `/{projectKey}/discount-codes`
- added resource `/{projectKey}/discount-codes/import-containers`
- added resource `/{projectKey}/discount-codes/import-containers/{importContainerKey}`
Added Method(s)
- added method `apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()`
Added Type(s)
- added type `DiscountCodeImportRequest`
- added type `DiscountCodeImport`
Added Enum(s)
- added enum `discount-code` to type `ImportResourceType`
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.9.0...17.10.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
17.9.0
->17.10.0
17.9.0
->17.10.0
Release Notes
commercetools/commercetools-sdk-java-v2 (com.commercetools.sdk:commercetools-sdk-java-api)
### [`v17.10.0`](https://togithub.com/commercetools/commercetools-sdk-java-v2/blob/HEAD/CHANGELOG.md#17100-2024-04-18) [Compare Source](https://togithub.com/commercetools/commercetools-sdk-java-v2/compare/17.9.0...17.10.0) #### What's Changed - Update changelog by [@ct-sdks](https://togithub.com/ct-sdks) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/616](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/616) - deserialize product search facets by [@jenschude](https://togithub.com/jenschude) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/624](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/624) - Update generated SDKs by [@ct-sdks](https://togithub.com/ct-sdks) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/610](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/610) - Update generated SDKs by [@ct-sdks](https://togithub.com/ct-sdks) in [https://github.com/commercetools/commercetools-sdk-java-v2/pull/625](https://togithub.com/commercetools/commercetools-sdk-java-v2/pull/625) **Api changes**Changed Property(s)
- :warning: changed property `custom` of type `MyBusinessUnitDraft` from type `CustomFields` to `CustomFieldsDraft` - :warning: changed property `custom` of type `MyCompanyDraft` from type `CustomFields` to `CustomFieldsDraft` - :warning: changed property `custom` of type `MyDivisionDraft` from type `CustomFields` to `CustomFieldsDraft`Added Property(s)
- added property `attributedTo` to type `CreatedBy` - added property `attributedTo` to type `LastModifiedBy` - added property `postFilter` to type `ProductSearchRequest`Required Property(s)
- :warning: changed property `stores` of type `BusinessUnit` to be required - :warning: changed property `stores` of type `Company` to be required - :warning: changed property `stores` of type `Division` to be required - :warning: changed property `stores` of type `BusinessUnitSetStoresAction` to be required - :warning: changed property `stores` of type `CartDiscountSetStoresAction` to be required - :warning: changed property `stores` of type `Customer` to be required - :warning: changed property `stores` of type `CustomerSetStoresAction` to be requiredAdded Type(s)
- added type `Attribution` - added type `AttributionSource`Removed Method(s)
- :warning: removed method `apiRoot.withProjectKey().products().search().head()`Added Resource(s)
- added resource `/{projectKey}/discount-codes` - added resource `/{projectKey}/discount-codes/import-containers` - added resource `/{projectKey}/discount-codes/import-containers/{importContainerKey}`Added Method(s)
- added method `apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()`Added Type(s)
- added type `DiscountCodeImportRequest` - added type `DiscountCodeImport`Added Enum(s)
- added enum `discount-code` to type `ImportResourceType`Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.