diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyShippingMethodsMatchingCartGet.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyShippingMethodsMatchingCartGet.java index ed63c4fb44..f0822f8714 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyShippingMethodsMatchingCartGet.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyShippingMethodsMatchingCartGet.java @@ -20,7 +20,9 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *
Retrieves the active ShippingMethods that can ship to the shipping address of the given Cart in a given Store. Each ShippingMethod contains exactly one ShippingRate with the flag isMatching
set to true
. This ShippingRate is used when the ShippingMethod is added to the Cart. If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
Retrieves the active ShippingMethods that can ship to the shipping address of the provided Cart in a Store.
+ *Each ShippingMethod contains exactly one ShippingRate with the flag isMatching
set to true
. This ShippingRate is used when the ShippingMethod is added to the Cart.
If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
Checks if an active ShippingMethod that can ship to the shipping address of the given Cart exists in the given Store. Returns a 200
status if the ShippingMethod exists, or a 404
status otherwise.
Checks if an active ShippingMethod that can ship to the shipping address of the provided Cart exists in a Store. Returns a 200 OK
status if the ShippingMethod exists or a Not Found error otherwise.
Deletes a ShippingMethod in the Project.
* *Retrieves a ShippingMethod with the provided id
.
Checks if a ShippingMethod exists with the provided id
. Returns a 200
status if the ShippingMethod exists, or a 404
status otherwise.
Checks if a ShippingMethod exists with the provided id
. Returns a 200 OK
status if the ShippingMethod exists or a Not Found error otherwise.
Updates a ShippingMethod in the Project using one or more update actions.
* *Updates a ShippingMethod in the Project using one or more update actions.
* *Retrieves all ShippingMethods in the Project.
* *Checks if one or more ShippingMethods exist for the provided query predicate. Returns a 200
status if any ShippingMethods match the query predicate, or a 404
status otherwise.
Checks if one or more ShippingMethods exist for the provided query predicate. Returns a 200 OK
status if any ShippingMethods match the query predicate or a Not Found error otherwise.
Deletes a ShippingMethod in the Project.
* *Retrieves a ShippingMethod with the provided key
.
Checks if a ShippingMethod exists with the provided key
. Returns a 200
status if the ShippingMethod exists, or a 404
status otherwise.
Checks if a ShippingMethod exists with the provided key
. Returns a 200 OK
status if the ShippingMethod exists or a Not Found error otherwise.
Updates a ShippingMethod in the Project using one or more update actions.
* *Updates a ShippingMethod in the Project using one or more update actions.
* *Retrieves the active ShippingMethods that can ship to the shipping address of the given Cart. Each ShippingMethod contains exactly one ShippingRate with the flag isMatching
set to true
. This ShippingRate is used when the ShippingMethod is added to the Cart. If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
Retrieves the active ShippingMethods that can ship to the shipping address of the provided Cart.
+ *Each ShippingMethod contains exactly one ShippingRate with the flag isMatching
set to true
. This ShippingRate is used when the ShippingMethod is added to the Cart.
If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
Checks if an active ShippingMethod exists for the given Cart. If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array. Returns a 200
status if the ShippingMethod exists, or a 404
status otherwise.
Checks if an active ShippingMethod exists for the provided Cart. Returns a 200 OK
status if the ShippingMethod exists or a Not Found error otherwise.
Retrieves the active ShippingMethods that can ship to the given Location with a predicate
that matches the given Cart. Each ShippingMethod contains exactly one ShippingRate with the flag isMatching
set to true
. This ShippingRate is used when the ShippingMethod is added to the Cart. If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
Retrieves the active ShippingMethods that can ship to the provided Location with a predicate
that matches the provided Cart.
Each ShippingMethod contains exactly one ShippingRate with the flag isMatching
set to true
. This ShippingRate is used when the ShippingMethod is added to the Cart.
If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
Checks if an active ShippingMethod that can ship to the given Location exists for the given Cart. Returns a 200
status if the ShippingMethod exists, or a 404
status otherwise.
Checks if an active ShippingMethod that can ship to the provided Location exists for the provided Cart. Returns a 200 OK
status if the ShippingMethod exists or a Not Found error otherwise.
Retrieves the active ShippingMethods that can ship to the given Location. ShippingMethods that have a predicate
defined are automatically disqualified. If the currency
parameter is given, then the ShippingMethods must also have a rate defined in the specified currency. Each ShippingMethod contains at least one ShippingRate with the flag isMatching
set to true
. If the currency
parameter is given, exactly one ShippingRate will contain it. If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
Retrieves the active ShippingMethods that can ship to the provided Location.
+ *The following applies:
+ *predicate
defined are automatically disqualified.currency
parameter is provided, then the ShippingMethods must also have a rate defined in the specified currency.isMatching
set to true
.currency
parameter is provided, exactly one ShippingRate will contain it.isDefault
set to true
, it is returned as the first item in the array.Checks if an active ShippingMethod that can ship to the given Location exists. Returns a 200
status if the ShippingMethod exists, or a 404
status otherwise.
Checks if an active ShippingMethod that can ship to the provided Location exists. Returns a 200 OK
status if the ShippingMethod exists or a Not Found error otherwise.
Retrieves the active ShippingMethods that can ship to the given Location for an OrderEdit. If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array. If the OrderEdit preview cannot be generated, an EditPreviewFailed error is returned.
Retrieves the active ShippingMethods that can ship to the provided Location for an OrderEdit.
+ *If a matching ShippingMethod has isDefault
set to true
, it is returned as the first item in the array.
If the OrderEdit preview cannot be generated, an EditPreviewFailed error is returned.
* *Checks if an active ShippingMethod that can ship to the given Location exists for the given OrderEdit. Returns a 200
status if the ShippingMethod exists, or a 404
status otherwise.
Checks if an active ShippingMethod that can ship to the provided Location exists for the provided OrderEdit. Returns a 200 OK
status if the ShippingMethod exists or a Not Found error otherwise.
Creates a ShippingMethod in the Project.
* *Creates a ShippingMethod in the Project.
* *Deletes a Zone in the Project.
* *Retrieves a Zone with the provided id
.
Checks if a Zone exists with the provided id
. Returns a 200
status if the Zone exists, or a 404
status otherwise.
Checks if a Zone exists with the provided id
. Returns a 200 OK
status if the Zone exists or a Not Found error otherwise.
Retrieves all Zones in the Project.
* *Checks if one or more Zones exist for the provided query predicate. Returns a 200
status if any Zones match the query predicate, or a 404
status otherwise.
Checks if one or more Zones exist for the provided query predicate. Returns a 200 OK
status if any Zones match the query predicate, or a Not Found error otherwise.
Deletes a Zone in the Project.
* *Retrieves a Zone with the provided key
.
Checks if a Zone exists with the provided key
. Returns a 200
status if the Zone exists, or a 404
status otherwise.
Checks if a Zone exists with the provided key
. Returns a 200 OK
status if the Zone exists or a Not Found error otherwise.
Updates a Zone in the Project using one or more update actions.
* *Updates a Zone in the Project using one or more update actions.
* *Creates a Zone in the Project.
* *Creates a Zone in the Project.
* *