Skip to content

Commit 5939f7c

Browse files
committed
build(codegen): updating SDK
1 parent 9fbe64c commit 5939f7c

File tree

358 files changed

+15363
-418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

358 files changed

+15363
-418
lines changed

changes.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,58 @@
11
**Api changes**
22

3+
<details>
4+
<summary>Changed Type(s)</summary>
5+
6+
- :warning: changed type `DeliveryPayload` from type `object` to `SubscriptionNotification`
7+
</details>
8+
9+
10+
<details>
11+
<summary>Added Type(s)</summary>
12+
13+
- added type `BusinessUnitSetUnitTypeAction`
14+
- added type `BaseEvent`
15+
- added type `Event`
16+
- added type `ImportContainerCreatedEvent`
17+
- added type `ImportContainerCreatedEventData`
18+
- added type `ImportContainerDeletedEvent`
19+
- added type `ImportContainerDeletedEventData`
20+
- added type `ImportOperationRejectedEvent`
21+
- added type `ImportOperationRejectedEventData`
22+
- added type `ImportUnresolvedEvent`
23+
- added type `ImportUnresolvedEventData`
24+
- added type `ImportValidationFailedEvent`
25+
- added type `ImportValidationFailedEventData`
26+
- added type `ImportWaitForMasterVariantEvent`
27+
- added type `ImportWaitForMasterVariantEventData`
28+
- added type `BusinessUnitTopLevelUnitSetMessage`
29+
- added type `BusinessUnitTypeSetMessage`
30+
- added type `BusinessUnitTopLevelUnitSetMessagePayload`
31+
- added type `BusinessUnitTypeSetMessagePayload`
32+
- added type `EventDeliveryPayload`
33+
- added type `EventSubscription`
34+
- added type `EventSubscriptionResourceTypeId`
35+
- added type `EventType`
36+
- added type `SubscriptionNotification`
37+
- added type `SubscriptionSetEventsAction`
38+
</details>
39+
40+
341
<details>
442
<summary>Required Property(s)</summary>
543

644
- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional
745
</details>
846

947

48+
<details>
49+
<summary>Added Property(s)</summary>
50+
51+
- added property `events` to type `Subscription`
52+
- added property `events` to type `SubscriptionDraft`
53+
</details>
54+
55+
1056
<details>
1157
<summary>Removed QueryParameter(s)</summary>
1258

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,11 +1667,31 @@ type BusinessUnitStoresSet implements MessagePayload {
16671667
type: String!
16681668
}
16691669

1670+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1671+
type BusinessUnitTopLevelUnitSet implements MessagePayload {
1672+
oldTopLevelUnit: BusinessUnit!
1673+
topLevelUnit: BusinessUnit!
1674+
oldTopLevelUnitRef: KeyReference
1675+
topLevelUnitRef: KeyReference
1676+
type: String!
1677+
}
1678+
16701679
enum BusinessUnitType {
16711680
Company
16721681
Division
16731682
}
16741683

1684+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1685+
type BusinessUnitTypeSet implements MessagePayload {
1686+
oldUnitType: BusinessUnitType!
1687+
unitType: BusinessUnitType!
1688+
parentUnit: BusinessUnit
1689+
oldParentUnit: BusinessUnit
1690+
parentUnitRef: KeyReference
1691+
oldParentUnitRef: KeyReference
1692+
type: String!
1693+
}
1694+
16751695
input BusinessUnitUpdateAction {
16761696
addAddress: AddBusinessUnitAddress
16771697
addAssociate: AddBusinessUnitAssociate
@@ -1700,6 +1720,9 @@ input BusinessUnitUpdateAction {
17001720
setStoreMode: SetBusinessUnitStoreMode
17011721
changeAssociateMode: ChangeBusinessUnitAssociateMode
17021722
changeApprovalRuleMode: ChangeBusinessUnitApprovalRuleMode
1723+
1724+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1725+
setUnitType: SetBusinessUnitUnitType
17031726
}
17041727

17051728
input CancelQuoteRequest {
@@ -10872,6 +10895,12 @@ input SetBusinessUnitStores {
1087210895
stores: [ResourceIdentifierInput!]!
1087310896
}
1087410897

10898+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
10899+
input SetBusinessUnitUnitType {
10900+
unitType: BusinessUnitType!
10901+
parentUnit: ResourceIdentifierInput
10902+
}
10903+
1087510904
input SetCartAnonymousId {
1087610905
anonymousId: String
1087710906
}

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyApiClientsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if an API Client exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the API Client exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if an API Client exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the API Client exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyApiClientsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if an API Client exists for a given Query Predicate. Returns a <code>200 OK</code> status if any API Clients match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if an API Client exists for the provided query predicate. Returns a <code>200 OK</code> status if any API Clients match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a BusinessUnit exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a BusinessUnit exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a BusinessUnit exists for a given Query Predicate. Returns a <code>200 OK</code> status if any BusinessUnits match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more BusinessUnits exist for the provided query predicate. Returns a <code>200 OK</code> status if any BusinessUnits match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a BusinessUnit exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a BusinessUnit exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a Cart exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the Cart exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a Cart exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a Cart exists for a given Query Predicate. Returns a <code>200 OK</code> status if any Carts match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more Carts exist for the provided query predicate. Returns a <code>200 OK</code> status if any Carts match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a Cart exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the Cart exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a Cart exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if an Order exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the Order exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if an Order exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the Order exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if an Order exists for a given Query Predicate. Returns a <code>200 OK</code> status if any Orders match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more Orders exist for the provided query predicate. Returns a <code>200 OK</code> status if any Orders match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a QuoteRequest exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the QuoteRequest exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a QuoteRequest exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the QuoteRequest exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a QuoteRequest exists for a given Query Predicate. Returns a <code>200 OK</code> status if any QuoteRequests match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more QuoteRequests exist for the provided query predicate. Returns a <code>200 OK</code> status if any QuoteRequests match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a QuoteRequest exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the QuoteRequest exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a QuoteRequest exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the QuoteRequest exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a Quote exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the Quote exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a Quote exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the Quote exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a Quote exists for a given Query Predicate. Returns a <code>200 OK</code> status if any Quotes match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more Quotes exist for the provided query predicate. Returns a <code>200 OK</code> status if any Quotes match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a Quote exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the Quote exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a Quote exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the Quote exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyShoppingListsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a ShoppingList exists for a given <code>id</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
19+
* <p>Checks if a ShoppingList exists with the provided <code>id</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyShoppingListsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a ShoppingList exists for a given Query Predicate. Returns a <code>200 OK</code> if any ShoppingLists match the Query Predicate; otherwise, returns a ResourceNotFound error.</p>
23+
* <p>Checks if one or more ShoppingLists exist for the provided query predicate. Returns a <code>200 OK</code> if any ShoppingLists match the Query Predicate; otherwise, returns a ResourceNotFound error.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyShoppingListsKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a ShoppingList exists for a given <code>key</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
19+
* <p>Checks if a ShoppingList exists with the provided <code>key</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAssociateRolesByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if an AssociateRole exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the AssociateRole exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if an AssociateRole exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the AssociateRole exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAssociateRolesHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if an AssociateRole exists for a given Query Predicate. Returns a <code>200 OK</code> status if any AssociateRole match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more AssociateRoles exist for the provided query predicate. Returns a <code>200 OK</code> status if any AssociateRole match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAssociateRolesKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if an AssociateRole exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the AssociateRole exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if an AssociateRole exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the AssociateRole exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAttributeGroupsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if an AttributeGroup exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the AttributeGroup exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if an AttributeGroup exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the AttributeGroup exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAttributeGroupsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if an AttributeGroup exists for a given Query Predicate. Returns <code>200 OK</code> status if any AttributeGroups match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more AttributeGroups exist for the provided query predicate. Returns <code>200 OK</code> status if any AttributeGroups match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyAttributeGroupsKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if an AttributeGroup exists for a given <code>key</code>. Returns <code>200 OK</code> status if the AttributeGroup exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if an AttributeGroup exists with the provided <code>key</code>. Returns <code>200 OK</code> status if the AttributeGroup exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyBusinessUnitsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a BusinessUnit exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a BusinessUnit exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyBusinessUnitsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a BusinessUnit exists for a given Query Predicate. Returns a <code>200 OK</code> status if any BusinessUnits match the Query Predicate or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more BusinessUnits exist for the provided query predicate. Returns a <code>200 OK</code> status if any BusinessUnits match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyBusinessUnitsKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a BusinessUnit exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a BusinessUnit exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the BusinessUnit exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsByIDHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a CartDiscount exists for a given <code>id</code>. Returns a <code>200 OK</code> status if the CartDiscount exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a CartDiscount exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the CartDiscount exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Checks if a CartDiscount exists for a given Query Predicate. Returns a <code>200 OK</code> status if any CartDiscounts match the Query Predicate, or a <code>404 Not Found</code> otherwise.</p>
23+
* <p>Checks if one or more CartDiscounts exist for the provided query predicate. Returns a <code>200 OK</code> status if any CartDiscounts match the query predicate, or a <code>404 Not Found</code> otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsKeyByKeyHead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Checks if a CartDiscount exists for a given <code>key</code>. Returns a <code>200 OK</code> status if the CartDiscount exists or a <code>404 Not Found</code> otherwise.</p>
19+
* <p>Checks if a CartDiscount exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the CartDiscount exists or a <code>404 Not Found</code> otherwise.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

0 commit comments

Comments
 (0)