Releases: labd/commercetools-node-mock
v2.59.0
Minor Changes
-
#341
bde20b2
Thanks @mikedebock! - feat: implement support for set line-item custom types and fields on carts and orders -
#343
e36d8dc
Thanks @BramKaashoek! - update MSW depedency to 2.8.4
v2.58.0
Minor Changes
-
#340
d2e5bf8
Thanks @BramKaashoek! - Feat: takes store key from cart draft if not avaiable from context -
#338
a5cc7d7
Thanks @BramKaashoek! - Feat: set shipping method from cart draft as shipping method
v2.57.1
Patch Changes
- #336
72bae12
Thanks @BramKaashoek! - fix: include business and customer from draft on order import
v2.57.0
v2.56.1
Patch Changes
-
#331
35da11e
Thanks @BramKaashoek! - fix: make tax rate for custom line item dependent on the cart.shippingAddress.country ?? cart.country -
#329
9a70063
Thanks @BramKaashoek! - fix: implement tax rate on custom line items
v2.56.0
Minor Changes
- #326
8c3dcfe
Thanks @BramKaashoek! - Add support for custom line items on cart
Patch Changes
-
#320
7a466c6
Thanks @BramKaashoek! - fix: IN operator can be both a list and a single value -
#327
be5a2b5
Thanks @BramKaashoek! - Fix IN operator to work correctly with array values in predicate parser
v2.55.0
Minor Changes
- #323
e29f6e1
Thanks @BramKaashoek! - Add support for attributes at Product level
Add DiscountGroup, RecurrencePolicy, and RecurringOrder services
Add PaymentUpdateAction methods
Add invalidateOlderTokens to customer token creation
v2.54.0
Minor Changes
-
#321
43a4299
Thanks @BramKaashoek! - Implements the following previously missing BusinessUnit update action handlers:removeShippingAddressId
- Remove an address ID from shipping addressesaddBillingAddressId
- Add an address ID to billing addressesremoveBillingAddressId
- Remove an address ID from billing addressessetDefaultBillingAddress
- Set the default billing addresssetCustomField
- Set a custom field value on the business unitsetAddressCustomField
- Set a custom field value on a specific addresssetAddressCustomType
- Set the custom type for a specific addressremoveAssociate
- Remove an associate from the business unitchangeAssociate
- Change an existing associate's role assignments
Fixes the
changeAddress
action to properly replace an existing address instead of adding a new one.
v2.53.2
Patch Changes
- #318
eab2927
Thanks @BramKaashoek! - fix: predicate parser bugs in IN and WITHIN
v2.53.1
Patch Changes
- #316
e455a60
Thanks @BramKaashoek! - Fixes a bug where main variants were not included in where predicates. Fixes a bug where vars were not read in predicates with AND statements