Skip to content

Commit 90a3df7

Browse files
author
Auto Mation
committed
TASK: Updating SDK
1 parent 4572512 commit 90a3df7

File tree

644 files changed

+1829
-503
lines changed

Some content is hidden

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

644 files changed

+1829
-503
lines changed

lib/commercetools-api/src/Models/ApiClient/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface ApiClient extends JsonObject
2525
public const FIELD_REFRESH_TOKEN_VALIDITY_SECONDS = 'refreshTokenValiditySeconds';
2626

2727
/**
28-
* <p>Unique ID of the API Client.
28+
* <p>Platform-generated unique identifier of the API Client.
2929
* This is the OAuth2 <code>client_id</code> that can be used to <a href="/../api/authorization#requesting-an-access-token-using-commercetools-oauth-20-server">obtain an access token</a>.</p>
3030
*
3131
* @return null|string

lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ final class ApiClientBuilder implements Builder
6767
private $refreshTokenValiditySeconds;
6868

6969
/**
70-
* <p>Unique ID of the API Client.
70+
* <p>Platform-generated unique identifier of the API Client.
7171
* This is the OAuth2 <code>client_id</code> that can be used to <a href="/../api/authorization#requesting-an-access-token-using-commercetools-oauth-20-server">obtain an access token</a>.</p>
7272
*
7373
* @return null|string

lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function __construct(
9292
}
9393

9494
/**
95-
* <p>Unique ID of the API Client.
95+
* <p>Platform-generated unique identifier of the API Client.
9696
* This is the OAuth2 <code>client_id</code> that can be used to <a href="/../api/authorization#requesting-an-access-token-using-commercetools-oauth-20-server">obtain an access token</a>.</p>
9797
*
9898
* @return null|string

lib/commercetools-api/src/Models/Cart/Cart.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ interface Cart extends BaseResource
5858
public const FIELD_TOTAL_LINE_ITEM_QUANTITY = 'totalLineItemQuantity';
5959

6060
/**
61-
* <p>The unique ID of the cart.</p>
61+
* <p>Platform-generated unique identifier of the Cart.</p>
6262
*
6363
* @return null|string
6464
*/
6565
public function getId();
6666

6767
/**
68-
* <p>User-specific unique identifier of the cart.</p>
68+
* <p>User-defined unique identifier of the Cart.</p>
6969
*
7070
* @return null|string
7171
*/

lib/commercetools-api/src/Models/Cart/CartAddShoppingListAction.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ interface CartAddShoppingListAction extends CartUpdateAction
2020
public const FIELD_DISTRIBUTION_CHANNEL = 'distributionChannel';
2121

2222
/**
23+
* <p><a href="/../api/types#resourceidentifier">ResourceIdentifier</a> to a <a href="ctp:api:type:ShoppingList">ShoppingList</a>.</p>
24+
*
2325
* @return null|ShoppingListResourceIdentifier
2426
*/
2527
public function getShoppingList();

lib/commercetools-api/src/Models/Cart/CartAddShoppingListActionBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ final class CartAddShoppingListActionBuilder implements Builder
4040
private $distributionChannel;
4141

4242
/**
43+
* <p><a href="/../api/types#resourceidentifier">ResourceIdentifier</a> to a <a href="ctp:api:type:ShoppingList">ShoppingList</a>.</p>
44+
*
4345
* @return null|ShoppingListResourceIdentifier
4446
*/
4547
public function getShoppingList()

lib/commercetools-api/src/Models/Cart/CartAddShoppingListActionModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ public function getAction()
7777
}
7878

7979
/**
80+
* <p><a href="/../api/types#resourceidentifier">ResourceIdentifier</a> to a <a href="ctp:api:type:ShoppingList">ShoppingList</a>.</p>
81+
*
8082
* @return null|ShoppingListResourceIdentifier
8183
*/
8284
public function getShoppingList()

lib/commercetools-api/src/Models/Cart/CartBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ final class CartBuilder implements Builder
217217
private $totalLineItemQuantity;
218218

219219
/**
220-
* <p>The unique ID of the cart.</p>
220+
* <p>Platform-generated unique identifier of the Cart.</p>
221221
*
222222
* @return null|string
223223
*/
@@ -253,7 +253,7 @@ public function getLastModifiedAt()
253253
}
254254

255255
/**
256-
* <p>User-specific unique identifier of the cart.</p>
256+
* <p>User-defined unique identifier of the Cart.</p>
257257
*
258258
* @return null|string
259259
*/

lib/commercetools-api/src/Models/Cart/CartDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ interface CartDraft extends JsonObject
5353
public function getCurrency();
5454

5555
/**
56-
* <p>User-specific unique identifier of the cart.</p>
56+
* <p>User-defined unique identifier for the Cart.</p>
5757
*
5858
* @return null|string
5959
*/

lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function getCurrency()
167167
}
168168

169169
/**
170-
* <p>User-specific unique identifier of the cart.</p>
170+
* <p>User-defined unique identifier for the Cart.</p>
171171
*
172172
* @return null|string
173173
*/

0 commit comments

Comments
 (0)