File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 11## CHANGELOG
2+ ### v1.4.1-beta.0
3+ ### ** API Changes**
4+
5+ #### Product APIs
6+ * Customer API*
7+ * ** BREAKING** : Removed endpoint method changes
8+
9+ ** Removed** :
10+ * getCustomerList
11+
12+ * Product API*
13+
14+ * ** BREAKING** : Endpoint method name changes
15+
16+ ** Changed** :
17+
18+ | ** Existing Method Name** | ** New Method Name** |
19+ | ------------- | -------------|
20+ | deleteVariationGroupForMaster | unassignVariationGroupFromMasterProduct |
21+ | updateVariationGroupInMasterProduct | updateVariationGroupForMasterProduct |
22+ | assignVariationGroupForMasterProduct | assignVariationGroupToMasterProduct |
23+ | deleteVariationForMaster | unassignVariationFromMasterProduct |
24+ | updateVariationsInMasterProduct | updateVariationForMasterProduct |
25+ | createVariationForMasterProduct | assignVariationForMasterProduct |
26+
27+ * Shopper Customer API*
28+ * ** BREAKING** : Removed endpoint method changes
29+
30+ ** Removed** :
31+ * getCustomerAddresses
32+ * getCustomerPaymentInstruments
33+ * getCustomerProductListItems
34+
35+ ** Changed** :
36+
37+ | ** Existing Method Name** | ** New Method Name** |
38+ | ------------- | -------------|
39+ | postResetPasswordToken | getResetPasswordToken |
40+
41+ ### ** Core Functionality**
42+
43+ #### Enhancements
44+
45+ * SDK does not set TTL for cached assets based on the HTTP headers
46+ * Added logging capability
47+ * Exchange Connector is deprecated on commerce-sdk in favor of the raml-toolkit
48+ * Examples of client instantiations have been added to APICLIENTS.md
249
350### v1.4.0-beta.0
451
You can’t perform that action at this time.
0 commit comments