Skip to content

Commit c20edff

Browse files
Merge pull request #946 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 01d7d24 + 5a2d486 commit c20edff

8 files changed

+31
-30
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeActiveCartHead.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 active Cart exists in a Store. Returns <code>200</code> status if successful.</p>
19+
* <p>Checks if an active Cart exists in a Store. Returns <code>200 OK</code> status if successful.</p>
2020
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2121
* <ul>
2222
* <li>If no active Cart exists in a Store.</li>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDGet.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>Retrieves a ShoppingList with the provided <code>id</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200</code> status if successful.</p>
23+
* <p>Retrieves a ShoppingList with the provided <code>id</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
2626
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet.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>Retrieves ShoppingLists for the authenticated Customer or anonymous user in a Store. Returns <code>200</code> status if successful.</p>
23+
* <p>Retrieves ShoppingLists for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
2626
* <li>If no ShoppingLists exist in a Store.</li>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsHead.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 one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a Store. Returns <code>200</code> status if successful.</p>
23+
* <p>Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
2424
* <p>A Not Found error is returned in the following scenarios:</p>
2525
* <ul>
2626
* <li>If no ShoppingLists exist for the provided query predicate in a Store.</li>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsKeyByKeyGet.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>Retrieves a ShoppingList with the provided <code>key</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200</code> status if successful.</p>
23+
* <p>Retrieves a ShoppingList with the provided <code>key</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
2424
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
2525
* <ul>
2626
* <li>If no ShoppingList matches the provided <code>key</code> in a Store.</li>

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,28 @@ public ByProjectKeyInStoreKeyByStoreKeyRequestBuilder(final ApiHttpClient apiHtt
1818
this.storeKey = storeKey;
1919
}
2020

21-
public ByProjectKeyInStoreKeyByStoreKeyCartsRequestBuilder carts() {
22-
return new ByProjectKeyInStoreKeyByStoreKeyCartsRequestBuilder(apiHttpClient, projectKey, storeKey);
21+
public ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsRequestBuilder businessUnits() {
22+
return new ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsRequestBuilder(apiHttpClient, projectKey, storeKey);
2323
}
2424

25-
public ByProjectKeyInStoreKeyByStoreKeyOrdersRequestBuilder orders() {
26-
return new ByProjectKeyInStoreKeyByStoreKeyOrdersRequestBuilder(apiHttpClient, projectKey, storeKey);
25+
public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsRequestBuilder cartDiscounts() {
26+
return new ByProjectKeyInStoreKeyByStoreKeyCartDiscountsRequestBuilder(apiHttpClient, projectKey, storeKey);
2727
}
2828

29-
public ByProjectKeyInStoreKeyByStoreKeyMeRequestBuilder me() {
30-
return new ByProjectKeyInStoreKeyByStoreKeyMeRequestBuilder(apiHttpClient, projectKey, storeKey);
29+
public ByProjectKeyInStoreKeyByStoreKeyCartsRequestBuilder carts() {
30+
return new ByProjectKeyInStoreKeyByStoreKeyCartsRequestBuilder(apiHttpClient, projectKey, storeKey);
3131
}
3232

3333
public ByProjectKeyInStoreKeyByStoreKeyCustomersRequestBuilder customers() {
3434
return new ByProjectKeyInStoreKeyByStoreKeyCustomersRequestBuilder(apiHttpClient, projectKey, storeKey);
3535
}
3636

37-
public ByProjectKeyInStoreKeyByStoreKeyLoginRequestBuilder login() {
38-
return new ByProjectKeyInStoreKeyByStoreKeyLoginRequestBuilder(apiHttpClient, projectKey, storeKey);
39-
}
40-
41-
public ByProjectKeyInStoreKeyByStoreKeyShippingMethodsRequestBuilder shippingMethods() {
42-
return new ByProjectKeyInStoreKeyByStoreKeyShippingMethodsRequestBuilder(apiHttpClient, projectKey, storeKey);
37+
public ByProjectKeyInStoreKeyByStoreKeyMeRequestBuilder me() {
38+
return new ByProjectKeyInStoreKeyByStoreKeyMeRequestBuilder(apiHttpClient, projectKey, storeKey);
4339
}
4440

45-
public ByProjectKeyInStoreKeyByStoreKeyShoppingListsRequestBuilder shoppingLists() {
46-
return new ByProjectKeyInStoreKeyByStoreKeyShoppingListsRequestBuilder(apiHttpClient, projectKey, storeKey);
41+
public ByProjectKeyInStoreKeyByStoreKeyOrdersRequestBuilder orders() {
42+
return new ByProjectKeyInStoreKeyByStoreKeyOrdersRequestBuilder(apiHttpClient, projectKey, storeKey);
4743
}
4844

4945
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsRequestBuilder productProjections() {
@@ -56,10 +52,6 @@ public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsRequestBuilder
5652
storeKey);
5753
}
5854

59-
public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsRequestBuilder cartDiscounts() {
60-
return new ByProjectKeyInStoreKeyByStoreKeyCartDiscountsRequestBuilder(apiHttpClient, projectKey, storeKey);
61-
}
62-
6355
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringRequestBuilder productTailoring() {
6456
return new ByProjectKeyInStoreKeyByStoreKeyProductTailoringRequestBuilder(apiHttpClient, projectKey, storeKey);
6557
}
@@ -72,16 +64,24 @@ public ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsRequestBuilder quoteRequests
7264
return new ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsRequestBuilder(apiHttpClient, projectKey, storeKey);
7365
}
7466

75-
public ByProjectKeyInStoreKeyByStoreKeyStagedQuotesRequestBuilder stagedQuotes() {
76-
return new ByProjectKeyInStoreKeyByStoreKeyStagedQuotesRequestBuilder(apiHttpClient, projectKey, storeKey);
77-
}
78-
7967
public ByProjectKeyInStoreKeyByStoreKeyQuotesRequestBuilder quotes() {
8068
return new ByProjectKeyInStoreKeyByStoreKeyQuotesRequestBuilder(apiHttpClient, projectKey, storeKey);
8169
}
8270

83-
public ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsRequestBuilder businessUnits() {
84-
return new ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsRequestBuilder(apiHttpClient, projectKey, storeKey);
71+
public ByProjectKeyInStoreKeyByStoreKeyShippingMethodsRequestBuilder shippingMethods() {
72+
return new ByProjectKeyInStoreKeyByStoreKeyShippingMethodsRequestBuilder(apiHttpClient, projectKey, storeKey);
73+
}
74+
75+
public ByProjectKeyInStoreKeyByStoreKeyShoppingListsRequestBuilder shoppingLists() {
76+
return new ByProjectKeyInStoreKeyByStoreKeyShoppingListsRequestBuilder(apiHttpClient, projectKey, storeKey);
77+
}
78+
79+
public ByProjectKeyInStoreKeyByStoreKeyStagedQuotesRequestBuilder stagedQuotes() {
80+
return new ByProjectKeyInStoreKeyByStoreKeyStagedQuotesRequestBuilder(apiHttpClient, projectKey, storeKey);
81+
}
82+
83+
public ByProjectKeyInStoreKeyByStoreKeyLoginRequestBuilder login() {
84+
return new ByProjectKeyInStoreKeyByStoreKeyLoginRequestBuilder(apiHttpClient, projectKey, storeKey);
8585
}
8686

8787
}

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead.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 one or more ShoppingLists exist for the provided query predicate in a Store. Returns a <code>200</code> status if any ShoppingLists match the query predicate, or a <code>404</code> status otherwise.</p>
23+
* <p>Checks if one or more ShoppingLists exist for the provided query predicate in a Store. Returns a <code>200</code> status if any ShoppingLists match the query predicate or, or a <code>404</code> status otherwise.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,4 @@ c12d33dda145602c607dcf1bb77f503f4508a1ee
440440
4f44e52ef2a04385fb8da09182511dd63ff5ee37
441441
5c92f154265d21fff776730b17f7c6f27cbfdcb7
442442
cd07396232802b1c29238fb92214946462f19e5d
443+
75be7d69ebbeef0c07001c09c4c84e318aead40c

0 commit comments

Comments
 (0)