From 7b8bf8b900ec3ae7a053bbcbe21a065c9ab42b25 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 08:10:00 +0000 Subject: [PATCH 01/31] build(codegen): updating SDK --- lib/commercetools-api/docs/RequestBuilder.md | 114 +++++++++--------- .../src/Models/ApiClient/ApiClient.php | 8 +- .../src/Models/ApiClient/ApiClientBuilder.php | 8 +- .../src/Models/ApiClient/ApiClientDraft.php | 2 +- .../ApiClient/ApiClientDraftBuilder.php | 2 +- .../Models/ApiClient/ApiClientDraftModel.php | 2 +- .../src/Models/ApiClient/ApiClientModel.php | 8 +- references.txt | 1 + 8 files changed, 73 insertions(+), 72 deletions(-) diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index 649576024d9..19a19a2b3d4 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -4962,7 +4962,7 @@ Returns a Customer for a given Query Predicate in a [Store](ctp:api:type:Store). A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Customer exists in the Store for the given Query Predicate. -- If a Customer exists in the Store for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a Customer exists in the Store for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. - If a Customer exists for the given Query Predicate but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -4983,7 +4983,7 @@ Updates the Customer in a [Store](ctp:api:type:Store). Returns a `200` status if A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5004,7 +5004,7 @@ Deletes the Customer in a [Store](ctp:api:type:Store). Returns a `200` status if A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5029,7 +5029,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no active Cart exists. - If an active Cart exists but does not have a `store` specified, or the `store` field references a different Store. -- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5052,7 +5052,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no active Cart exists in a Store. - If an active Cart exists but does not have a `store` specified, or the `store` field references a different Store. -- If an active Cart exists but does not contain a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not contain a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5104,7 +5104,7 @@ $request = $builder ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->carts()->post(null)` -Creates a Cart in a Store for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a Cart in a Store for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. The `store` field in the created [Cart](ctp:api:type:Cart) is set to the Store specified by the `storeKey` path parameter. @@ -5137,7 +5137,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Cart exists in the Store for the given `id`. - If the Cart exists but does not belong to a Store, or the Cart's `store` field references a different Store. -- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5178,7 +5178,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Cart exists in the Store for the given `id`. - If the Cart exists but does not belong to a Store, or the Cart's `store` field references a different Store. -- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5202,7 +5202,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Cart exists in the Store for the given `id`. - If the Cart exists in the Project but does not belong to a Store, or the Cart's `store` field references a different Store. -- If the Cart exists in the Project but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists in the Project but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5226,7 +5226,7 @@ After the email is verified, all email tokens issued previously through the [ema A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5274,7 +5274,7 @@ Retrieves Orders in a [Store](ctp:api:type:Store) for the authenticated Customer A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Orders exist that match the provided query predicate. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5297,7 +5297,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no Orders exist in the Store that match the Query Predicate. - If an Order matches the Query Predicate, but no `store` is specified, or the `store` field references a different Store. -- If an Order matches the Query Predicate, but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order matches the Query Predicate, but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5315,13 +5315,13 @@ $request = $builder ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->orders()->post(null)` -Creates an Order from a Cart in a [Store](ctp:api:type:Store) for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates an Order from a Cart in a [Store](ctp:api:type:Store) for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. The Cart must have a shipping address set. When creating [B2B Orders](/associates-overview#b2b-resources), the Customer must have the `CreateMyOrdersFromMyCarts` [Permission](ctp:api:type:Permission). -If the Cart's `customerId` does not match the [customer:{id}](/scopes#composable-commerce-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. +If the Cart's `customerId` does not match the [customer:{id}](/scopes#internal-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#internal-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. Creating an Order produces the [OrderCreated](ctp:api:type:OrderCreatedMessage) Message. @@ -5358,7 +5358,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Orders exists in the Store with the provided `id`. - If an Order exists but does not have a `store` specified, or the `store` field references a different Store. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5382,7 +5382,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no Order exists in the Store with the provided `id`. - If an Order exists but does not have a `store` specified, or the `store` field references a different Store. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5404,7 +5404,7 @@ Changing the password of the Customer produces the [CustomerPasswordUpdated](ctp A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5430,7 +5430,7 @@ After the password is reset, all password tokens issued previously through the [ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5455,7 +5455,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingLists exist in a Store. - If a ShoppingList exists but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5478,7 +5478,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no ShoppingLists exist for the provided query predicate in a Store. - If a ShoppingList matches the query predicate but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5496,7 +5496,7 @@ $request = $builder ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->shoppingLists()->post(null)` -Creates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). The `customer` or `anonymousId` field on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). The `customer` or `anonymousId` field on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. When using this endpoint, the `store` field of a ShoppingList is always set to the Store specified in the path parameter. @@ -5521,7 +5521,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5545,7 +5545,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5569,7 +5569,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5593,7 +5593,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5617,8 +5617,8 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, - or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, + or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5642,7 +5642,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no ShoppingList exists that matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5666,7 +5666,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5690,7 +5690,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -7226,7 +7226,7 @@ Returns a Customer for a given Query Predicate. Returns a `200` status if succes A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Customer exists for the given Query Predicate. -- If a Customer exists for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a Customer exists for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -7241,7 +7241,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->post(null)` -Updates the Customer specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. Returns a `200` status if successful. +Updates the Customer specified in the [customer:{id}](/scopes#internal-oauth) scope. Returns a `200` status if successful. ### Example @@ -7256,7 +7256,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->delete()` -Deletes the Customer specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. Returns a `200` status if successful. +Deletes the Customer specified in the [customer:{id}](/scopes#internal-oauth) scope. Returns a `200` status if successful. ### Example ```php @@ -7277,7 +7277,7 @@ Carts with `Merchant` or `Quote` [CartOrigin](ctp:api:type:CartOrigin) are ignor A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no active Cart exists. -- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7298,7 +7298,7 @@ Checks if an active Cart exists. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no active Cart exists. -- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7493,7 +7493,7 @@ $request = $builder ## `withProjectKey("projectKey")->me()->carts()->post(null)` -Creates a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. Specific Error Codes: @@ -7521,7 +7521,7 @@ Returns a Cart for a given `id`. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7543,7 +7543,7 @@ Checks if a Cart exists with the provided `id`. Returns a `200` status if the Ca A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7565,7 +7565,7 @@ Updates the Cart for a given `id`. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7587,7 +7587,7 @@ Deletes the Cart for a given `id`. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7682,7 +7682,7 @@ Retrieves Orders for the authenticated Customer or anonymous user. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Orders exist for the provided query predicate. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7703,7 +7703,7 @@ Checks if one or more Orders exist for the provided query predicate for the auth A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no Orders exist that match the provided query predicate. -- If one or more Orders exist but don't have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If one or more Orders exist but don't have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7720,13 +7720,13 @@ $request = $builder ## `withProjectKey("projectKey")->me()->orders()->post(null)` -Creates an Order from a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates an Order from a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. The Cart must have a shipping address set. When creating [B2B Orders](/associates-overview#b2b-resources), the Customer must have the `CreateMyOrdersFromMyCarts` [Permission](ctp:api:type:Permission). -If the Cart's `customerId` does not match the [customer:{id}](/scopes#composable-commerce-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. +If the Cart's `customerId` does not match the [customer:{id}](/scopes#internal-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#internal-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. Creating an Order produces the [OrderCreated](ctp:api:type:OrderCreatedMessage) Message. @@ -7763,7 +7763,7 @@ Retrieves an Order with the provided `id` for the authenticated Customer or anon A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Order exists for the provided `id`. -- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7785,7 +7785,7 @@ Checks if an Order exists with the provided `id` for the authenticated Customer A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no Order exists for the provided `id`. -- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -8281,7 +8281,7 @@ Retrieves ShoppingLists for the authenticated Customer or anonymous user. Return A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists for the provided query predicate. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8302,7 +8302,7 @@ Checks if one or more ShoppingLists exist for the provided query predicate for t A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists for the provided query predicate. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8318,7 +8318,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->shoppingLists()->post(null)` -Creates a ShoppingList for the authenticated Customer or anonymous user. The `customerId` or `anonymousId` on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a ShoppingList for the authenticated Customer or anonymous user. The `customerId` or `anonymousId` on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -8339,7 +8339,7 @@ Retrieves a ShoppingList with the provided `id` for the authenticated Customer o A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8361,7 +8361,7 @@ Checks if a ShoppingList exists with the provided `id` for the authenticated Cus A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8383,7 +8383,7 @@ Updates a ShoppingList for the authenticated Customer or anonymous user using on A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists for the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8405,7 +8405,7 @@ Deletes a ShoppingList for the authenticated Customer or anonymous user. Returns A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8427,7 +8427,7 @@ Retrieves a ShoppingList with the provided `key` for the authenticated Customer A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8449,7 +8449,7 @@ Checks if a ShoppingList exists with the provided `key` for the authenticated Cu A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8471,7 +8471,7 @@ Updates a ShoppingList for the authenticated Customer or anonymous user using on A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists for the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8493,7 +8493,7 @@ Deletes a ShoppingList for the authenticated Customer or anonymous user. Returns A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php index 926d4fd2345..62e7c7d2a00 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php @@ -25,7 +25,7 @@ interface ApiClient extends JsonObject public const FIELD_REFRESH_TOKEN_VALIDITY_SECONDS = 'refreshTokenValiditySeconds'; /** - *

The OAuth2 client_id that can be used to obtain an access token.

+ *

The OAuth2 client_id that can be used to obtain an access token.

* * @return null|string @@ -41,7 +41,7 @@ public function getId(); public function getName(); /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string @@ -50,7 +50,7 @@ public function getScope(); /** *

Only shown once in the response of creating the APIClient. - * This is the OAuth2 client_secret that can be used to obtain an access token.

+ * This is the OAuth2 client_secret that can be used to obtain an access token.

* * @return null|string @@ -58,7 +58,7 @@ public function getScope(); public function getSecret(); /** - *

Date of the last day this APIClient was used to obtain an access token.

+ *

Date of the last day this APIClient was used to obtain an access token.

* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php index 550d61ce64c..5c14bfe0ad8 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php @@ -76,7 +76,7 @@ final class ApiClientBuilder implements Builder private $refreshTokenValiditySeconds; /** - *

The OAuth2 client_id that can be used to obtain an access token.

+ *

The OAuth2 client_id that can be used to obtain an access token.

* * @return null|string @@ -98,7 +98,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string @@ -110,7 +110,7 @@ public function getScope() /** *

Only shown once in the response of creating the APIClient. - * This is the OAuth2 client_secret that can be used to obtain an access token.

+ * This is the OAuth2 client_secret that can be used to obtain an access token.

* * @return null|string @@ -121,7 +121,7 @@ public function getSecret() } /** - *

Date of the last day this APIClient was used to obtain an access token.

+ *

Date of the last day this APIClient was used to obtain an access token.

* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php index f4e42efce56..a59d77dba1b 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php @@ -28,7 +28,7 @@ interface ApiClientDraft extends JsonObject public function getName(); /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php index f46f1967046..09e3b14e729 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php @@ -62,7 +62,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php index 093412fc74a..65f4e3d99e3 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php @@ -88,7 +88,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php index 87bff66cfd5..50dd23a2e5d 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php @@ -101,7 +101,7 @@ public function __construct( } /** - *

The OAuth2 client_id that can be used to obtain an access token.

+ *

The OAuth2 client_id that can be used to obtain an access token.

* * * @return null|string @@ -141,7 +141,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * * @return null|string @@ -162,7 +162,7 @@ public function getScope() /** *

Only shown once in the response of creating the APIClient. - * This is the OAuth2 client_secret that can be used to obtain an access token.

+ * This is the OAuth2 client_secret that can be used to obtain an access token.

* * * @return null|string @@ -182,7 +182,7 @@ public function getSecret() } /** - *

Date of the last day this APIClient was used to obtain an access token.

+ *

Date of the last day this APIClient was used to obtain an access token.

* * * @return null|DateTimeImmutable diff --git a/references.txt b/references.txt index e344dd7d06f..309647132a0 100644 --- a/references.txt +++ b/references.txt @@ -624,3 +624,4 @@ f83d94426436ce8bcb69883a6c74e92b55f684b5 0b1cc05e1e5fba20c2e9f66b1dc6f4c720c8e75a a4f238d5a4c1c21a0879492c797b531172629295 f9cc6c487014f23d946d77973ea9b8ca04427b99 +f3953bd6897e754279670079ed10ee1423e80b7a From 04ff0580da7a5688700a320202d3c0e1154e6706 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:34:36 +0000 Subject: [PATCH 02/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 309647132a0..28b3f889984 100644 --- a/references.txt +++ b/references.txt @@ -625,3 +625,4 @@ f83d94426436ce8bcb69883a6c74e92b55f684b5 a4f238d5a4c1c21a0879492c797b531172629295 f9cc6c487014f23d946d77973ea9b8ca04427b99 f3953bd6897e754279670079ed10ee1423e80b7a +25764c6fb8144de8c9e1d9644baf6da6c15eae37 From 0f21133f601d8a0dd761972dd150d1c9ac7317aa Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:33:36 +0000 Subject: [PATCH 03/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 28b3f889984..1766e6540ee 100644 --- a/references.txt +++ b/references.txt @@ -626,3 +626,4 @@ a4f238d5a4c1c21a0879492c797b531172629295 f9cc6c487014f23d946d77973ea9b8ca04427b99 f3953bd6897e754279670079ed10ee1423e80b7a 25764c6fb8144de8c9e1d9644baf6da6c15eae37 +b160c5271c6450971a37600ed078c9c1c2841c33 From 7a5a85b7c5ab158e3b4d75c75ed681ea276417db Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:16:01 +0000 Subject: [PATCH 04/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 1766e6540ee..cf73a1bda1c 100644 --- a/references.txt +++ b/references.txt @@ -627,3 +627,4 @@ f9cc6c487014f23d946d77973ea9b8ca04427b99 f3953bd6897e754279670079ed10ee1423e80b7a 25764c6fb8144de8c9e1d9644baf6da6c15eae37 b160c5271c6450971a37600ed078c9c1c2841c33 +04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 From 2ed7615276137fdf5591e25810d1ae92223a3e12 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:34:30 +0000 Subject: [PATCH 05/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index cf73a1bda1c..9c548947f1c 100644 --- a/references.txt +++ b/references.txt @@ -628,3 +628,4 @@ f3953bd6897e754279670079ed10ee1423e80b7a 25764c6fb8144de8c9e1d9644baf6da6c15eae37 b160c5271c6450971a37600ed078c9c1c2841c33 04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 +a5fd91b303a01c80426689a778f4ab20506a3d9f From e7d204997827d2de388ec6f88bdc2d19b7081c57 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:55:12 +0000 Subject: [PATCH 06/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 9c548947f1c..6de78417a77 100644 --- a/references.txt +++ b/references.txt @@ -629,3 +629,4 @@ f3953bd6897e754279670079ed10ee1423e80b7a b160c5271c6450971a37600ed078c9c1c2841c33 04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 a5fd91b303a01c80426689a778f4ab20506a3d9f +bd6f40d9465be276ba4e457c61018533de35826b From aa4545f8cfb3a00fb648ef4d9c1306bbbf3f718a Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:40:04 +0000 Subject: [PATCH 07/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 6de78417a77..3ca1012db29 100644 --- a/references.txt +++ b/references.txt @@ -630,3 +630,4 @@ b160c5271c6450971a37600ed078c9c1c2841c33 04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 a5fd91b303a01c80426689a778f4ab20506a3d9f bd6f40d9465be276ba4e457c61018533de35826b +343987052662b7df32a820eeaea984b0ebc08a79 From 1f424c3d00daa9c0fafb7fe5808aae9c6e4dad5f Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:24:51 +0000 Subject: [PATCH 08/31] build(codegen): updating SDK --- lib/commercetools-api/docs/RequestBuilder.md | 300 +++++++++--------- .../src/Models/ApiClient/ApiClient.php | 8 +- .../src/Models/ApiClient/ApiClientBuilder.php | 8 +- .../src/Models/ApiClient/ApiClientDraft.php | 2 +- .../ApiClient/ApiClientDraftBuilder.php | 2 +- .../Models/ApiClient/ApiClientDraftModel.php | 2 +- .../src/Models/ApiClient/ApiClientModel.php | 8 +- .../ApiClient/ApiClientPagedQueryResponse.php | 8 +- .../ApiClientPagedQueryResponseBuilder.php | 8 +- .../ApiClientPagedQueryResponseModel.php | 8 +- .../ApprovalFlowPagedQueryResponse.php | 8 +- .../ApprovalFlowPagedQueryResponseBuilder.php | 8 +- .../ApprovalFlowPagedQueryResponseModel.php | 8 +- .../src/Models/ApprovalRule/ApprovalRule.php | 2 +- .../ApprovalRule/ApprovalRuleBuilder.php | 2 +- .../Models/ApprovalRule/ApprovalRuleDraft.php | 2 +- .../ApprovalRule/ApprovalRuleDraftBuilder.php | 2 +- .../ApprovalRule/ApprovalRuleDraftModel.php | 2 +- .../Models/ApprovalRule/ApprovalRuleModel.php | 2 +- .../ApprovalRulePagedQueryResponse.php | 8 +- .../ApprovalRulePagedQueryResponseBuilder.php | 8 +- .../ApprovalRulePagedQueryResponseModel.php | 8 +- .../ApprovalRuleSetPredicateAction.php | 2 +- .../ApprovalRuleSetPredicateActionBuilder.php | 2 +- .../ApprovalRuleSetPredicateActionModel.php | 2 +- .../Models/AssociateRole/AssociateRole.php | 2 +- .../AssociateRole/AssociateRoleBuilder.php | 2 +- .../AssociateRole/AssociateRoleDraft.php | 2 +- .../AssociateRoleDraftBuilder.php | 2 +- .../AssociateRole/AssociateRoleDraftModel.php | 2 +- .../AssociateRole/AssociateRoleModel.php | 2 +- .../AssociateRolePagedQueryResponse.php | 8 +- ...AssociateRolePagedQueryResponseBuilder.php | 8 +- .../AssociateRolePagedQueryResponseModel.php | 8 +- .../AssociateRole/AssociateRoleReference.php | 2 +- .../AssociateRoleReferenceBuilder.php | 2 +- .../AssociateRoleReferenceModel.php | 2 +- .../AttributeGroupPagedQueryResponse.php | 4 +- ...ttributeGroupPagedQueryResponseBuilder.php | 4 +- .../AttributeGroupPagedQueryResponseModel.php | 4 +- .../AttributeGroupReference.php | 2 +- .../AttributeGroupReferenceBuilder.php | 2 +- .../AttributeGroupReferenceModel.php | 2 +- .../src/Models/BusinessUnit/BusinessUnit.php | 8 +- .../BusinessUnit/BusinessUnitBuilder.php | 8 +- .../BusinessUnitChangeParentUnitAction.php | 2 +- ...inessUnitChangeParentUnitActionBuilder.php | 2 +- ...usinessUnitChangeParentUnitActionModel.php | 2 +- .../Models/BusinessUnit/BusinessUnitDraft.php | 4 +- .../BusinessUnit/BusinessUnitDraftBuilder.php | 4 +- .../BusinessUnit/BusinessUnitDraftModel.php | 4 +- .../Models/BusinessUnit/BusinessUnitModel.php | 8 +- .../BusinessUnitPagedQueryResponse.php | 8 +- .../BusinessUnitPagedQueryResponseBuilder.php | 8 +- .../BusinessUnitPagedQueryResponseModel.php | 8 +- .../BusinessUnit/BusinessUnitReference.php | 2 +- .../BusinessUnitReferenceBuilder.php | 2 +- .../BusinessUnitReferenceModel.php | 2 +- ...usinessUnitSetAddressCustomFieldAction.php | 2 +- ...UnitSetAddressCustomFieldActionBuilder.php | 2 +- ...ssUnitSetAddressCustomFieldActionModel.php | 2 +- .../BusinessUnitSetCustomFieldAction.php | 2 +- ...usinessUnitSetCustomFieldActionBuilder.php | 2 +- .../BusinessUnitSetCustomFieldActionModel.php | 2 +- .../Models/BusinessUnit/CompanyBuilder.php | 8 +- .../BusinessUnit/CompanyDraftBuilder.php | 4 +- .../Models/BusinessUnit/CompanyDraftModel.php | 4 +- .../src/Models/BusinessUnit/CompanyModel.php | 8 +- .../Models/BusinessUnit/DivisionBuilder.php | 8 +- .../BusinessUnit/DivisionDraftBuilder.php | 4 +- .../BusinessUnit/DivisionDraftModel.php | 4 +- .../src/Models/BusinessUnit/DivisionModel.php | 8 +- .../BusinessUnitPagedSearchResponse.php | 4 +- ...BusinessUnitPagedSearchResponseBuilder.php | 4 +- .../BusinessUnitPagedSearchResponseModel.php | 4 +- .../src/Models/Cart/Cart.php | 10 +- .../src/Models/Cart/CartAddLineItemAction.php | 4 +- .../Cart/CartAddLineItemActionBuilder.php | 4 +- .../Cart/CartAddLineItemActionModel.php | 4 +- .../src/Models/Cart/CartBuilder.php | 10 +- .../src/Models/Cart/CartDraft.php | 8 +- .../src/Models/Cart/CartDraftBuilder.php | 8 +- .../src/Models/Cart/CartDraftModel.php | 8 +- .../src/Models/Cart/CartModel.php | 10 +- .../Models/Cart/CartPagedQueryResponse.php | 8 +- .../Cart/CartPagedQueryResponseBuilder.php | 8 +- .../Cart/CartPagedQueryResponseModel.php | 8 +- .../src/Models/Cart/CartReference.php | 2 +- .../src/Models/Cart/CartReferenceBuilder.php | 2 +- .../src/Models/Cart/CartReferenceModel.php | 2 +- ...CartSetBillingAddressCustomFieldAction.php | 2 +- ...BillingAddressCustomFieldActionBuilder.php | 2 +- ...etBillingAddressCustomFieldActionModel.php | 2 +- .../Models/Cart/CartSetBusinessUnitAction.php | 2 +- .../Cart/CartSetBusinessUnitActionBuilder.php | 2 +- .../Cart/CartSetBusinessUnitActionModel.php | 2 +- .../Models/Cart/CartSetCustomFieldAction.php | 2 +- .../Cart/CartSetCustomFieldActionBuilder.php | 2 +- .../Cart/CartSetCustomFieldActionModel.php | 2 +- ...CartSetCustomLineItemCustomFieldAction.php | 2 +- ...CustomLineItemCustomFieldActionBuilder.php | 2 +- ...etCustomLineItemCustomFieldActionModel.php | 2 +- ...etItemShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...mShippingAddressCustomFieldActionModel.php | 2 +- .../Cart/CartSetLineItemCustomFieldAction.php | 2 +- ...artSetLineItemCustomFieldActionBuilder.php | 2 +- .../CartSetLineItemCustomFieldActionModel.php | 2 +- ...artSetShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...tShippingAddressCustomFieldActionModel.php | 2 +- .../Cart/CartSetShippingCustomFieldAction.php | 2 +- ...artSetShippingCustomFieldActionBuilder.php | 2 +- .../CartSetShippingCustomFieldActionModel.php | 2 +- .../src/Models/Cart/LineItem.php | 6 +- .../src/Models/Cart/LineItemBuilder.php | 6 +- .../src/Models/Cart/LineItemDraft.php | 4 +- .../src/Models/Cart/LineItemDraftBuilder.php | 4 +- .../src/Models/Cart/LineItemDraftModel.php | 4 +- .../src/Models/Cart/LineItemModel.php | 6 +- .../Models/Cart/ProductTailoringUpdate.php | 2 +- .../Cart/ProductTailoringUpdateBuilder.php | 2 +- .../Cart/ProductTailoringUpdateModel.php | 2 +- .../src/Models/CartDiscount/CartDiscount.php | 2 +- .../CartDiscountAddStoreAction.php | 4 +- .../CartDiscountAddStoreActionBuilder.php | 4 +- .../CartDiscountAddStoreActionModel.php | 4 +- .../CartDiscount/CartDiscountBuilder.php | 2 +- .../CartDiscountCustomLineItemsTarget.php | 2 +- ...rtDiscountCustomLineItemsTargetBuilder.php | 2 +- ...CartDiscountCustomLineItemsTargetModel.php | 2 +- .../Models/CartDiscount/CartDiscountDraft.php | 8 +- .../CartDiscount/CartDiscountDraftBuilder.php | 8 +- .../CartDiscount/CartDiscountDraftModel.php | 8 +- .../CartDiscountLineItemsTarget.php | 2 +- .../CartDiscountLineItemsTargetBuilder.php | 2 +- .../CartDiscountLineItemsTargetModel.php | 2 +- .../Models/CartDiscount/CartDiscountModel.php | 2 +- .../CartDiscountPagedQueryResponse.php | 8 +- .../CartDiscountPagedQueryResponseBuilder.php | 8 +- .../CartDiscountPagedQueryResponseModel.php | 8 +- .../CartDiscount/CartDiscountReference.php | 2 +- .../CartDiscountReferenceBuilder.php | 2 +- .../CartDiscountReferenceModel.php | 2 +- .../CartDiscountSetCustomFieldAction.php | 2 +- ...artDiscountSetCustomFieldActionBuilder.php | 2 +- .../CartDiscountSetCustomFieldActionModel.php | 2 +- .../CartDiscountSetStoresAction.php | 4 +- .../CartDiscountSetStoresActionBuilder.php | 4 +- .../CartDiscountSetStoresActionModel.php | 4 +- .../CountOnCustomLineItemUnits.php | 2 +- .../CountOnCustomLineItemUnitsBuilder.php | 2 +- .../CountOnCustomLineItemUnitsModel.php | 2 +- .../CartDiscount/CountOnLineItemUnits.php | 2 +- .../CountOnLineItemUnitsBuilder.php | 2 +- .../CountOnLineItemUnitsModel.php | 2 +- .../MultiBuyCustomLineItemsTarget.php | 2 +- .../MultiBuyCustomLineItemsTargetBuilder.php | 2 +- .../MultiBuyCustomLineItemsTargetModel.php | 2 +- .../CartDiscount/MultiBuyLineItemsTarget.php | 2 +- .../MultiBuyLineItemsTargetBuilder.php | 2 +- .../MultiBuyLineItemsTargetModel.php | 2 +- .../src/Models/Category/Category.php | 2 +- .../src/Models/Category/CategoryBuilder.php | 2 +- .../src/Models/Category/CategoryDraft.php | 2 +- .../Models/Category/CategoryDraftBuilder.php | 2 +- .../Models/Category/CategoryDraftModel.php | 2 +- .../src/Models/Category/CategoryModel.php | 2 +- .../Category/CategoryPagedQueryResponse.php | 8 +- .../CategoryPagedQueryResponseBuilder.php | 8 +- .../CategoryPagedQueryResponseModel.php | 8 +- .../src/Models/Category/CategoryReference.php | 2 +- .../Category/CategoryReferenceBuilder.php | 2 +- .../Category/CategoryReferenceModel.php | 2 +- .../CategorySetAssetCustomFieldAction.php | 2 +- ...tegorySetAssetCustomFieldActionBuilder.php | 2 +- ...CategorySetAssetCustomFieldActionModel.php | 2 +- .../Category/CategorySetCustomFieldAction.php | 2 +- .../CategorySetCustomFieldActionBuilder.php | 2 +- .../CategorySetCustomFieldActionModel.php | 2 +- .../Channel/ChannelPagedQueryResponse.php | 8 +- .../ChannelPagedQueryResponseBuilder.php | 8 +- .../ChannelPagedQueryResponseModel.php | 8 +- .../src/Models/Channel/ChannelReference.php | 2 +- .../Channel/ChannelReferenceBuilder.php | 2 +- .../Models/Channel/ChannelReferenceModel.php | 2 +- .../ChannelSetAddressCustomFieldAction.php | 2 +- ...nnelSetAddressCustomFieldActionBuilder.php | 2 +- ...hannelSetAddressCustomFieldActionModel.php | 2 +- .../Channel/ChannelSetCustomFieldAction.php | 2 +- .../ChannelSetCustomFieldActionBuilder.php | 2 +- .../ChannelSetCustomFieldActionModel.php | 2 +- .../src/Models/Common/ClientLogging.php | 4 +- .../Models/Common/ClientLoggingBuilder.php | 4 +- .../src/Models/Common/ClientLoggingModel.php | 4 +- .../src/Models/Common/CreatedBy.php | 4 +- .../src/Models/Common/CreatedByBuilder.php | 4 +- .../src/Models/Common/CreatedByModel.php | 4 +- .../src/Models/Common/LastModifiedBy.php | 4 +- .../Models/Common/LastModifiedByBuilder.php | 4 +- .../src/Models/Common/LastModifiedByModel.php | 4 +- .../src/Models/Common/PagedQueryResponse.php | 8 +- .../Common/PagedQueryResponseBuilder.php | 8 +- .../Models/Common/PagedQueryResponseModel.php | 8 +- .../src/Models/Common/Price.php | 2 +- .../src/Models/Common/PriceBuilder.php | 2 +- .../src/Models/Common/PriceModel.php | 2 +- .../src/Models/CustomObject/CustomObject.php | 2 +- .../CustomObject/CustomObjectBuilder.php | 2 +- .../Models/CustomObject/CustomObjectDraft.php | 2 +- .../CustomObject/CustomObjectDraftBuilder.php | 2 +- .../CustomObject/CustomObjectDraftModel.php | 2 +- .../Models/CustomObject/CustomObjectModel.php | 2 +- .../CustomObjectPagedQueryResponse.php | 8 +- .../CustomObjectPagedQueryResponseBuilder.php | 8 +- .../CustomObjectPagedQueryResponseModel.php | 8 +- .../CustomObject/CustomObjectReference.php | 2 +- .../CustomObjectReferenceBuilder.php | 2 +- .../CustomObjectReferenceModel.php | 2 +- .../src/Models/Customer/Customer.php | 8 +- .../src/Models/Customer/CustomerBuilder.php | 8 +- .../CustomerCreatePasswordResetToken.php | 2 +- ...ustomerCreatePasswordResetTokenBuilder.php | 2 +- .../CustomerCreatePasswordResetTokenModel.php | 2 +- .../src/Models/Customer/CustomerDraft.php | 10 +- .../Models/Customer/CustomerDraftBuilder.php | 10 +- .../Models/Customer/CustomerDraftModel.php | 10 +- .../src/Models/Customer/CustomerModel.php | 8 +- .../Customer/CustomerPagedQueryResponse.php | 8 +- .../CustomerPagedQueryResponseBuilder.php | 8 +- .../CustomerPagedQueryResponseModel.php | 8 +- .../CustomerSetAddressCustomFieldAction.php | 2 +- ...omerSetAddressCustomFieldActionBuilder.php | 2 +- ...stomerSetAddressCustomFieldActionModel.php | 2 +- .../Customer/CustomerSetCustomFieldAction.php | 2 +- .../CustomerSetCustomFieldActionBuilder.php | 2 +- .../CustomerSetCustomFieldActionModel.php | 2 +- .../Models/Customer/CustomerSignInResult.php | 2 +- .../Customer/CustomerSignInResultBuilder.php | 2 +- .../Customer/CustomerSignInResultModel.php | 2 +- .../src/Models/Customer/CustomerSignin.php | 2 +- .../Models/Customer/CustomerSigninBuilder.php | 2 +- .../Models/Customer/CustomerSigninModel.php | 2 +- .../src/Models/Customer/MyCustomerSignin.php | 2 +- .../Customer/MyCustomerSigninBuilder.php | 2 +- .../Models/Customer/MyCustomerSigninModel.php | 2 +- .../CustomerGroupPagedQueryResponse.php | 8 +- ...CustomerGroupPagedQueryResponseBuilder.php | 8 +- .../CustomerGroupPagedQueryResponseModel.php | 8 +- .../CustomerGroup/CustomerGroupReference.php | 2 +- .../CustomerGroupReferenceBuilder.php | 2 +- .../CustomerGroupReferenceModel.php | 2 +- .../CustomerGroupSetCustomFieldAction.php | 2 +- ...stomerGroupSetCustomFieldActionBuilder.php | 2 +- ...CustomerGroupSetCustomFieldActionModel.php | 2 +- .../CustomerPagedSearchResponse.php | 4 +- .../CustomerPagedSearchResponseBuilder.php | 4 +- .../CustomerPagedSearchResponseModel.php | 4 +- .../src/Models/DiscountCode/DiscountCode.php | 2 +- .../DiscountCode/DiscountCodeBuilder.php | 2 +- .../Models/DiscountCode/DiscountCodeDraft.php | 4 +- .../DiscountCode/DiscountCodeDraftBuilder.php | 4 +- .../DiscountCode/DiscountCodeDraftModel.php | 4 +- .../Models/DiscountCode/DiscountCodeModel.php | 2 +- .../DiscountCodePagedQueryResponse.php | 8 +- .../DiscountCodePagedQueryResponseBuilder.php | 8 +- .../DiscountCodePagedQueryResponseModel.php | 8 +- .../DiscountCode/DiscountCodeReference.php | 2 +- .../DiscountCodeReferenceBuilder.php | 2 +- .../DiscountCodeReferenceModel.php | 2 +- .../DiscountCodeSetCustomFieldAction.php | 2 +- ...iscountCodeSetCustomFieldActionBuilder.php | 2 +- .../DiscountCodeSetCustomFieldActionModel.php | 2 +- .../DiscountGroupPagedQueryResponse.php | 8 +- ...DiscountGroupPagedQueryResponseBuilder.php | 8 +- .../DiscountGroupPagedQueryResponseModel.php | 8 +- .../DiscountGroup/DiscountGroupReference.php | 2 +- .../DiscountGroupReferenceBuilder.php | 2 +- .../DiscountGroupReferenceModel.php | 2 +- ...sentWithDifferentVariantSelectionError.php | 2 +- ...hDifferentVariantSelectionErrorBuilder.php | 2 +- ...ithDifferentVariantSelectionErrorModel.php | 2 +- ...sentWithDifferentVariantSelectionError.php | 2 +- ...hDifferentVariantSelectionErrorBuilder.php | 2 +- ...ithDifferentVariantSelectionErrorModel.php | 2 +- ...CheckoutMessagePaymentsPayloadBaseData.php | 2 +- ...tMessagePaymentsPayloadBaseDataBuilder.php | 2 +- ...outMessagePaymentsPayloadBaseDataModel.php | 2 +- .../src/Models/Extension/Extension.php | 4 +- .../src/Models/Extension/ExtensionBuilder.php | 4 +- .../src/Models/Extension/ExtensionDraft.php | 4 +- .../Extension/ExtensionDraftBuilder.php | 4 +- .../Models/Extension/ExtensionDraftModel.php | 4 +- .../src/Models/Extension/ExtensionModel.php | 4 +- .../Extension/ExtensionPagedQueryResponse.php | 8 +- .../ExtensionPagedQueryResponseBuilder.php | 8 +- .../ExtensionPagedQueryResponseModel.php | 8 +- .../Models/Extension/ExtensionReference.php | 2 +- .../Extension/ExtensionReferenceBuilder.php | 2 +- .../Extension/ExtensionReferenceModel.php | 2 +- .../ExtensionSetExpansionPathsAction.php | 4 +- ...xtensionSetExpansionPathsActionBuilder.php | 4 +- .../ExtensionSetExpansionPathsActionModel.php | 4 +- .../src/Models/Extension/ExtensionTrigger.php | 2 +- .../Extension/ExtensionTriggerBuilder.php | 2 +- .../Extension/ExtensionTriggerModel.php | 2 +- .../src/Models/Inventory/InventoryEntry.php | 10 +- .../Inventory/InventoryEntryBuilder.php | 10 +- .../Models/Inventory/InventoryEntryDraft.php | 10 +- .../Inventory/InventoryEntryDraftBuilder.php | 10 +- .../Inventory/InventoryEntryDraftModel.php | 10 +- .../Models/Inventory/InventoryEntryModel.php | 10 +- .../Inventory/InventoryEntryReference.php | 2 +- .../InventoryEntryReferenceBuilder.php | 2 +- .../InventoryEntryReferenceModel.php | 2 +- .../InventoryEntrySetCustomFieldAction.php | 2 +- ...entoryEntrySetCustomFieldActionBuilder.php | 2 +- ...nventoryEntrySetCustomFieldActionModel.php | 2 +- .../Inventory/InventoryPagedQueryResponse.php | 8 +- .../InventoryPagedQueryResponseBuilder.php | 8 +- .../InventoryPagedQueryResponseModel.php | 8 +- ...usinessUnitSetAddressCustomFieldAction.php | 2 +- ...UnitSetAddressCustomFieldActionBuilder.php | 2 +- ...ssUnitSetAddressCustomFieldActionModel.php | 2 +- .../Me/MyBusinessUnitSetCustomFieldAction.php | 2 +- ...usinessUnitSetCustomFieldActionBuilder.php | 2 +- ...yBusinessUnitSetCustomFieldActionModel.php | 2 +- .../src/Models/Me/MyCartAddLineItemAction.php | 4 +- .../Me/MyCartAddLineItemActionBuilder.php | 4 +- .../Me/MyCartAddLineItemActionModel.php | 4 +- .../src/Models/Me/MyCartDraft.php | 4 +- .../src/Models/Me/MyCartDraftBuilder.php | 4 +- .../src/Models/Me/MyCartDraftModel.php | 4 +- .../Models/Me/MyCartSetBusinessUnitAction.php | 2 +- .../Me/MyCartSetBusinessUnitActionBuilder.php | 2 +- .../Me/MyCartSetBusinessUnitActionModel.php | 2 +- .../Models/Me/MyCartSetCustomFieldAction.php | 2 +- .../Me/MyCartSetCustomFieldActionBuilder.php | 2 +- .../Me/MyCartSetCustomFieldActionModel.php | 2 +- .../Me/MyCartSetLineItemCustomFieldAction.php | 2 +- ...artSetLineItemCustomFieldActionBuilder.php | 2 +- ...yCartSetLineItemCustomFieldActionModel.php | 2 +- .../src/Models/Me/MyCustomerDraft.php | 2 +- .../src/Models/Me/MyCustomerDraftBuilder.php | 2 +- .../src/Models/Me/MyCustomerDraftModel.php | 2 +- .../Me/MyCustomerSetCustomFieldAction.php | 2 +- .../MyCustomerSetCustomFieldActionBuilder.php | 2 +- .../MyCustomerSetCustomFieldActionModel.php | 2 +- .../src/Models/Me/MyLineItemDraft.php | 4 +- .../src/Models/Me/MyLineItemDraftBuilder.php | 4 +- .../src/Models/Me/MyLineItemDraftModel.php | 4 +- .../src/Models/Me/MyPayment.php | 2 +- .../src/Models/Me/MyPaymentBuilder.php | 2 +- .../src/Models/Me/MyPaymentModel.php | 2 +- .../Models/Me/MyPaymentPagedQueryResponse.php | 8 +- .../Me/MyPaymentPagedQueryResponseBuilder.php | 8 +- .../Me/MyPaymentPagedQueryResponseModel.php | 8 +- .../Me/MyPaymentSetCustomFieldAction.php | 2 +- .../MyPaymentSetCustomFieldActionBuilder.php | 2 +- .../Me/MyPaymentSetCustomFieldActionModel.php | 2 +- ...yPaymentSetMethodInfoCustomFieldAction.php | 2 +- ...tSetMethodInfoCustomFieldActionBuilder.php | 2 +- ...entSetMethodInfoCustomFieldActionModel.php | 2 +- ...PaymentSetTransactionCustomFieldAction.php | 2 +- ...SetTransactionCustomFieldActionBuilder.php | 2 +- ...ntSetTransactionCustomFieldActionModel.php | 2 +- .../Me/MyShoppingListSetCustomFieldAction.php | 2 +- ...hoppingListSetCustomFieldActionBuilder.php | 2 +- ...yShoppingListSetCustomFieldActionModel.php | 2 +- ...oppingListSetLineItemCustomFieldAction.php | 2 +- ...istSetLineItemCustomFieldActionBuilder.php | 2 +- ...gListSetLineItemCustomFieldActionModel.php | 2 +- ...ngListSetTextLineItemCustomFieldAction.php | 2 +- ...etTextLineItemCustomFieldActionBuilder.php | 2 +- ...tSetTextLineItemCustomFieldActionModel.php | 2 +- .../ApprovalFlowApprovedMessageModel.php | 2 +- .../ApprovalFlowCompletedMessageModel.php | 2 +- .../ApprovalFlowCreatedMessageModel.php | 2 +- .../ApprovalFlowRejectedMessageModel.php | 2 +- .../ApprovalRuleApproversSetMessageModel.php | 2 +- .../ApprovalRuleCreatedMessageModel.php | 2 +- ...ApprovalRuleDescriptionSetMessageModel.php | 2 +- .../ApprovalRuleKeySetMessageModel.php | 2 +- .../ApprovalRuleNameSetMessageModel.php | 2 +- .../ApprovalRulePredicateSetMessageModel.php | 2 +- .../ApprovalRuleRequestersSetMessageModel.php | 2 +- .../ApprovalRuleStatusSetMessageModel.php | 2 +- ...RoleBuyerAssignableChangedMessageModel.php | 2 +- .../AssociateRoleCreatedMessageModel.php | 2 +- .../AssociateRoleDeletedMessageModel.php | 2 +- .../AssociateRoleNameSetMessageModel.php | 2 +- ...sociateRolePermissionAddedMessageModel.php | 2 +- ...ciateRolePermissionRemovedMessageModel.php | 2 +- ...ssociateRolePermissionsSetMessageModel.php | 2 +- .../BusinessUnitAddressAddedMessageModel.php | 2 +- ...BusinessUnitAddressChangedMessageModel.php | 2 +- ...nitAddressCustomFieldAddedMessageModel.php | 2 +- ...tAddressCustomFieldChangedMessageModel.php | 2 +- ...tAddressCustomFieldRemovedMessageModel.php | 2 +- ...itAddressCustomTypeRemovedMessageModel.php | 2 +- ...ssUnitAddressCustomTypeSetMessageModel.php | 2 +- ...BusinessUnitAddressRemovedMessageModel.php | 2 +- ...nitApprovalRuleModeChangedMessageModel.php | 2 +- ...BusinessUnitAssociateAddedMessageModel.php | 2 +- ...sinessUnitAssociateChangedMessageModel.php | 2 +- ...ssUnitAssociateModeChangedMessageModel.php | 2 +- ...sinessUnitAssociateRemovedMessageModel.php | 2 +- .../BusinessUnitAssociatesSetMessageModel.php | 2 +- ...essUnitBillingAddressAddedMessageModel.php | 2 +- ...sUnitBillingAddressRemovedMessageModel.php | 2 +- ...usinessUnitContactEmailSetMessageModel.php | 2 +- .../BusinessUnitCreatedMessageModel.php | 2 +- ...sinessUnitCustomFieldAddedMessageModel.php | 2 +- ...nessUnitCustomFieldChangedMessageModel.php | 2 +- ...nessUnitCustomFieldRemovedMessageModel.php | 2 +- ...inessUnitCustomTypeRemovedMessageModel.php | 2 +- .../BusinessUnitCustomTypeSetMessageModel.php | 2 +- ...stomerGroupAssignmentAddedMessageModel.php | 2 +- ...omerGroupAssignmentRemovedMessageModel.php | 2 +- ...ustomerGroupAssignmentsSetMessageModel.php | 2 +- ...itDefaultBillingAddressSetMessageModel.php | 2 +- ...tDefaultShippingAddressSetMessageModel.php | 2 +- .../BusinessUnitDeletedMessageModel.php | 2 +- .../BusinessUnitNameChangedMessageModel.php | 2 +- .../BusinessUnitParentChangedMessageModel.php | 2 +- ...ssUnitShippingAddressAddedMessageModel.php | 2 +- ...UnitShippingAddressRemovedMessageModel.php | 2 +- .../BusinessUnitStatusChangedMessageModel.php | 2 +- .../BusinessUnitStoreAddedMessageModel.php | 2 +- ...sinessUnitStoreModeChangedMessageModel.php | 2 +- .../BusinessUnitStoreRemovedMessageModel.php | 2 +- .../BusinessUnitStoresSetMessageModel.php | 2 +- ...usinessUnitTopLevelUnitSetMessageModel.php | 2 +- .../BusinessUnitTypeSetMessageModel.php | 2 +- .../CartDiscountCreatedMessageModel.php | 2 +- .../CartDiscountDeletedMessageModel.php | 2 +- .../CartDiscountStoreAddedMessageModel.php | 2 +- .../CartDiscountStoreRemovedMessageModel.php | 2 +- .../CartDiscountStoresSetMessageModel.php | 2 +- .../Models/Message/CartFrozenMessageModel.php | 2 +- ...CartPurchaseOrderNumberSetMessageModel.php | 2 +- .../Message/CartUnfrozenMessageModel.php | 2 +- .../Message/CategoryCreatedMessageModel.php | 2 +- .../CategorySlugChangedMessageModel.php | 2 +- ...tomLineItemStateTransitionMessageModel.php | 2 +- .../CustomerAddressAddedMessageModel.php | 2 +- .../CustomerAddressChangedMessageModel.php | 2 +- ...merAddressCustomFieldAddedMessageModel.php | 2 +- ...rAddressCustomFieldChangedMessageModel.php | 2 +- ...rAddressCustomFieldRemovedMessageModel.php | 2 +- ...erAddressCustomTypeRemovedMessageModel.php | 2 +- ...stomerAddressCustomTypeSetMessageModel.php | 2 +- .../CustomerAddressRemovedMessageModel.php | 2 +- ...ustomerBillingAddressAddedMessageModel.php | 2 +- ...tomerBillingAddressRemovedMessageModel.php | 2 +- .../CustomerCompanyNameSetMessageModel.php | 2 +- .../Message/CustomerCreatedMessageModel.php | 2 +- .../CustomerCustomFieldAddedMessageModel.php | 2 +- ...CustomerCustomFieldChangedMessageModel.php | 2 +- ...CustomerCustomFieldRemovedMessageModel.php | 2 +- .../CustomerCustomTypeRemovedMessageModel.php | 2 +- .../CustomerCustomTypeSetMessageModel.php | 2 +- .../CustomerDateOfBirthSetMessageModel.php | 2 +- ...erDefaultBillingAddressSetMessageModel.php | 2 +- ...rDefaultShippingAddressSetMessageModel.php | 2 +- .../Message/CustomerDeletedMessageModel.php | 2 +- .../CustomerEmailChangedMessageModel.php | 2 +- .../CustomerEmailTokenCreatedMessageModel.php | 2 +- .../CustomerEmailVerifiedMessageModel.php | 2 +- .../CustomerExternalIdSetMessageModel.php | 2 +- .../CustomerFirstNameSetMessageModel.php | 2 +- ...stomerGroupAssignmentAddedMessageModel.php | 2 +- ...omerGroupAssignmentRemovedMessageModel.php | 2 +- ...ustomerGroupAssignmentsSetMessageModel.php | 2 +- ...tomerGroupCustomFieldAddedMessageModel.php | 2 +- ...merGroupCustomFieldChangedMessageModel.php | 2 +- ...merGroupCustomFieldRemovedMessageModel.php | 2 +- ...omerGroupCustomTypeRemovedMessageModel.php | 2 +- ...CustomerGroupCustomTypeSetMessageModel.php | 2 +- .../Message/CustomerGroupSetMessageModel.php | 2 +- .../CustomerLastNameSetMessageModel.php | 2 +- ...stomerPasswordTokenCreatedMessageModel.php | 2 +- .../CustomerPasswordUpdatedMessageModel.php | 2 +- ...stomerShippingAddressAddedMessageModel.php | 2 +- ...omerShippingAddressRemovedMessageModel.php | 2 +- .../Message/CustomerStoresSetMessageModel.php | 2 +- .../Message/CustomerTitleSetMessageModel.php | 2 +- .../Message/DeliveryAddedMessageModel.php | 2 +- .../DeliveryAddressSetMessageModel.php | 2 +- .../DeliveryCustomFieldAddedMessageModel.php | 2 +- ...DeliveryCustomFieldChangedMessageModel.php | 2 +- ...DeliveryCustomFieldRemovedMessageModel.php | 2 +- .../DeliveryCustomTypeRemovedMessageModel.php | 2 +- .../DeliveryCustomTypeSetMessageModel.php | 2 +- .../DeliveryItemsUpdatedMessageModel.php | 2 +- .../Message/DeliveryRemovedMessageModel.php | 2 +- .../DiscountCodeCreatedMessageModel.php | 2 +- .../DiscountCodeDeletedMessageModel.php | 2 +- .../DiscountCodeKeySetMessageModel.php | 2 +- .../DiscountGroupCreatedMessageModel.php | 2 +- .../DiscountGroupDeletedMessageModel.php | 2 +- .../DiscountGroupIsActiveSetMessageModel.php | 2 +- .../DiscountGroupKeySetMessageModel.php | 2 +- .../DiscountGroupSortOrderSetMessageModel.php | 2 +- .../InventoryEntryCreatedMessageModel.php | 2 +- .../InventoryEntryDeletedMessageModel.php | 2 +- .../InventoryEntryOutOfStockMessageModel.php | 2 +- .../InventoryEntryQuantitySetMessageModel.php | 2 +- ...InventoryEntryReorderPointMessageModel.php | 2 +- ...tionExpirationInMinutesSetMessageModel.php | 2 +- .../InventoryEntrySafetyStockMessageModel.php | 2 +- .../LineItemStateTransitionMessageModel.php | 2 +- .../src/Models/Message/Message.php | 2 +- .../src/Models/Message/MessageModel.php | 2 +- .../Message/MessagePagedQueryResponse.php | 8 +- .../MessagePagedQueryResponseBuilder.php | 8 +- .../MessagePagedQueryResponseModel.php | 8 +- .../Models/Message/MessagesConfiguration.php | 4 +- .../Message/MessagesConfigurationBuilder.php | 4 +- .../Message/MessagesConfigurationDraft.php | 4 +- .../MessagesConfigurationDraftBuilder.php | 4 +- .../MessagesConfigurationDraftModel.php | 4 +- .../Message/MessagesConfigurationModel.php | 4 +- .../OrderBillingAddressSetMessageModel.php | 2 +- .../OrderBusinessUnitSetMessageModel.php | 2 +- ...rCreatedFromRecurringOrderMessageModel.php | 2 +- .../Message/OrderCreatedMessageModel.php | 2 +- .../OrderCustomFieldAddedMessageModel.php | 2 +- .../OrderCustomFieldChangedMessageModel.php | 2 +- .../OrderCustomFieldRemovedMessageModel.php | 2 +- .../OrderCustomLineItemAddedMessageModel.php | 2 +- ...rCustomLineItemDiscountSetMessageModel.php | 2 +- ...tomLineItemQuantityChangedMessageModel.php | 2 +- ...OrderCustomLineItemRemovedMessageModel.php | 2 +- .../OrderCustomTypeRemovedMessageModel.php | 2 +- .../OrderCustomTypeSetMessageModel.php | 2 +- .../OrderCustomerEmailSetMessageModel.php | 2 +- .../OrderCustomerGroupSetMessageModel.php | 2 +- .../Message/OrderCustomerSetMessageModel.php | 2 +- .../Message/OrderDeletedMessageModel.php | 2 +- .../OrderDiscountCodeAddedMessageModel.php | 2 +- .../OrderDiscountCodeRemovedMessageModel.php | 2 +- .../OrderDiscountCodeStateSetMessageModel.php | 2 +- .../Message/OrderEditAppliedMessageModel.php | 2 +- .../Message/OrderImportedMessageModel.php | 2 +- .../OrderLineItemAddedMessageModel.php | 2 +- .../OrderLineItemDiscountSetMessageModel.php | 2 +- ...ItemDistributionChannelSetMessageModel.php | 2 +- .../OrderLineItemRemovedMessageModel.php | 2 +- .../src/Models/Message/OrderMessageModel.php | 2 +- .../Message/OrderPaymentAddedMessageModel.php | 2 +- .../OrderPaymentRemovedMessageModel.php | 2 +- .../OrderPaymentStateChangedMessageModel.php | 2 +- ...rderPurchaseOrderNumberSetMessageModel.php | 2 +- ...ReturnShipmentStateChangedMessageModel.php | 2 +- .../OrderShipmentStateChangedMessageModel.php | 2 +- .../OrderShippingAddressSetMessageModel.php | 2 +- .../OrderShippingInfoSetMessageModel.php | 2 +- .../OrderShippingRateInputSetMessageModel.php | 2 +- .../Message/OrderStateChangedMessageModel.php | 2 +- .../OrderStateTransitionMessageModel.php | 2 +- .../Message/OrderStoreSetMessageModel.php | 2 +- .../ParcelAddedToDeliveryMessageModel.php | 2 +- .../ParcelItemsUpdatedMessageModel.php | 2 +- .../ParcelMeasurementsUpdatedMessageModel.php | 2 +- .../ParcelRemovedFromDeliveryMessageModel.php | 2 +- .../ParcelTrackingDataUpdatedMessageModel.php | 2 +- .../Message/PaymentCreatedMessageModel.php | 2 +- .../PaymentInteractionAddedMessageModel.php | 2 +- .../PaymentInterfaceIdSetMessageModel.php | 2 +- .../PaymentMethodCreatedMessageModel.php | 2 +- ...mentMethodCustomFieldAddedMessageModel.php | 2 +- ...ntMethodCustomFieldChangedMessageModel.php | 2 +- ...ntMethodCustomFieldRemovedMessageModel.php | 2 +- ...entMethodCustomTypeRemovedMessageModel.php | 2 +- ...PaymentMethodCustomTypeSetMessageModel.php | 2 +- .../PaymentMethodDefaultSetMessageModel.php | 2 +- .../PaymentMethodDeletedMessageModel.php | 2 +- ...MethodInfoCustomFieldAddedMessageModel.php | 2 +- ...thodInfoCustomFieldChangedMessageModel.php | 2 +- ...thodInfoCustomFieldRemovedMessageModel.php | 2 +- ...ethodInfoCustomTypeRemovedMessageModel.php | 2 +- ...entMethodInfoCustomTypeSetMessageModel.php | 2 +- ...hodInfoInterfaceAccountSetMessageModel.php | 2 +- ...mentMethodInfoInterfaceSetMessageModel.php | 2 +- ...PaymentMethodInfoMethodSetMessageModel.php | 2 +- .../PaymentMethodInfoNameSetMessageModel.php | 2 +- .../PaymentMethodInfoTokenSetMessageModel.php | 2 +- ...tMethodInterfaceAccountSetMessageModel.php | 2 +- .../PaymentMethodKeySetMessageModel.php | 2 +- .../PaymentMethodMethodSetMessageModel.php | 2 +- .../PaymentMethodNameSetMessageModel.php | 2 +- ...tMethodPaymentInterfaceSetMessageModel.php | 2 +- ...thodPaymentMethodStatusSetMessageModel.php | 2 +- ...mentStatusInterfaceCodeSetMessageModel.php | 2 +- ...ymentStatusStateTransitionMessageModel.php | 2 +- .../PaymentTransactionAddedMessageModel.php | 2 +- ...tTransactionInterfaceIdSetMessageModel.php | 2 +- ...entTransactionStateChangedMessageModel.php | 2 +- .../ProductAddedToCategoryMessageModel.php | 2 +- .../Message/ProductCreatedMessageModel.php | 2 +- .../Message/ProductDeletedMessageModel.php | 2 +- .../Message/ProductImageAddedMessageModel.php | 2 +- .../Message/ProductPriceAddedMessageModel.php | 2 +- .../ProductPriceChangedMessageModel.php | 2 +- ...oductPriceCustomFieldAddedMessageModel.php | 2 +- ...uctPriceCustomFieldChangedMessageModel.php | 2 +- ...uctPriceCustomFieldRemovedMessageModel.php | 2 +- ...ctPriceCustomFieldsRemovedMessageModel.php | 2 +- ...roductPriceCustomFieldsSetMessageModel.php | 2 +- .../ProductPriceDiscountsSetMessageModel.php | 2 +- ...ctPriceExternalDiscountSetMessageModel.php | 2 +- .../ProductPriceKeySetMessageModel.php | 2 +- .../ProductPriceModeSetMessageModel.php | 2 +- .../ProductPriceRemovedMessageModel.php | 2 +- .../Message/ProductPricesSetMessageModel.php | 2 +- .../Message/ProductPublishedMessageModel.php | 2 +- ...ProductRemovedFromCategoryMessageModel.php | 2 +- ...oductRevertedStagedChangesMessageModel.php | 2 +- .../ProductSelectionCreatedMessageModel.php | 2 +- .../ProductSelectionDeletedMessageModel.php | 2 +- ...oductSelectionProductAddedMessageModel.php | 2 +- ...ctSelectionProductExcludedMessageModel.php | 2 +- ...uctSelectionProductRemovedMessageModel.php | 2 +- ...ionVariantExclusionChangedMessageModel.php | 2 +- ...ionVariantSelectionChangedMessageModel.php | 2 +- .../ProductSlugChangedMessageModel.php | 2 +- .../ProductStateTransitionMessageModel.php | 2 +- .../ProductTailoringCreatedMessageModel.php | 2 +- .../ProductTailoringDeletedMessageModel.php | 2 +- ...uctTailoringDescriptionSetMessageModel.php | 2 +- ...ProductTailoringImageAddedMessageModel.php | 2 +- .../ProductTailoringImagesSetMessageModel.php | 2 +- .../ProductTailoringNameSetMessageModel.php | 2 +- .../ProductTailoringPublishedMessageModel.php | 2 +- .../ProductTailoringSlugSetMessageModel.php | 2 +- ...roductTailoringUnpublishedMessageModel.php | 2 +- .../ProductUnpublishedMessageModel.php | 2 +- .../ProductVariantAddedMessageModel.php | 2 +- .../ProductVariantDeletedMessageModel.php | 2 +- ...oductVariantTailoringAddedMessageModel.php | 2 +- ...uctVariantTailoringRemovedMessageModel.php | 2 +- .../Models/Message/QuoteCreatedMessage.php | 2 +- .../Message/QuoteCreatedMessageBuilder.php | 2 +- .../Message/QuoteCreatedMessageModel.php | 4 +- .../Message/QuoteCreatedMessagePayload.php | 2 +- .../QuoteCreatedMessagePayloadBuilder.php | 2 +- .../QuoteCreatedMessagePayloadModel.php | 2 +- .../Message/QuoteCustomerChangedMessage.php | 4 +- .../QuoteCustomerChangedMessageBuilder.php | 4 +- .../QuoteCustomerChangedMessageModel.php | 6 +- .../QuoteCustomerChangedMessagePayload.php | 4 +- ...teCustomerChangedMessagePayloadBuilder.php | 4 +- ...uoteCustomerChangedMessagePayloadModel.php | 4 +- .../Message/QuoteDeletedMessageModel.php | 2 +- ...uoteRenegotiationRequestedMessageModel.php | 2 +- .../Message/QuoteRequestCreatedMessage.php | 2 +- .../QuoteRequestCreatedMessageBuilder.php | 2 +- .../QuoteRequestCreatedMessageModel.php | 4 +- .../QuoteRequestCreatedMessagePayload.php | 2 +- ...oteRequestCreatedMessagePayloadBuilder.php | 2 +- ...QuoteRequestCreatedMessagePayloadModel.php | 2 +- .../QuoteRequestCustomerChangedMessage.php | 4 +- ...teRequestCustomerChangedMessageBuilder.php | 4 +- ...uoteRequestCustomerChangedMessageModel.php | 6 +- ...teRequestCustomerChangedMessagePayload.php | 4 +- ...stCustomerChangedMessagePayloadBuilder.php | 4 +- ...uestCustomerChangedMessagePayloadModel.php | 4 +- .../QuoteRequestDeletedMessageModel.php | 2 +- .../QuoteRequestStateChangedMessageModel.php | 2 +- ...uoteRequestStateTransitionMessageModel.php | 2 +- .../Message/QuoteStateChangedMessageModel.php | 2 +- .../QuoteStateTransitionMessageModel.php | 2 +- .../RecurringOrderCreatedMessageModel.php | 2 +- ...rringOrderCustomFieldAddedMessageModel.php | 2 +- ...ingOrderCustomFieldChangedMessageModel.php | 2 +- ...ingOrderCustomFieldRemovedMessageModel.php | 2 +- ...ringOrderCustomTypeRemovedMessageModel.php | 2 +- ...ecurringOrderCustomTypeSetMessageModel.php | 2 +- .../RecurringOrderDeletedMessageModel.php | 2 +- ...RecurringOrderExpiresAtSetMessageModel.php | 2 +- .../RecurringOrderFailedMessageModel.php | 2 +- .../RecurringOrderKeySetMessageModel.php | 2 +- .../RecurringOrderScheduleSetMessageModel.php | 2 +- .../RecurringOrderStartsAtSetMessageModel.php | 2 +- ...RecurringOrderStateChangedMessageModel.php | 2 +- ...urringOrderStateTransitionMessageModel.php | 2 +- .../Message/ReturnInfoAddedMessageModel.php | 2 +- .../Message/ReturnInfoSetMessageModel.php | 2 +- .../Message/ReviewCreatedMessageModel.php | 2 +- .../Message/ReviewRatingSetMessageModel.php | 2 +- .../ReviewStateTransitionMessageModel.php | 2 +- .../ShoppingListLineItemAddedMessageModel.php | 2 +- ...hoppingListLineItemRemovedMessageModel.php | 2 +- .../Message/ShoppingListMessageModel.php | 2 +- .../Message/StagedQuoteCreatedMessage.php | 2 +- .../StagedQuoteCreatedMessageBuilder.php | 2 +- .../StagedQuoteCreatedMessageModel.php | 4 +- .../StagedQuoteCreatedMessagePayload.php | 2 +- ...tagedQuoteCreatedMessagePayloadBuilder.php | 2 +- .../StagedQuoteCreatedMessagePayloadModel.php | 2 +- .../StagedQuoteDeletedMessageModel.php | 2 +- ...tagedQuoteSellerCommentSetMessageModel.php | 2 +- .../StagedQuoteStateChangedMessageModel.php | 2 +- ...StagedQuoteStateTransitionMessageModel.php | 2 +- .../StagedQuoteValidToSetMessageModel.php | 2 +- ...andalonePriceActiveChangedMessageModel.php | 2 +- .../StandalonePriceCreatedMessageModel.php | 2 +- .../StandalonePriceDeletedMessageModel.php | 2 +- ...StandalonePriceDiscountSetMessageModel.php | 2 +- ...nePriceExternalDiscountSetMessageModel.php | 2 +- .../StandalonePriceKeySetMessageModel.php | 2 +- ...dalonePriceStagedChangesAppliedMessage.php | 2 +- ...riceStagedChangesAppliedMessageBuilder.php | 2 +- ...ePriceStagedChangesAppliedMessageModel.php | 4 +- ...riceStagedChangesAppliedMessagePayload.php | 2 +- ...gedChangesAppliedMessagePayloadBuilder.php | 2 +- ...tagedChangesAppliedMessagePayloadModel.php | 2 +- ...ePriceStagedChangesRemovedMessageModel.php | 2 +- .../StandalonePriceTierAddedMessageModel.php | 2 +- ...StandalonePriceTierRemovedMessageModel.php | 2 +- .../StandalonePriceTiersSetMessageModel.php | 2 +- ...ePriceValidFromAndUntilSetMessageModel.php | 2 +- ...tandalonePriceValidFromSetMessageModel.php | 2 +- ...andalonePriceValidUntilSetMessageModel.php | 2 +- ...tandalonePriceValueChangedMessageModel.php | 2 +- .../StoreCountriesChangedMessageModel.php | 2 +- .../Message/StoreCreatedMessageModel.php | 2 +- .../Message/StoreDeletedMessageModel.php | 2 +- ...istributionChannelsChangedMessageModel.php | 2 +- .../StoreLanguagesChangedMessageModel.php | 2 +- .../Message/StoreNameSetMessageModel.php | 2 +- ...reProductSelectionsChangedMessageModel.php | 2 +- ...StoreSupplyChannelsChangedMessageModel.php | 2 +- .../Message/UserProvidedIdentifiers.php | 2 +- .../UserProvidedIdentifiersBuilder.php | 2 +- .../Message/UserProvidedIdentifiersModel.php | 2 +- .../src/Models/Order/LineItemImportDraft.php | 2 +- .../Order/LineItemImportDraftBuilder.php | 2 +- .../Models/Order/LineItemImportDraftModel.php | 2 +- .../src/Models/Order/Order.php | 8 +- .../src/Models/Order/OrderBuilder.php | 8 +- .../src/Models/Order/OrderFromCartDraft.php | 2 +- .../Order/OrderFromCartDraftBuilder.php | 2 +- .../Models/Order/OrderFromCartDraftModel.php | 2 +- .../src/Models/Order/OrderImportDraft.php | 2 +- .../Models/Order/OrderImportDraftBuilder.php | 2 +- .../Models/Order/OrderImportDraftModel.php | 2 +- .../src/Models/Order/OrderModel.php | 8 +- .../Models/Order/OrderPagedQueryResponse.php | 8 +- .../Order/OrderPagedQueryResponseBuilder.php | 8 +- .../Order/OrderPagedQueryResponseModel.php | 8 +- .../Models/Order/OrderPagedSearchResponse.php | 4 +- .../Order/OrderPagedSearchResponseBuilder.php | 4 +- .../Order/OrderPagedSearchResponseModel.php | 4 +- .../src/Models/Order/OrderReference.php | 2 +- .../Models/Order/OrderReferenceBuilder.php | 2 +- .../src/Models/Order/OrderReferenceModel.php | 2 +- .../Order/OrderSearchAnyValueBuilder.php | 2 +- .../Models/Order/OrderSearchAnyValueModel.php | 2 +- .../OrderSearchDateRangeValueBuilder.php | 2 +- .../Order/OrderSearchDateRangeValueModel.php | 2 +- .../Order/OrderSearchFullTextValueBuilder.php | 2 +- .../Order/OrderSearchFullTextValueModel.php | 2 +- .../OrderSearchLongRangeValueBuilder.php | 2 +- .../Order/OrderSearchLongRangeValueModel.php | 2 +- .../OrderSearchNumberRangeValueBuilder.php | 2 +- .../OrderSearchNumberRangeValueModel.php | 2 +- .../Order/OrderSearchQueryExpressionValue.php | 2 +- ...OrderSearchQueryExpressionValueBuilder.php | 2 +- .../OrderSearchQueryExpressionValueModel.php | 2 +- .../Order/OrderSearchStringValueBuilder.php | 2 +- .../Order/OrderSearchStringValueModel.php | 2 +- ...rderSetBillingAddressCustomFieldAction.php | 2 +- ...BillingAddressCustomFieldActionBuilder.php | 2 +- ...etBillingAddressCustomFieldActionModel.php | 2 +- .../Order/OrderSetCustomFieldAction.php | 2 +- .../OrderSetCustomFieldActionBuilder.php | 2 +- .../Order/OrderSetCustomFieldActionModel.php | 2 +- ...rderSetCustomLineItemCustomFieldAction.php | 2 +- ...CustomLineItemCustomFieldActionBuilder.php | 2 +- ...etCustomLineItemCustomFieldActionModel.php | 2 +- ...derSetDeliveryAddressCustomFieldAction.php | 2 +- ...eliveryAddressCustomFieldActionBuilder.php | 2 +- ...tDeliveryAddressCustomFieldActionModel.php | 2 +- .../OrderSetDeliveryCustomFieldAction.php | 2 +- ...derSetDeliveryCustomFieldActionBuilder.php | 2 +- ...OrderSetDeliveryCustomFieldActionModel.php | 2 +- ...etItemShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...mShippingAddressCustomFieldActionModel.php | 2 +- .../OrderSetLineItemCustomFieldAction.php | 2 +- ...derSetLineItemCustomFieldActionBuilder.php | 2 +- ...OrderSetLineItemCustomFieldActionModel.php | 2 +- .../Order/OrderSetParcelCustomFieldAction.php | 2 +- ...OrderSetParcelCustomFieldActionBuilder.php | 2 +- .../OrderSetParcelCustomFieldActionModel.php | 2 +- .../OrderSetReturnItemCustomFieldAction.php | 2 +- ...rSetReturnItemCustomFieldActionBuilder.php | 2 +- ...derSetReturnItemCustomFieldActionModel.php | 2 +- ...derSetShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...tShippingAddressCustomFieldActionModel.php | 2 +- .../OrderSetShippingCustomFieldAction.php | 2 +- ...derSetShippingCustomFieldActionBuilder.php | 2 +- ...OrderSetShippingCustomFieldActionModel.php | 2 +- .../src/Models/OrderEdit/OrderEditDraft.php | 2 +- .../OrderEdit/OrderEditDraftBuilder.php | 2 +- .../Models/OrderEdit/OrderEditDraftModel.php | 2 +- .../OrderEdit/OrderEditPagedQueryResponse.php | 8 +- .../OrderEditPagedQueryResponseBuilder.php | 8 +- .../OrderEditPagedQueryResponseModel.php | 8 +- .../OrderEdit/OrderEditPreviewSuccess.php | 2 +- .../OrderEditPreviewSuccessBuilder.php | 2 +- .../OrderEditPreviewSuccessModel.php | 2 +- .../Models/OrderEdit/OrderEditReference.php | 2 +- .../OrderEdit/OrderEditReferenceBuilder.php | 2 +- .../OrderEdit/OrderEditReferenceModel.php | 2 +- .../OrderEditSetCustomFieldAction.php | 2 +- .../OrderEditSetCustomFieldActionBuilder.php | 2 +- .../OrderEditSetCustomFieldActionModel.php | 2 +- .../StagedOrderAddLineItemAction.php | 4 +- .../StagedOrderAddLineItemActionBuilder.php | 4 +- .../StagedOrderAddLineItemActionModel.php | 4 +- .../Models/OrderEdit/StagedOrderBuilder.php | 8 +- ...tagedOrderChangeLineItemQuantityAction.php | 2 +- ...derChangeLineItemQuantityActionBuilder.php | 2 +- ...OrderChangeLineItemQuantityActionModel.php | 2 +- .../src/Models/OrderEdit/StagedOrderModel.php | 8 +- ...rderSetBillingAddressCustomFieldAction.php | 2 +- ...BillingAddressCustomFieldActionBuilder.php | 2 +- ...etBillingAddressCustomFieldActionModel.php | 2 +- .../StagedOrderSetCustomFieldAction.php | 2 +- ...StagedOrderSetCustomFieldActionBuilder.php | 2 +- .../StagedOrderSetCustomFieldActionModel.php | 2 +- ...rderSetCustomLineItemCustomFieldAction.php | 2 +- ...CustomLineItemCustomFieldActionBuilder.php | 2 +- ...etCustomLineItemCustomFieldActionModel.php | 2 +- ...derSetDeliveryAddressCustomFieldAction.php | 2 +- ...eliveryAddressCustomFieldActionBuilder.php | 2 +- ...tDeliveryAddressCustomFieldActionModel.php | 2 +- ...tagedOrderSetDeliveryCustomFieldAction.php | 2 +- ...derSetDeliveryCustomFieldActionBuilder.php | 2 +- ...OrderSetDeliveryCustomFieldActionModel.php | 2 +- ...etItemShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...mShippingAddressCustomFieldActionModel.php | 2 +- ...tagedOrderSetLineItemCustomFieldAction.php | 2 +- ...derSetLineItemCustomFieldActionBuilder.php | 2 +- ...OrderSetLineItemCustomFieldActionModel.php | 2 +- .../StagedOrderSetParcelCustomFieldAction.php | 2 +- ...OrderSetParcelCustomFieldActionBuilder.php | 2 +- ...edOrderSetParcelCustomFieldActionModel.php | 2 +- ...gedOrderSetReturnItemCustomFieldAction.php | 2 +- ...rSetReturnItemCustomFieldActionBuilder.php | 2 +- ...derSetReturnItemCustomFieldActionModel.php | 2 +- ...derSetShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...tShippingAddressCustomFieldActionModel.php | 2 +- ...tagedOrderSetShippingCustomFieldAction.php | 2 +- ...derSetShippingCustomFieldActionBuilder.php | 2 +- ...OrderSetShippingCustomFieldActionModel.php | 2 +- .../Payment/PaymentPagedQueryResponse.php | 8 +- .../PaymentPagedQueryResponseBuilder.php | 8 +- .../PaymentPagedQueryResponseModel.php | 8 +- .../src/Models/Payment/PaymentReference.php | 2 +- .../Payment/PaymentReferenceBuilder.php | 2 +- .../Models/Payment/PaymentReferenceModel.php | 2 +- .../Payment/PaymentSetCustomFieldAction.php | 2 +- .../PaymentSetCustomFieldActionBuilder.php | 2 +- .../PaymentSetCustomFieldActionModel.php | 2 +- .../PaymentSetMethodInfoCustomFieldAction.php | 2 +- ...tSetMethodInfoCustomFieldActionBuilder.php | 2 +- ...entSetMethodInfoCustomFieldActionModel.php | 2 +- ...PaymentSetTransactionCustomFieldAction.php | 2 +- ...SetTransactionCustomFieldActionBuilder.php | 2 +- ...ntSetTransactionCustomFieldActionModel.php | 2 +- .../Models/PaymentMethod/PaymentMethod.php | 2 +- .../PaymentMethod/PaymentMethodBuilder.php | 2 +- .../PaymentMethod/PaymentMethodDraft.php | 2 +- .../PaymentMethodDraftBuilder.php | 2 +- .../PaymentMethod/PaymentMethodDraftModel.php | 2 +- .../PaymentMethod/PaymentMethodModel.php | 2 +- .../PaymentMethodPagedQueryResponse.php | 8 +- ...PaymentMethodPagedQueryResponseBuilder.php | 8 +- .../PaymentMethodPagedQueryResponseModel.php | 8 +- .../PaymentMethod/PaymentMethodReference.php | 2 +- .../PaymentMethodReferenceBuilder.php | 2 +- .../PaymentMethodReferenceModel.php | 2 +- .../PaymentMethodSetCustomFieldAction.php | 2 +- ...ymentMethodSetCustomFieldActionBuilder.php | 2 +- ...PaymentMethodSetCustomFieldActionModel.php | 2 +- .../src/Models/Product/FacetTerm.php | 4 +- .../src/Models/Product/FacetTermBuilder.php | 4 +- .../src/Models/Product/FacetTermModel.php | 4 +- .../Models/Product/FilteredFacetResult.php | 4 +- .../Product/FilteredFacetResultBuilder.php | 4 +- .../Product/FilteredFacetResultModel.php | 4 +- .../src/Models/Product/ProductCatalogData.php | 2 +- .../Product/ProductCatalogDataBuilder.php | 2 +- .../Product/ProductCatalogDataModel.php | 2 +- .../src/Models/Product/ProductDraft.php | 4 +- .../Models/Product/ProductDraftBuilder.php | 4 +- .../src/Models/Product/ProductDraftModel.php | 4 +- .../Product/ProductPagedQueryResponse.php | 8 +- .../ProductPagedQueryResponseBuilder.php | 8 +- .../ProductPagedQueryResponseModel.php | 8 +- .../src/Models/Product/ProductProjection.php | 6 +- .../Product/ProductProjectionBuilder.php | 6 +- .../Models/Product/ProductProjectionModel.php | 6 +- .../ProductProjectionPagedQueryResponse.php | 8 +- ...uctProjectionPagedQueryResponseBuilder.php | 8 +- ...oductProjectionPagedQueryResponseModel.php | 8 +- .../ProductProjectionPagedSearchResponse.php | 8 +- ...ctProjectionPagedSearchResponseBuilder.php | 8 +- ...ductProjectionPagedSearchResponseModel.php | 8 +- .../src/Models/Product/ProductReference.php | 2 +- .../Product/ProductReferenceBuilder.php | 2 +- .../Models/Product/ProductReferenceModel.php | 2 +- .../ProductSetAssetCustomFieldAction.php | 2 +- ...roductSetAssetCustomFieldActionBuilder.php | 2 +- .../ProductSetAssetCustomFieldActionModel.php | 2 +- .../Models/Product/ProductSetKeyAction.php | 2 +- .../Product/ProductSetKeyActionBuilder.php | 2 +- .../Product/ProductSetKeyActionModel.php | 2 +- ...roductSetProductPriceCustomFieldAction.php | 2 +- ...etProductPriceCustomFieldActionBuilder.php | 2 +- ...tSetProductPriceCustomFieldActionModel.php | 2 +- .../src/Models/Product/ProductVariant.php | 16 +- .../Models/Product/ProductVariantBuilder.php | 16 +- .../Models/Product/ProductVariantModel.php | 16 +- .../src/Models/Product/TermFacetResult.php | 6 +- .../Models/Product/TermFacetResultBuilder.php | 6 +- .../Models/Product/TermFacetResultModel.php | 6 +- .../ProductDiscount/ProductDiscount.php | 6 +- .../ProductDiscountBuilder.php | 6 +- .../ProductDiscountChangePredicateAction.php | 2 +- ...ctDiscountChangePredicateActionBuilder.php | 2 +- ...ductDiscountChangePredicateActionModel.php | 2 +- .../ProductDiscount/ProductDiscountDraft.php | 6 +- .../ProductDiscountDraftBuilder.php | 6 +- .../ProductDiscountDraftModel.php | 6 +- .../ProductDiscountMatchQuery.php | 2 +- .../ProductDiscountMatchQueryBuilder.php | 2 +- .../ProductDiscountMatchQueryModel.php | 2 +- .../ProductDiscount/ProductDiscountModel.php | 6 +- .../ProductDiscountPagedQueryResponse.php | 8 +- ...oductDiscountPagedQueryResponseBuilder.php | 8 +- ...ProductDiscountPagedQueryResponseModel.php | 8 +- .../ProductDiscountReference.php | 2 +- .../ProductDiscountReferenceBuilder.php | 2 +- .../ProductDiscountReferenceModel.php | 2 +- .../ProductDiscountSetValidFromAction.php | 2 +- ...oductDiscountSetValidFromActionBuilder.php | 2 +- ...ProductDiscountSetValidFromActionModel.php | 2 +- ...ductDiscountSetValidFromAndUntilAction.php | 4 +- ...countSetValidFromAndUntilActionBuilder.php | 4 +- ...iscountSetValidFromAndUntilActionModel.php | 4 +- .../ProductDiscountSetValidUntilAction.php | 2 +- ...ductDiscountSetValidUntilActionBuilder.php | 2 +- ...roductDiscountSetValidUntilActionModel.php | 2 +- .../ProductPagedSearchResponse.php | 6 +- .../ProductPagedSearchResponseBuilder.php | 6 +- .../ProductPagedSearchResponseModel.php | 6 +- .../ProductSearchMatchingVariants.php | 2 +- .../ProductSearchMatchingVariantsBuilder.php | 2 +- .../ProductSearchMatchingVariantsModel.php | 2 +- .../ProductSearchProjectionParams.php | 22 +- .../ProductSearchProjectionParamsBuilder.php | 22 +- .../ProductSearchProjectionParamsModel.php | 22 +- .../ProductSearch/ProductSearchRequest.php | 14 +- .../ProductSearchRequestBuilder.php | 14 +- .../ProductSearchRequestModel.php | 14 +- .../ProductSearch/ProductSearchResult.php | 2 +- .../ProductSearchResultBuilder.php | 2 +- .../ProductSearchResultModel.php | 2 +- ...gnedProductSelectionPagedQueryResponse.php | 8 +- ...ductSelectionPagedQueryResponseBuilder.php | 8 +- ...roductSelectionPagedQueryResponseModel.php | 8 +- .../ProductSelection/ProductSelection.php | 4 +- .../ProductSelectionBuilder.php | 4 +- .../ProductSelectionModel.php | 4 +- .../ProductSelectionPagedQueryResponse.php | 4 +- ...ductSelectionPagedQueryResponseBuilder.php | 4 +- ...roductSelectionPagedQueryResponseModel.php | 4 +- ...ductSelectionProductPagedQueryResponse.php | 8 +- ...ectionProductPagedQueryResponseBuilder.php | 8 +- ...electionProductPagedQueryResponseModel.php | 8 +- .../ProductSelectionReference.php | 2 +- .../ProductSelectionReferenceBuilder.php | 2 +- .../ProductSelectionReferenceModel.php | 2 +- .../ProductSelectionSetCustomFieldAction.php | 2 +- ...ctSelectionSetCustomFieldActionBuilder.php | 2 +- ...ductSelectionSetCustomFieldActionModel.php | 2 +- .../ProductsInStorePagedQueryResponse.php | 8 +- ...oductsInStorePagedQueryResponseBuilder.php | 8 +- ...ProductsInStorePagedQueryResponseModel.php | 8 +- .../ProductTailoring/ProductTailoring.php | 2 +- .../ProductTailoringBuilder.php | 2 +- .../ProductTailoringDraft.php | 2 +- .../ProductTailoringDraftBuilder.php | 2 +- .../ProductTailoringDraftModel.php | 2 +- .../ProductTailoringModel.php | 2 +- .../ProductTailoringPagedQueryResponse.php | 8 +- ...ductTailoringPagedQueryResponseBuilder.php | 8 +- ...roductTailoringPagedQueryResponseModel.php | 8 +- .../ProductTailoringReference.php | 2 +- .../ProductTailoringReferenceBuilder.php | 2 +- .../ProductTailoringReferenceModel.php | 2 +- ...ductTailoringSetAssetCustomFieldAction.php | 2 +- ...loringSetAssetCustomFieldActionBuilder.php | 2 +- ...ailoringSetAssetCustomFieldActionModel.php | 2 +- .../ProductType/AttributeDefinition.php | 6 +- .../AttributeDefinitionBuilder.php | 6 +- .../ProductType/AttributeDefinitionDraft.php | 4 +- .../AttributeDefinitionDraftBuilder.php | 4 +- .../AttributeDefinitionDraftModel.php | 4 +- .../ProductType/AttributeDefinitionModel.php | 6 +- .../ProductTypePagedQueryResponse.php | 8 +- .../ProductTypePagedQueryResponseBuilder.php | 8 +- .../ProductTypePagedQueryResponseModel.php | 8 +- .../ProductType/ProductTypeReference.php | 2 +- .../ProductTypeReferenceBuilder.php | 2 +- .../ProductType/ProductTypeReferenceModel.php | 2 +- .../src/Models/Project/Project.php | 6 +- .../src/Models/Project/ProjectBuilder.php | 6 +- .../ProjectChangeCartsConfigurationAction.php | 2 +- ...tChangeCartsConfigurationActionBuilder.php | 2 +- ...ectChangeCartsConfigurationActionModel.php | 2 +- ...rojectChangeCustomerSearchStatusAction.php | 2 +- ...hangeCustomerSearchStatusActionBuilder.php | 2 +- ...tChangeCustomerSearchStatusActionModel.php | 2 +- ...ojectChangeMessagesConfigurationAction.php | 2 +- ...angeMessagesConfigurationActionBuilder.php | 2 +- ...ChangeMessagesConfigurationActionModel.php | 2 +- .../ProjectChangeOrderSearchStatusAction.php | 2 +- ...ctChangeOrderSearchStatusActionBuilder.php | 2 +- ...jectChangeOrderSearchStatusActionModel.php | 2 +- ...angeProductSearchIndexingEnabledAction.php | 6 +- ...ductSearchIndexingEnabledActionBuilder.php | 6 +- ...roductSearchIndexingEnabledActionModel.php | 6 +- ...ChangeShoppingListsConfigurationAction.php | 2 +- ...hoppingListsConfigurationActionBuilder.php | 2 +- ...eShoppingListsConfigurationActionModel.php | 2 +- .../src/Models/Project/ProjectModel.php | 6 +- .../Project/SearchIndexingConfiguration.php | 10 +- .../SearchIndexingConfigurationBuilder.php | 10 +- .../SearchIndexingConfigurationModel.php | 10 +- .../src/Models/Quote/Quote.php | 12 +- .../src/Models/Quote/QuoteBuilder.php | 12 +- .../src/Models/Quote/QuoteDraft.php | 6 +- .../src/Models/Quote/QuoteDraftBuilder.php | 6 +- .../src/Models/Quote/QuoteDraftModel.php | 6 +- .../src/Models/Quote/QuoteModel.php | 12 +- .../Models/Quote/QuotePagedQueryResponse.php | 8 +- .../Quote/QuotePagedQueryResponseBuilder.php | 8 +- .../Quote/QuotePagedQueryResponseModel.php | 8 +- .../src/Models/Quote/QuoteReference.php | 2 +- .../Models/Quote/QuoteReferenceBuilder.php | 2 +- .../src/Models/Quote/QuoteReferenceModel.php | 2 +- .../Quote/QuoteSetCustomFieldAction.php | 2 +- .../QuoteSetCustomFieldActionBuilder.php | 2 +- .../Quote/QuoteSetCustomFieldActionModel.php | 2 +- .../src/Models/QuoteRequest/QuoteRequest.php | 6 +- .../QuoteRequest/QuoteRequestBuilder.php | 6 +- .../Models/QuoteRequest/QuoteRequestModel.php | 6 +- .../QuoteRequestPagedQueryResponse.php | 8 +- .../QuoteRequestPagedQueryResponseBuilder.php | 8 +- .../QuoteRequestPagedQueryResponseModel.php | 8 +- .../QuoteRequest/QuoteRequestReference.php | 2 +- .../QuoteRequestReferenceBuilder.php | 2 +- .../QuoteRequestReferenceModel.php | 2 +- .../QuoteRequestSetCustomFieldAction.php | 2 +- ...uoteRequestSetCustomFieldActionBuilder.php | 2 +- .../QuoteRequestSetCustomFieldActionModel.php | 2 +- .../RecurrencePolicyPagedQueryResponse.php | 8 +- ...urrencePolicyPagedQueryResponseBuilder.php | 8 +- ...ecurrencePolicyPagedQueryResponseModel.php | 8 +- .../RecurrencePolicyReference.php | 2 +- .../RecurrencePolicyReferenceBuilder.php | 2 +- .../RecurrencePolicyReferenceModel.php | 2 +- .../Models/RecurringOrder/RecurringOrder.php | 4 +- .../RecurringOrder/RecurringOrderBuilder.php | 4 +- .../RecurringOrder/RecurringOrderModel.php | 4 +- .../RecurringOrderPagedQueryResponse.php | 8 +- ...ecurringOrderPagedQueryResponseBuilder.php | 8 +- .../RecurringOrderPagedQueryResponseModel.php | 8 +- .../RecurringOrderReference.php | 2 +- .../RecurringOrderReferenceBuilder.php | 2 +- .../RecurringOrderReferenceModel.php | 2 +- .../RecurringOrderSetCustomFieldAction.php | 2 +- ...urringOrderSetCustomFieldActionBuilder.php | 2 +- ...ecurringOrderSetCustomFieldActionModel.php | 2 +- .../Reservation/ReservationReference.php | 2 +- .../ReservationReferenceBuilder.php | 2 +- .../Reservation/ReservationReferenceModel.php | 2 +- .../src/Models/Review/Review.php | 2 +- .../src/Models/Review/ReviewBuilder.php | 2 +- .../src/Models/Review/ReviewDraft.php | 2 +- .../src/Models/Review/ReviewDraftBuilder.php | 2 +- .../src/Models/Review/ReviewDraftModel.php | 2 +- .../src/Models/Review/ReviewModel.php | 2 +- .../Review/ReviewPagedQueryResponse.php | 8 +- .../ReviewPagedQueryResponseBuilder.php | 8 +- .../Review/ReviewPagedQueryResponseModel.php | 8 +- .../src/Models/Review/ReviewReference.php | 2 +- .../Models/Review/ReviewReferenceBuilder.php | 2 +- .../Models/Review/ReviewReferenceModel.php | 2 +- .../Review/ReviewSetCustomFieldAction.php | 2 +- .../ReviewSetCustomFieldActionBuilder.php | 2 +- .../ReviewSetCustomFieldActionModel.php | 2 +- .../Models/Search/SearchAnyValueBuilder.php | 2 +- .../src/Models/Search/SearchAnyValueModel.php | 2 +- .../Search/SearchDateRangeValueBuilder.php | 2 +- .../Search/SearchDateRangeValueModel.php | 2 +- .../SearchDateTimeRangeValueBuilder.php | 2 +- .../Search/SearchDateTimeRangeValueModel.php | 2 +- .../Models/Search/SearchExactValueBuilder.php | 2 +- .../Models/Search/SearchExactValueModel.php | 2 +- .../Search/SearchExistsValueBuilder.php | 2 +- .../Models/Search/SearchExistsValueModel.php | 2 +- .../SearchFullTextPrefixValueBuilder.php | 2 +- .../Search/SearchFullTextPrefixValueModel.php | 2 +- .../Search/SearchFullTextValueBuilder.php | 2 +- .../Search/SearchFullTextValueModel.php | 2 +- .../Models/Search/SearchFuzzyValueBuilder.php | 2 +- .../Models/Search/SearchFuzzyValueModel.php | 2 +- .../Search/SearchLongRangeValueBuilder.php | 2 +- .../Search/SearchLongRangeValueModel.php | 2 +- .../Search/SearchNumberRangeValueBuilder.php | 2 +- .../Search/SearchNumberRangeValueModel.php | 2 +- .../Search/SearchQueryExpressionValue.php | 2 +- .../SearchQueryExpressionValueBuilder.php | 2 +- .../SearchQueryExpressionValueModel.php | 2 +- .../src/Models/Search/SearchSorting.php | 2 +- .../Models/Search/SearchSortingBuilder.php | 2 +- .../src/Models/Search/SearchSortingModel.php | 2 +- .../Search/SearchTimeRangeValueBuilder.php | 2 +- .../Search/SearchTimeRangeValueModel.php | 2 +- .../Models/ShippingMethod/CartScoreTier.php | 2 +- .../ShippingMethod/CartScoreTierBuilder.php | 2 +- .../ShippingMethod/CartScoreTierModel.php | 2 +- .../ShippingMethodPagedQueryResponse.php | 8 +- ...hippingMethodPagedQueryResponseBuilder.php | 8 +- .../ShippingMethodPagedQueryResponseModel.php | 8 +- .../ShippingMethodReference.php | 2 +- .../ShippingMethodReferenceBuilder.php | 2 +- .../ShippingMethodReferenceModel.php | 2 +- .../ShippingMethodSetCustomFieldAction.php | 2 +- ...ppingMethodSetCustomFieldActionBuilder.php | 2 +- ...hippingMethodSetCustomFieldActionModel.php | 2 +- .../Models/ShippingMethod/ShippingRate.php | 2 +- .../ShippingMethod/ShippingRateBuilder.php | 2 +- .../ShippingMethod/ShippingRateDraft.php | 2 +- .../ShippingRateDraftBuilder.php | 2 +- .../ShippingMethod/ShippingRateDraftModel.php | 2 +- .../ShippingMethod/ShippingRateModel.php | 2 +- .../src/Models/ShoppingList/ShoppingList.php | 2 +- .../ShoppingList/ShoppingListBuilder.php | 2 +- .../Models/ShoppingList/ShoppingListDraft.php | 2 +- .../ShoppingList/ShoppingListDraftBuilder.php | 2 +- .../ShoppingList/ShoppingListDraftModel.php | 2 +- .../Models/ShoppingList/ShoppingListModel.php | 2 +- .../ShoppingListPagedQueryResponse.php | 8 +- .../ShoppingListPagedQueryResponseBuilder.php | 8 +- .../ShoppingListPagedQueryResponseModel.php | 8 +- .../ShoppingList/ShoppingListReference.php | 2 +- .../ShoppingListReferenceBuilder.php | 2 +- .../ShoppingListReferenceModel.php | 2 +- .../ShoppingListSetBusinessUnitAction.php | 2 +- ...oppingListSetBusinessUnitActionBuilder.php | 2 +- ...ShoppingListSetBusinessUnitActionModel.php | 2 +- .../ShoppingListSetCustomFieldAction.php | 2 +- ...hoppingListSetCustomFieldActionBuilder.php | 2 +- .../ShoppingListSetCustomFieldActionModel.php | 2 +- ...oppingListSetLineItemCustomFieldAction.php | 2 +- ...istSetLineItemCustomFieldActionBuilder.php | 2 +- ...gListSetLineItemCustomFieldActionModel.php | 2 +- ...ngListSetTextLineItemCustomFieldAction.php | 2 +- ...etTextLineItemCustomFieldActionBuilder.php | 2 +- ...tSetTextLineItemCustomFieldActionModel.php | 2 +- .../src/Models/StagedQuote/StagedQuote.php | 10 +- .../Models/StagedQuote/StagedQuoteBuilder.php | 10 +- .../Models/StagedQuote/StagedQuoteModel.php | 10 +- .../StagedQuotePagedQueryResponse.php | 8 +- .../StagedQuotePagedQueryResponseBuilder.php | 8 +- .../StagedQuotePagedQueryResponseModel.php | 8 +- .../StagedQuote/StagedQuoteReference.php | 2 +- .../StagedQuoteReferenceBuilder.php | 2 +- .../StagedQuote/StagedQuoteReferenceModel.php | 2 +- .../StagedQuoteSetCustomFieldAction.php | 2 +- ...StagedQuoteSetCustomFieldActionBuilder.php | 2 +- .../StagedQuoteSetCustomFieldActionModel.php | 2 +- .../StandalonePrice/StandalonePrice.php | 10 +- .../StandalonePriceBuilder.php | 10 +- .../StandalonePrice/StandalonePriceDraft.php | 4 +- .../StandalonePriceDraftBuilder.php | 4 +- .../StandalonePriceDraftModel.php | 4 +- .../StandalonePrice/StandalonePriceModel.php | 10 +- .../StandalonePricePagedQueryResponse.php | 4 +- ...andalonePricePagedQueryResponseBuilder.php | 4 +- ...StandalonePricePagedQueryResponseModel.php | 4 +- .../StandalonePriceReference.php | 2 +- .../StandalonePriceReferenceBuilder.php | 2 +- .../StandalonePriceReferenceModel.php | 2 +- .../StandalonePriceSetCustomFieldAction.php | 2 +- ...dalonePriceSetCustomFieldActionBuilder.php | 2 +- ...andalonePriceSetCustomFieldActionModel.php | 2 +- .../Models/State/StatePagedQueryResponse.php | 8 +- .../State/StatePagedQueryResponseBuilder.php | 8 +- .../State/StatePagedQueryResponseModel.php | 8 +- .../src/Models/State/StateReference.php | 2 +- .../Models/State/StateReferenceBuilder.php | 2 +- .../src/Models/State/StateReferenceModel.php | 2 +- .../Models/Store/StorePagedQueryResponse.php | 8 +- .../Store/StorePagedQueryResponseBuilder.php | 8 +- .../Store/StorePagedQueryResponseModel.php | 8 +- .../src/Models/Store/StoreReference.php | 2 +- .../Models/Store/StoreReferenceBuilder.php | 2 +- .../src/Models/Store/StoreReferenceModel.php | 2 +- .../Store/StoreSetCustomFieldAction.php | 2 +- .../StoreSetCustomFieldActionBuilder.php | 2 +- .../Store/StoreSetCustomFieldActionModel.php | 2 +- .../Subscription/CloudEventsPayload.php | 2 +- .../CloudEventsPayloadBuilder.php | 2 +- .../Subscription/CloudEventsPayloadModel.php | 2 +- .../ResourceDeletedDeliveryPayload.php | 2 +- .../ResourceDeletedDeliveryPayloadBuilder.php | 2 +- .../ResourceDeletedDeliveryPayloadModel.php | 2 +- .../SubscriptionPagedQueryResponse.php | 8 +- .../SubscriptionPagedQueryResponseBuilder.php | 8 +- .../SubscriptionPagedQueryResponseModel.php | 8 +- .../TaxCategoryPagedQueryResponse.php | 8 +- .../TaxCategoryPagedQueryResponseBuilder.php | 8 +- .../TaxCategoryPagedQueryResponseModel.php | 8 +- .../TaxCategory/TaxCategoryReference.php | 2 +- .../TaxCategoryReferenceBuilder.php | 2 +- .../TaxCategory/TaxCategoryReferenceModel.php | 2 +- .../src/Models/Type/CustomFields.php | 2 +- .../src/Models/Type/CustomFieldsBuilder.php | 2 +- .../src/Models/Type/CustomFieldsDraft.php | 2 +- .../Models/Type/CustomFieldsDraftBuilder.php | 2 +- .../Models/Type/CustomFieldsDraftModel.php | 2 +- .../src/Models/Type/CustomFieldsModel.php | 2 +- .../Models/Type/TypePagedQueryResponse.php | 8 +- .../Type/TypePagedQueryResponseBuilder.php | 8 +- .../Type/TypePagedQueryResponseModel.php | 8 +- .../Type/TypeRemoveFieldDefinitionAction.php | 2 +- ...TypeRemoveFieldDefinitionActionBuilder.php | 2 +- .../TypeRemoveFieldDefinitionActionModel.php | 2 +- .../Models/Zone/ZonePagedQueryResponse.php | 8 +- .../Zone/ZonePagedQueryResponseBuilder.php | 8 +- .../Zone/ZonePagedQueryResponseModel.php | 8 +- .../src/Models/Zone/ZoneReference.php | 2 +- .../src/Models/Zone/ZoneReferenceBuilder.php | 2 +- .../src/Models/Zone/ZoneReferenceModel.php | 2 +- .../RequestQuoteRenegotiationChange.php | 2 +- ...RequestQuoteRenegotiationChangeBuilder.php | 2 +- .../RequestQuoteRenegotiationChangeModel.php | 2 +- .../Change/SetAssetCustomFieldChange.php | 2 +- .../SetAssetCustomFieldChangeBuilder.php | 2 +- .../Change/SetAssetCustomFieldChangeModel.php | 2 +- .../SetBillingAddressCustomFieldChange.php | 2 +- ...BillingAddressCustomFieldChangeBuilder.php | 2 +- ...etBillingAddressCustomFieldChangeModel.php | 2 +- .../Models/Change/SetCustomFieldChange.php | 2 +- .../Change/SetCustomFieldChangeBuilder.php | 2 +- .../Change/SetCustomFieldChangeModel.php | 2 +- .../SetCustomLineItemCustomFieldChange.php | 2 +- ...CustomLineItemCustomFieldChangeBuilder.php | 2 +- ...etCustomLineItemCustomFieldChangeModel.php | 2 +- .../SetDeliveryAddressCustomFieldChange.php | 2 +- ...eliveryAddressCustomFieldChangeBuilder.php | 2 +- ...tDeliveryAddressCustomFieldChangeModel.php | 2 +- .../Change/SetDeliveryCustomFieldChange.php | 2 +- .../SetDeliveryCustomFieldChangeBuilder.php | 2 +- .../SetDeliveryCustomFieldChangeModel.php | 2 +- ...etItemShippingAddressCustomFieldChange.php | 2 +- ...hippingAddressCustomFieldChangeBuilder.php | 2 +- ...mShippingAddressCustomFieldChangeModel.php | 2 +- .../SetOrderLineItemCustomFieldChange.php | 2 +- ...tOrderLineItemCustomFieldChangeBuilder.php | 2 +- ...SetOrderLineItemCustomFieldChangeModel.php | 2 +- .../Change/SetParcelCustomFieldChange.php | 2 +- .../SetParcelCustomFieldChangeBuilder.php | 2 +- .../SetParcelCustomFieldChangeModel.php | 2 +- .../SetProductPriceCustomFieldChange.php | 2 +- ...etProductPriceCustomFieldChangeBuilder.php | 2 +- .../SetProductPriceCustomFieldChangeModel.php | 2 +- ...urnItemCustomLineItemCustomFieldChange.php | 2 +- ...CustomLineItemCustomFieldChangeBuilder.php | 2 +- ...emCustomLineItemCustomFieldChangeModel.php | 2 +- ...SetReturnItemLineItemCustomFieldChange.php | 2 +- ...rnItemLineItemCustomFieldChangeBuilder.php | 2 +- ...turnItemLineItemCustomFieldChangeModel.php | 2 +- .../SetShippingAddressCustomFieldChange.php | 2 +- ...hippingAddressCustomFieldChangeBuilder.php | 2 +- ...tShippingAddressCustomFieldChangeModel.php | 2 +- .../Change/SetShippingCustomFieldChange.php | 2 +- .../SetShippingCustomFieldChangeBuilder.php | 2 +- .../SetShippingCustomFieldChangeModel.php | 2 +- ...tShoppingListLineItemCustomFieldChange.php | 2 +- ...ngListLineItemCustomFieldChangeBuilder.php | 2 +- ...pingListLineItemCustomFieldChangeModel.php | 2 +- .../SetTextLineItemCustomFieldChange.php | 2 +- ...etTextLineItemCustomFieldChangeBuilder.php | 2 +- .../SetTextLineItemCustomFieldChangeModel.php | 2 +- .../SetTransactionCustomFieldChange.php | 2 +- ...SetTransactionCustomFieldChangeBuilder.php | 2 +- .../SetTransactionCustomFieldChangeModel.php | 2 +- .../StandalonePriceSetCustomFieldChange.php | 2 +- ...dalonePriceSetCustomFieldChangeBuilder.php | 2 +- ...andalonePriceSetCustomFieldChangeModel.php | 2 +- .../src/Models/ChangeHistory/ModifiedBy.php | 2 +- .../ChangeHistory/ModifiedByBuilder.php | 2 +- .../Models/ChangeHistory/ModifiedByModel.php | 2 +- .../src/Models/ChangeHistory/Record.php | 4 +- .../Models/ChangeHistory/RecordBuilder.php | 4 +- .../src/Models/ChangeHistory/RecordModel.php | 4 +- .../RecordPagedQueryResponse.php | 6 +- .../RecordPagedQueryResponseBuilder.php | 6 +- .../RecordPagedQueryResponseModel.php | 6 +- ...ChangeTargetCustomLineItemsChangeValue.php | 2 +- ...argetCustomLineItemsChangeValueBuilder.php | 2 +- ...eTargetCustomLineItemsChangeValueModel.php | 2 +- .../ChangeTargetLineItemsChangeValue.php | 2 +- ...hangeTargetLineItemsChangeValueBuilder.php | 2 +- .../ChangeTargetLineItemsChangeValueModel.php | 2 +- ...rgetMultiBuyCustomLineItemsChangeValue.php | 2 +- ...tiBuyCustomLineItemsChangeValueBuilder.php | 2 +- ...ultiBuyCustomLineItemsChangeValueModel.php | 2 +- ...angeTargetMultiBuyLineItemsChangeValue.php | 2 +- ...getMultiBuyLineItemsChangeValueBuilder.php | 2 +- ...argetMultiBuyLineItemsChangeValueModel.php | 2 +- .../src/Models/Common/AttributeDefinition.php | 6 +- .../Common/AttributeDefinitionBuilder.php | 6 +- .../Common/AttributeDefinitionModel.php | 6 +- .../src/Models/Common/ClientLogging.php | 4 +- .../Models/Common/ClientLoggingBuilder.php | 4 +- .../src/Models/Common/ClientLoggingModel.php | 4 +- .../src/Models/Common/CustomFields.php | 2 +- .../src/Models/Common/CustomFieldsBuilder.php | 2 +- .../src/Models/Common/CustomFieldsModel.php | 2 +- .../src/Models/Common/LineItem.php | 6 +- .../src/Models/Common/LineItemBuilder.php | 6 +- .../src/Models/Common/LineItemModel.php | 6 +- .../src/Models/Common/Price.php | 2 +- .../src/Models/Common/PriceBuilder.php | 2 +- .../src/Models/Common/PriceModel.php | 2 +- .../src/Models/Common/ProductVariant.php | 14 +- .../Models/Common/ProductVariantBuilder.php | 14 +- .../src/Models/Common/ProductVariantModel.php | 14 +- .../src/Models/Common/ShippingRate.php | 2 +- .../src/Models/Common/ShippingRateBuilder.php | 2 +- .../src/Models/Common/ShippingRateModel.php | 2 +- .../src/Models/Label/QuoteLabel.php | 2 +- .../src/Models/Label/QuoteLabelBuilder.php | 2 +- .../src/Models/Label/QuoteLabelModel.php | 2 +- .../src/Models/Label/QuoteRequestLabel.php | 2 +- .../Models/Label/QuoteRequestLabelBuilder.php | 2 +- .../Models/Label/QuoteRequestLabelModel.php | 2 +- .../src/Models/Label/StagedQuoteLabel.php | 2 +- .../Models/Label/StagedQuoteLabelBuilder.php | 2 +- .../Models/Label/StagedQuoteLabelModel.php | 2 +- .../src/Models/Customers/CustomerImport.php | 2 +- .../Customers/CustomerImportBuilder.php | 2 +- .../Models/Customers/CustomerImportModel.php | 2 +- .../ImportContainerPagedResponse.php | 4 +- .../ImportContainerPagedResponseBuilder.php | 4 +- .../ImportContainerPagedResponseModel.php | 4 +- .../ImportOperationPagedResponse.php | 4 +- .../ImportOperationPagedResponseBuilder.php | 4 +- .../ImportOperationPagedResponseModel.php | 4 +- .../src/Models/Prices/PriceImport.php | 4 +- .../src/Models/Prices/PriceImportBuilder.php | 4 +- .../src/Models/Prices/PriceImportModel.php | 4 +- .../Producttypes/AttributeDefinition.php | 2 +- .../AttributeDefinitionBuilder.php | 2 +- .../Producttypes/AttributeDefinitionModel.php | 2 +- .../Productvariants/ProductVariantImport.php | 2 +- .../ProductVariantImportBuilder.php | 2 +- .../ProductVariantImportModel.php | 2 +- .../StandalonePriceImport.php | 2 +- .../StandalonePriceImportBuilder.php | 2 +- .../StandalonePriceImportModel.php | 2 +- references.txt | 1 + 1386 files changed, 2424 insertions(+), 2423 deletions(-) diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index 19a19a2b3d4..15278b16128 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -787,7 +787,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->orders()->withId("ID")->post(null)` -Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the [Project](ctp:api:type:Project) but does not reference the requested Business Unit, this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -845,7 +845,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->orders()->withOrderNumber("orderNumber")->post(null)` -Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the [Project](ctp:api:type:Project) but does not reference the requested Business Unit, this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -909,7 +909,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->head()` -Checks if one or more QuoteRequests exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more QuoteRequests exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -965,7 +965,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withId("ID")->head()` -Checks if a QuoteRequest exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -983,7 +983,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withId("ID")->post(null)` -Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/api/projects/quote-requests#update-actions). If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1023,7 +1023,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withKey("key")->head()` -Checks if a QuoteRequest exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1041,7 +1041,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withKey("key")->post(null)` -Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/api/projects/quote-requests#update-actions). If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1078,7 +1078,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->head()` -Checks if one or more Quotes exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more Quotes exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1115,7 +1115,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withId("ID")->head()` -Checks if a Quote exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the Quote exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the Quote exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1133,7 +1133,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withId("ID")->post(null)` -Updates a Quote in a BusinessUnit using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in a BusinessUnit using one or more [update actions](/api/projects/quotes#update-actions). If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1173,7 +1173,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withKey("key")->head()` -Checks if a Quote exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the Quote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the Quote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1191,7 +1191,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withKey("key")->post(null)` -Updates a Quote in a BusinessUnit using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in a BusinessUnit using one or more [update actions](/api/projects/quotes#update-actions). If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1304,7 +1304,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/shoppingLists#update-actions). If the ShoppingList exists in the Project but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1384,7 +1384,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/shoppingLists#update-actions). If the ShoppingList exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1945,7 +1945,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->businessUnits()->search()->post(null)` -If the initial indexing is in progress or the feature is inactive, A [SearchNotReady](ctp:api:type:SearchNotReadyError) error is returned. If inactive, you can [reactivate](/../api/projects/business-unit-search#reactivate) it. +If the initial indexing is in progress or the feature is inactive, A [SearchNotReady](ctp:api:type:SearchNotReadyError) error is returned. If inactive, you can [reactivate](/api/projects/business-unit-search#reactivate) it. ### Example @@ -2246,7 +2246,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->carts()->withId("ID")->post(null)` -Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in the Project using one or more [update actions](/api/projects/carts#update-actions). ### Example ```php @@ -2310,7 +2310,7 @@ $request = $builder ## `withProjectKey("projectKey")->carts()->customerIdWithCustomerIdValueMerge("customerId")->post(null)` Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. -For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart). +For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/api/carts-orders-overview#merge-a-cart). ### Example @@ -2358,7 +2358,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->carts()->withKey("key")->post(null)` -Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in the Project using one or more [update actions](/api/projects/carts#update-actions). ### Example ```php @@ -2420,7 +2420,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->get()` -Either the [scope](/../api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. ### Example @@ -2449,7 +2449,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->post(null)` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. Creating a Category produces the [CategoryCreated](ctp:api:type:CategoryCreatedMessage) Message. @@ -2466,7 +2466,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withId("ID")->get()` -Either the [scope](/../api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. ### Example @@ -2497,7 +2497,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withId("ID")->post(null)` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2513,7 +2513,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withId("ID")->delete()` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2529,7 +2529,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withKey("key")->get()` -Either the [scope](/../api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. ### Example @@ -2560,7 +2560,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withKey("key")->post(null)` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2576,7 +2576,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withKey("key")->delete()` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2758,7 +2758,7 @@ $request = $builder For performance reasons, it is highly advisable to query for Custom Objects in a container by using the `container` field in the `where` predicate. -This endpoint is deprecated and replaced by the [Query CustomObjects in Container](/../apis/ctp:api:endpoint:/{projectKey}/custom-objects/{container}:GET) endpoint. +This endpoint is deprecated and replaced by the [Query CustomObjects in Container](ctp:api:endpoint:/{projectKey}/custom-objects/{container}:GET) endpoint. ### Example @@ -3040,7 +3040,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->post(null)` -Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up). +Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/api/customers-overview#cart-merge-during-sign-in-and-sign-up). Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. Simultaneously creating two Customers with the same email address can return a [LockedField](ctp:api:type:LockedFieldError) error. @@ -3118,11 +3118,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->emailConfirm()->post(null)` -Use this method to verify a global Customer's email during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to verify a global Customer's email during their [email verification process](/api/customers-overview#customer-email-verification). Verifying the email of the Customer produces the [CustomerEmailVerified](ctp:api:type:CustomerEmailVerifiedMessage) Message. -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -3138,7 +3138,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->emailToken()->post(null)` -Use this method to create an email token for a global Customer during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to create an email token for a global Customer during their [email verification process](/api/customers-overview#customer-email-verification). Creating an email token for the Customer produces the [CustomerEmailTokenCreated](ctp:api:type:CustomerEmailTokenCreatedMessage) Message. The Message will include the token's value, if the token's validity is 60 minutes or less. @@ -3157,7 +3157,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->withEmailToken("emailToken")->get()` -Use this method to retrieve a global Customer's details by using the email token during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to retrieve a global Customer's details by using the email token during their [email verification process](/api/customers-overview#customer-email-verification). ### Example @@ -3250,11 +3250,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->passwordReset()->post(null)` -Use this method to reset a global Customer's password during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to reset a global Customer's password during their [password reset process](/api/customers-overview#customer-password-reset). Resetting the password of the Customer produces the [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -3270,7 +3270,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->passwordToken()->post(null)` -Use this method to create a password reset token for a global Customer during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to create a password reset token for a global Customer during their [password reset process](/api/customers-overview#customer-password-reset). Creating a password reset token for the Customer produces the [CustomerPasswordTokenCreated](ctp:api:type:CustomerPasswordTokenCreatedMessage) Message. The Message will include the token's value, if the token's validity is 60 minutes or less. @@ -3289,7 +3289,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->withPasswordToken("passwordToken")->get()` -Use this method to retrieve the details of a global Customer by using the password token during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to retrieve the details of a global Customer by using the password token during their [password reset process](/api/customers-overview#customer-password-reset). ### Example @@ -3306,7 +3306,7 @@ $request = $builder ## `withProjectKey("projectKey")->customers()->search()->post(null)` If the initial indexing is in progress or the feature is inactive, a [SearchNotReady](ctp:api:type:SearchNotReadyError) error is returned. -If inactive, you can [reactivate](/../api/projects/customer-search#reactivate) it. +If inactive, you can [reactivate](/api/projects/customer-search#reactivate) it. ### Example @@ -3560,7 +3560,7 @@ $request = $builder Creates a DiscountGroup in the Project. This request generates the [DiscountGroupCreated](ctp:api:type:DiscountGroupCreatedMessage) Message. -If the [limit](/../api/limits#discount-groups) for active Discount Groups has been reached, a [MaxDiscountGroupsReached](ctp:api:type:MaxDiscountGroupsReachedError) error is returned. +If the [limit](/api/limits#discount-groups) for active Discount Groups has been reached, a [MaxDiscountGroupsReached](ctp:api:type:MaxDiscountGroupsReachedError) error is returned. ### Example @@ -3608,7 +3608,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->discountGroups()->withId("ID")->post(null)` -Updates a DiscountGroup in the Project using one or more [update actions](/../api/projects/discount-groups#update-actions). +Updates a DiscountGroup in the Project using one or more [update actions](/api/projects/discount-groups#update-actions). ### Example @@ -3676,7 +3676,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->discountGroups()->withKey("key")->post(null)` -Updates a DiscountGroup in the Project using one or more [update actions](/../api/projects/discount-groups#update-actions). +Updates a DiscountGroup in the Project using one or more [update actions](/api/projects/discount-groups#update-actions). ### Example @@ -4390,7 +4390,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->carts()->withId("ID")->post(null)` -Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/carts#update-actions). If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4469,7 +4469,7 @@ Merges items from an anonymous Cart into the most recently modified active Cart If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. -For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart). +For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/api/carts-orders-overview#merge-a-cart). ### Example @@ -4524,7 +4524,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->carts()->withKey("key")->post(null)` -Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/carts#update-actions). If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4629,7 +4629,7 @@ When using this endpoint, if omitted, the Customer `stores` field is set to the If a Cart with a `store` field specified, the `store` field must reference the same [Store](ctp:api:type:Store) specified in the `{storeKey}` path parameter. -Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up). +Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/api/customers-overview#cart-merge-during-sign-in-and-sign-up). If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart. Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. Simultaneously creating two Customers with the same email address can return a [LockedField](ctp:api:type:LockedFieldError) error. @@ -4719,13 +4719,13 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->emailConfirm()->post(null)` -Use this method to verify a Store-specific Customer's email during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to verify a Store-specific Customer's email during their [email verification process](/api/customers-overview#customer-email-verification). Verifying the email of the Customer produces the [CustomerEmailVerified](ctp:api:type:CustomerEmailVerifiedMessage) Message. If the Customer exists in the Project but the `stores` field references a different [Store](ctp:api:type:Store), this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -4742,7 +4742,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->emailToken()->post(null)` -Use this method to create an email token for a Store-specific Customer during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to create an email token for a Store-specific Customer during their [email verification process](/api/customers-overview#customer-email-verification). If the Customer exists in the Project but the `stores` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4764,7 +4764,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->withEmailToken("emailToken")->get()` -Use this method to retrieve a Store-specific Customer's details by using the email token during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to retrieve a Store-specific Customer's details by using the email token during their [email verification process](/api/customers-overview#customer-email-verification). If the Customer exists in the Project but the `stores` field references a different [Store](ctp:api:type:Store), this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4871,11 +4871,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->passwordReset()->post(null)` -Use this method to reset a Store-specific Customer's password during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to reset a Store-specific Customer's password during their [password reset process](/api/customers-overview#customer-password-reset). Resetting the password of the Customer produces the [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). If the Customer exists in the Project but the `stores` field references a different [Store](ctp:api:type:Store), then this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4894,7 +4894,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->passwordToken()->post(null)` -Use this method to create a password reset token for a Store-specific Customer during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to create a password reset token for a Store-specific Customer during their [password reset process](/api/customers-overview#customer-password-reset). If the Customer exists in the Project but the `stores` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4916,7 +4916,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->withPasswordToken("passwordToken")->get()` -Use this method to retrieve a Store-specific Customer's details by using the password reset token during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to retrieve a Store-specific Customer's details by using the password reset token during their [password reset process](/api/customers-overview#customer-password-reset). If the Customer exists in the Project but the `stores` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4937,7 +4937,7 @@ $request = $builder Authenticates a Customer associated with a [Store](ctp:api:type:Store). -Allows [merging](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. +Allows [merging](/api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart. @@ -5220,9 +5220,9 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->emailConfirm()->post(null)` -This is the last step in the [email verification process of a Customer](/../api/projects/customers#email-verification-of-customer-in-store). Returns a `200` status if successful. +This is the last step in the [email verification process of a Customer](/api/projects/customers#email-verification-of-customer-in-store). Returns a `200` status if successful. -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5293,7 +5293,7 @@ $request = $builder Checks if one or more Orders exist for the provided query predicate in a [Store](ctp:api:type:Store) for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Orders exist in the Store that match the Query Predicate. - If an Order matches the Query Predicate, but no `store` is specified, or the `store` field references a different Store. @@ -5378,7 +5378,7 @@ $request = $builder Checks if an Order exists with the provided `id` in a [Store](ctp:api:type:Store) for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Order exists in the Store with the provided `id`. - If an Order exists but does not have a `store` specified, or the `store` field references a different Store. @@ -5422,11 +5422,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->password()->reset()->post(null)` -This is the last step in the [password reset process of the authenticated Customer](/../api/projects/customers#password-reset-of-customer-in-store). +This is the last step in the [password reset process of the authenticated Customer](/api/projects/customers#password-reset-of-customer-in-store). Resetting a password produces the Customer [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5474,7 +5474,7 @@ $request = $builder Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200 OK` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingLists exist for the provided query predicate in a Store. - If a ShoppingList matches the query predicate but does not have a `store` specified, or the `store` field references a different Store. @@ -5541,7 +5541,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `id` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. @@ -5563,7 +5563,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5638,7 +5638,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `key` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists that matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. @@ -5660,7 +5660,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5712,7 +5712,7 @@ If used with an optional [access token for an anonymous session](ctp:api:type:An If omitted in the request body, the [Customer](ctp:api:type:Customer) `stores` field is set to the [Store](ctp:api:type:Store) specified in the path parameter. -If the Customer has multiple active Carts, the anonymous Cart is [merged](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) into the most recently modified active Cart. +If the Customer has multiple active Carts, the anonymous Cart is [merged](/api/customers-overview#cart-merge-during-sign-in-and-sign-up) into the most recently modified active Cart. Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. @@ -5831,7 +5831,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->orders()->withId("ID")->post(null)` -Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -5903,7 +5903,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->orders()->withOrderNumber("orderNumber")->post(null)` -Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -5968,7 +5968,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->productProjections()->withId("ID")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID in the specified [Store](ctp:api:type:Store). +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID in the specified [Store](ctp:api:type:Store). If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices), @@ -5977,7 +5977,7 @@ If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [av If a [ProductTailoring](ctp:api:type:ProductTailoring) exists for the Product with the given `key` and the given Store, this endpoint returns the ProductProjection with tailored data. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -6016,7 +6016,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->productProjections()->withKey("key")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key in the specified [Store](ctp:api:type:Store). +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key in the specified [Store](ctp:api:type:Store). If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices), @@ -6025,7 +6025,7 @@ If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [av If a [ProductTailoring](ctp:api:type:ProductTailoring) exists for the Product with the given `key` and the given Store, this endpoint returns the ProductProjection with tailored data. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -6651,7 +6651,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->shippingMethods()->matchingCart()->head()` -Checks if an active ShippingMethod that can ship to the shipping address of the provided Cart exists in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the shipping address of the provided Cart exists in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -6749,7 +6749,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/shoppingLists#update-actions). If a ShoppingList exists in a Project but does _not_ have the `store` field, or the `store` field references a different Store, the [ResourceNotFound](/errors#404-not-found-1) error is returned. @@ -6822,7 +6822,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/shoppingLists#update-actions). If a ShoppingList exists in a Project but does _not_ have the `store` field, or the `store` field references a different Store, the [ResourceNotFound](/errors#404-not-found-1) error is returned. @@ -7063,7 +7063,7 @@ $request = $builder Creates an InventoryEntry in the Project. Only one InventoryEntry can be created for a combination of a SKU and a supply channel. -If quantity limits are provided, existing Line Items that reference a Product Variant with an SKU that matches the Inventory Entry can be affected. For more information, see [Quantity limits](/../api/inventory-overview#quantity-limits). +If quantity limits are provided, existing Line Items that reference a Product Variant with an SKU that matches the Inventory Entry can be affected. For more information, see [Quantity limits](/api/inventory-overview#quantity-limits). Produces the [InventoryEntryCreated](ctp:api:type:InventoryEntryCreatedMessage) Message. @@ -7202,7 +7202,7 @@ $request = $builder Authenticates a global Customer. -Allows [merging](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. +Allows [merging](/api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart. @@ -7636,9 +7636,9 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->emailConfirm()->post(null)` -This is the last step in the [email verification process of a Customer](/../api/projects/customers#email-verification-of-customer). +This is the last step in the [email verification process of a Customer](/api/projects/customers#email-verification-of-customer). -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -7700,7 +7700,7 @@ $request = $builder Checks if one or more Orders exist for the provided query predicate for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Orders exist that match the provided query predicate. - If one or more Orders exist but don't have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. @@ -7782,7 +7782,7 @@ $request = $builder Checks if an Order exists with the provided `id` for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Order exists for the provided `id`. - If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. @@ -7849,11 +7849,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->password()->reset()->post(null)` -This is the last step in the [password reset process of a Customer](/../api/projects/customers#password-reset-of-customer). +This is the last step in the [password reset process of a Customer](/api/projects/customers#password-reset-of-customer). Resetting a password of the Customer produces the [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -7949,7 +7949,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->payments()->withId("ID")->post(null)` -Updates a [Payment](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user using one or more [update actions](/../api/projects/me-payments#update-actions). +Updates a [Payment](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user using one or more [update actions](/api/projects/me-payments#update-actions). You can only update a Payment if it has no [Transactions](ctp:api:type:Transaction). @@ -8070,7 +8070,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quoteRequests()->withId("ID")->post(null)` -Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example @@ -8122,7 +8122,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quoteRequests()->withKey("key")->post(null)` -Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example @@ -8207,7 +8207,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quotes()->withId("ID")->post(null)` -Updates a Quote for the authenticated Customer using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote for the authenticated Customer using one or more [update actions](/api/projects/quotes#update-actions). ### Example @@ -8259,7 +8259,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quotes()->withKey("key")->post(null)` -Updates a Quote for the authenticated Customer using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote for the authenticated Customer using one or more [update actions](/api/projects/quotes#update-actions). ### Example @@ -8299,7 +8299,7 @@ $request = $builder Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists for the provided query predicate. - If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. @@ -8358,7 +8358,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `id` for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. - If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. @@ -8378,7 +8378,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -8446,7 +8446,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `key` for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. - If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. @@ -8466,7 +8466,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -8679,7 +8679,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->withId("ID")->post(null)` -Updates an Order in the Project using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in the Project using one or more [update actions](/api/projects/orders#update-actions). ### Example ```php @@ -8792,7 +8792,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->edits()->withId("ID")->post(null)` -Updates an OrderEdit in the Project using one or more [update actions](/../api/projects/order-edits#update-actions). +Updates an OrderEdit in the Project using one or more [update actions](/api/projects/order-edits#update-actions). ### Example ```php @@ -8874,7 +8874,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->edits()->withKey("key")->post(null)` -Updates an OrderEdit in the Project using one or more [update actions](/../api/projects/order-edits#update-actions). +Updates an OrderEdit in the Project using one or more [update actions](/api/projects/order-edits#update-actions). ### Example ```php @@ -8958,7 +8958,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->withOrderNumber("orderNumber")->post(null)` -Updates an Order in the Project using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in the Project using one or more [update actions](/api/projects/orders#update-actions). ### Example ```php @@ -9128,7 +9128,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->paymentMethods()->withId("ID")->post(null)` -Updates a PaymentMethod in the Project using one or more [update actions](/../api/projects/payment-methods#update-actions). +Updates a PaymentMethod in the Project using one or more [update actions](/api/projects/payment-methods#update-actions). ### Example @@ -9194,7 +9194,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->paymentMethods()->withKey("key")->post(null)` -Updates a PaymentMethod in the Project using one or more [update actions](/../api/projects/payment-methods#update-actions). +Updates a PaymentMethod in the Project using one or more [update actions](/api/projects/payment-methods#update-actions). ### Example @@ -9301,7 +9301,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->payments()->withId("ID")->post(null)` -Updates a Payment in the Project using one or more [update actions](/../api/projects/payments#update-actions). +Updates a Payment in the Project using one or more [update actions](/api/projects/payments#update-actions). ### Example ```php @@ -9361,7 +9361,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->payments()->withKey("key")->post(null)` -Updates a Payment in the Project using one or more [update actions](/../api/projects/payments#update-actions). +Updates a Payment in the Project using one or more [update actions](/api/projects/payments#update-actions). ### Example ```php @@ -9572,10 +9572,10 @@ $request = $builder ``` ## `withProjectKey("projectKey")->productProjections()->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of [Products](ctp:api:type:Product) by [query predicates](/../api/predicates/query). +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of [Products](ctp:api:type:Product) by [query predicates](/api/predicates/query). By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -9610,10 +9610,10 @@ $request = $builder ``` ## `withProjectKey("projectKey")->productProjections()->withId("ID")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID. +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -9650,10 +9650,10 @@ $request = $builder ``` ## `withProjectKey("projectKey")->productProjections()->withKey("key")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key. +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -10232,7 +10232,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->get()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. ### Example ```php @@ -10261,7 +10261,7 @@ $request = $builder ## `withProjectKey("projectKey")->products()->post(null)` To create a new Product, send a representation that is going to become the initial _staged_ and _current_ representation of the new Product in the catalog. -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, selected Prices will be added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, selected Prices will be added to the response. Produces the [ProductCreated](/projects/messages/product-catalog-messages#product-created) Message. @@ -10277,7 +10277,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withId("ID")->get()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. ### Example ```php @@ -10307,7 +10307,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withId("ID")->post(null)` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. A failed response can return a [DuplicatePriceScope](ctp:api:type:DuplicatePriceScopeError), [DuplicateVariantValues](ctp:api:type:DuplicateVariantValuesError), [DuplicateAttributeValue](ctp:api:type:DuplicateAttributeValueError), or [DuplicateAttributeValues](ctp:api:type:DuplicateAttributeValuesError) error. @@ -10324,7 +10324,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withId("ID")->delete()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. Produces the [ProductDeleted](/projects/messages/product-catalog-messages#product-deleted) Message. ### Example @@ -10382,7 +10382,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withKey("key")->get()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. ### Example ```php @@ -10427,7 +10427,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withKey("key")->delete()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. Produces the [ProductDeleted](/projects/messages/product-catalog-messages#product-deleted) Message. ### Example @@ -10460,7 +10460,7 @@ $request = $builder ## `withProjectKey("projectKey")->products()->search()->post(null)` If indexing is in progress or if Product Search is inactive, an [ObjectNotFound](ctp:api:type:ObjectNotFoundError) error is returned. -If inactive, you can [reactivate](/../api/projects/product-search#activate-the-product-search-api) it. +If inactive, you can [reactivate](/api/projects/product-search#activate-the-product-search-api) it. ### Example @@ -10490,7 +10490,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->head()` -Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10533,7 +10533,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withId("ID")->head()` -Checks if a QuoteRequest exists with the provided `id`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `id`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10548,7 +10548,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withId("ID")->post(null)` -Updates a QuoteRequest in the Project using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in the Project using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example ```php @@ -10593,7 +10593,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withKey("key")->head()` -Checks if a QuoteRequest exists with the provided `key`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `key`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10608,7 +10608,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withKey("key")->post(null)` -Updates a QuoteRequest in the Project using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in the Project using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example ```php @@ -10652,7 +10652,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->head()` -Checks if one or more Quotes exist for the provided query predicate. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more Quotes exist for the provided query predicate. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10695,7 +10695,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withId("ID")->head()` -Checks if a Quote exists with the provided `id`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `id`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10710,7 +10710,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withId("ID")->post(null)` -Updates a Quote in the Project using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in the Project using one or more [update actions](/api/projects/quotes#update-actions). ### Example ```php @@ -10755,7 +10755,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withKey("key")->head()` -Checks if a Quote exists with the provided `key`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `key`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10770,7 +10770,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withKey("key")->post(null)` -Updates a Quote in the Project using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in the Project using one or more [update actions](/api/projects/quotes#update-actions). ### Example ```php @@ -10877,7 +10877,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurrencePolicies()->withId("ID")->post(null)` -Updates a Recurrence Policy using one or more [update actions](/../api/projects/recurrence-policies#update-actions). +Updates a Recurrence Policy using one or more [update actions](/api/projects/recurrence-policies#update-actions). ### Example @@ -10943,7 +10943,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurrencePolicies()->withKey("key")->post(null)` -Updates a Recurrence Policy using one or more [update actions](/../api/projects/recurrence-policies#update-actions). +Updates a Recurrence Policy using one or more [update actions](/api/projects/recurrence-policies#update-actions). ### Example @@ -11061,7 +11061,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurringOrders()->withId("ID")->post(null)` -Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions). +Updates a Recurring Order using one or more [update actions](/api/projects/recurring-orders#update-actions). A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned. @@ -11127,7 +11127,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurringOrders()->withKey("key")->post(null)` -Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions). +Updates a Recurring Order using one or more [update actions](/api/projects/recurring-orders#update-actions). A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned. @@ -11337,7 +11337,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->head()` -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](/../api/errors#404-not-found) error 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](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11380,7 +11380,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withId("ID")->head()` -Checks if a ShippingMethod exists with the provided `id`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a ShippingMethod exists with the provided `id`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11395,7 +11395,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withId("ID")->post(null)` -Updates a ShippingMethod in the Project using one or more [update actions](/../api/projects/shippingMethods#update-actions). +Updates a ShippingMethod in the Project using one or more [update actions](/api/projects/shippingMethods#update-actions). ### Example ```php @@ -11440,7 +11440,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withKey("key")->head()` -Checks if a ShippingMethod exists with the provided `key`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a ShippingMethod exists with the provided `key`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11455,7 +11455,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withKey("key")->post(null)` -Updates a ShippingMethod in the Project using one or more [update actions](/../api/projects/shippingMethods#update-actions). +Updates a ShippingMethod in the Project using one or more [update actions](/api/projects/shippingMethods#update-actions). ### Example ```php @@ -11505,7 +11505,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingCart()->head()` -Checks if an active ShippingMethod exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11541,7 +11541,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingCartLocation()->head()` -Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11580,7 +11580,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingLocation()->head()` -Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11615,7 +11615,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingOrderedit()->head()` -Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided [OrderEdit](ctp:api:type:OrderEdit). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided [OrderEdit](ctp:api:type:OrderEdit). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11702,7 +11702,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList in the Project using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in the Project using one or more [update actions](/api/projects/shoppingLists#update-actions). ### Example ```php @@ -11762,7 +11762,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList in the Project using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in the Project using one or more [update actions](/api/projects/shoppingLists#update-actions). ### Example ```php @@ -11806,7 +11806,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->head()` -Checks if one or more StagedQuotes exist for the provided query predicate. Returns a `200 OK` status if any StagedQuotes match the query predicate or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more StagedQuotes exist for the provided query predicate. Returns a `200 OK` status if any StagedQuotes match the query predicate or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11849,7 +11849,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withId("ID")->head()` -Checks if a StagedQuote exists with the provided `id`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a StagedQuote exists with the provided `id`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11864,7 +11864,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withId("ID")->post(null)` -Updates a StagedQuote in the Project using one or more [update actions](/../api/projects/staged-quotes#update-actions). +Updates a StagedQuote in the Project using one or more [update actions](/api/projects/staged-quotes#update-actions). ### Example ```php @@ -11909,7 +11909,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withKey("key")->head()` -Checks if a StagedQuote exists with the provided `key`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a StagedQuote exists with the provided `key`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11924,7 +11924,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withKey("key")->post(null)` -Updates a StagedQuote in the Project using one or more [update actions](/../api/projects/staged-quotes#update-actions). +Updates a StagedQuote in the Project using one or more [update actions](/api/projects/staged-quotes#update-actions). ### Example ```php @@ -12477,7 +12477,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->subscriptions()->post(null)` -A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type [ResourceCreated](/../api/projects/subscriptions#resourcecreateddeliverypayload) for the `resourceTypeId` `subscription`. +A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type [ResourceCreated](/api/projects/subscriptions#resourcecreateddeliverypayload) for the `resourceTypeId` `subscription`. ### Example @@ -12552,7 +12552,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->subscriptions()->withId("ID")->withIdHealth()->get()` -This endpoint can be polled by a monitoring or alerting system that checks the health of your Subscriptions. To ease integration with such systems this endpoint does not require [Authorization](/../api/authorization). +This endpoint can be polled by a monitoring or alerting system that checks the health of your Subscriptions. To ease integration with such systems this endpoint does not require [Authorization](/api/authorization). ### Example @@ -12967,7 +12967,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->head()` -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](/../api/errors#404-not-found) error 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](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -13010,7 +13010,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->withId("ID")->head()` -Checks if a Zone exists with the provided `id`. Returns a `200 OK` status if the Zone exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Zone exists with the provided `id`. Returns a `200 OK` status if the Zone exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -13070,7 +13070,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->withKey("key")->head()` -Checks if a Zone exists with the provided `key`. Returns a `200 OK` status if the Zone exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Zone exists with the provided `key`. Returns a `200 OK` status if the Zone exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -13085,7 +13085,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->withKey("key")->post(null)` -Updates a Zone in the Project using one or more [update actions](/../api/projects/zones#update-actions). +Updates a Zone in the Project using one or more [update actions](/api/projects/zones#update-actions). ### Example ```php diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php index 62e7c7d2a00..8edd18724b7 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php @@ -25,7 +25,7 @@ interface ApiClient extends JsonObject public const FIELD_REFRESH_TOKEN_VALIDITY_SECONDS = 'refreshTokenValiditySeconds'; /** - *

The OAuth2 client_id that can be used to obtain an access token.

+ *

The OAuth2 client_id that can be used to obtain an access token.

* * @return null|string @@ -41,7 +41,7 @@ public function getId(); public function getName(); /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string @@ -50,7 +50,7 @@ public function getScope(); /** *

Only shown once in the response of creating the APIClient. - * This is the OAuth2 client_secret that can be used to obtain an access token.

+ * This is the OAuth2 client_secret that can be used to obtain an access token.

* * @return null|string @@ -58,7 +58,7 @@ public function getScope(); public function getSecret(); /** - *

Date of the last day this APIClient was used to obtain an access token.

+ *

Date of the last day this APIClient was used to obtain an access token.

* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php index 5c14bfe0ad8..19845f02569 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php @@ -76,7 +76,7 @@ final class ApiClientBuilder implements Builder private $refreshTokenValiditySeconds; /** - *

The OAuth2 client_id that can be used to obtain an access token.

+ *

The OAuth2 client_id that can be used to obtain an access token.

* * @return null|string @@ -98,7 +98,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string @@ -110,7 +110,7 @@ public function getScope() /** *

Only shown once in the response of creating the APIClient. - * This is the OAuth2 client_secret that can be used to obtain an access token.

+ * This is the OAuth2 client_secret that can be used to obtain an access token.

* * @return null|string @@ -121,7 +121,7 @@ public function getSecret() } /** - *

Date of the last day this APIClient was used to obtain an access token.

+ *

Date of the last day this APIClient was used to obtain an access token.

* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php index a59d77dba1b..f6940072100 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php @@ -28,7 +28,7 @@ interface ApiClientDraft extends JsonObject public function getName(); /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php index 09e3b14e729..28b8e83127f 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php @@ -62,7 +62,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php index 65f4e3d99e3..c8bf1af659d 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php @@ -88,7 +88,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php index 50dd23a2e5d..c9e85ffc465 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php @@ -101,7 +101,7 @@ public function __construct( } /** - *

The OAuth2 client_id that can be used to obtain an access token.

+ *

The OAuth2 client_id that can be used to obtain an access token.

* * * @return null|string @@ -141,7 +141,7 @@ public function getName() } /** - *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

+ *

Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.

* * * @return null|string @@ -162,7 +162,7 @@ public function getScope() /** *

Only shown once in the response of creating the APIClient. - * This is the OAuth2 client_secret that can be used to obtain an access token.

+ * This is the OAuth2 client_secret that can be used to obtain an access token.

* * * @return null|string @@ -182,7 +182,7 @@ public function getSecret() } /** - *

Date of the last day this APIClient was used to obtain an access token.

+ *

Date of the last day this APIClient was used to obtain an access token.

* * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php index 137562deb52..0e78cea9254 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ApiClientPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -28,7 +28,7 @@ interface ApiClientPagedQueryResponse extends JsonObject public function getLimit(); /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php index 6f47eea9c7a..1d8263c50ab 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ApiClientPagedQueryResponseBuilder implements Builder private $results; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php index 6e6e75fbea1..7930db7384e 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

Number of results requested.

+ *

Number of results requested.

* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php index 9716f6c19ff..b6e36b9f436 100644 --- a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ApprovalFlowPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -28,7 +28,7 @@ interface ApprovalFlowPagedQueryResponse extends JsonObject public function getLimit(); /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php index 7cf17a011ca..17d01924ce9 100644 --- a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ApprovalFlowPagedQueryResponseBuilder implements Builder private $results; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php index e20a4c172f3..24c06f63f68 100644 --- a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

Number of results requested.

+ *

Number of results requested.

* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php index fad461be7cb..0d2bf3334c2 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php @@ -112,7 +112,7 @@ public function getDescription(); public function getStatus(); /** - *

The Order Predicate describing the Orders the Approval Rule should match against.

+ *

The Order Predicate describing the Orders the Approval Rule should match against.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php index 01f9a2323d1..3d57d4aacd1 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php @@ -232,7 +232,7 @@ public function getStatus() } /** - *

The Order Predicate describing the Orders the Approval Rule should match against.

+ *

The Order Predicate describing the Orders the Approval Rule should match against.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php index f319800e70c..f3b075a2132 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php @@ -54,7 +54,7 @@ public function getDescription(); public function getStatus(); /** - *

The predicate describing the Orders the Approval Rule should match against.

+ *

The predicate describing the Orders the Approval Rule should match against.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php index baf419e55d4..d75de4aae2f 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php @@ -107,7 +107,7 @@ public function getStatus() } /** - *

The predicate describing the Orders the Approval Rule should match against.

+ *

The predicate describing the Orders the Approval Rule should match against.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php index d694b8260f2..062976256fd 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php @@ -164,7 +164,7 @@ public function getStatus() } /** - *

The predicate describing the Orders the Approval Rule should match against.

+ *

The predicate describing the Orders the Approval Rule should match against.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php index 1571e1cabc1..beb7ec90e5f 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php @@ -369,7 +369,7 @@ public function getStatus() } /** - *

The Order Predicate describing the Orders the Approval Rule should match against.

+ *

The Order Predicate describing the Orders the Approval Rule should match against.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php index 00a8d484fa7..5ab13db2ebc 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php @@ -20,7 +20,7 @@ interface ApprovalRulePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -28,7 +28,7 @@ interface ApprovalRulePagedQueryResponse extends JsonObject public function getLimit(); /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php index 969d394c316..5fcb78ee699 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ApprovalRulePagedQueryResponseBuilder implements Builder private $results; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php index 74f180b3c8a..c939b2ca0d9 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

Number of results requested.

+ *

Number of results requested.

* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php index f4884dc04eb..373447013a7 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php @@ -16,7 +16,7 @@ interface ApprovalRuleSetPredicateAction extends ApprovalRuleUpdateAction public const FIELD_PREDICATE = 'predicate'; /** - *

A valid Order Predicate to set for the Approval Rule.

+ *

A valid Order Predicate to set for the Approval Rule.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php index c8a5e8f3525..f3b54431f20 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php @@ -27,7 +27,7 @@ final class ApprovalRuleSetPredicateActionBuilder implements Builder private $predicate; /** - *

A valid Order Predicate to set for the Approval Rule.

+ *

A valid Order Predicate to set for the Approval Rule.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php index 3524d7aff34..8966f30dcc0 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php @@ -63,7 +63,7 @@ public function getAction() } /** - *

A valid Order Predicate to set for the Approval Rule.

+ *

A valid Order Predicate to set for the Approval Rule.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php index 7d3de721ecb..2d6faaac3e8 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php @@ -83,7 +83,7 @@ public function getCreatedBy(); public function getKey(); /** - *

Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.

+ *

Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.

* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php index ee0a70dcdce..7e73bbaaad0 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php @@ -173,7 +173,7 @@ public function getKey() } /** - *

Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.

+ *

Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.

* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php index 446abee8ae0..8121fe393d7 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php @@ -37,7 +37,7 @@ public function getKey(); public function getName(); /** - *

Whether the AssociateRole can be assigned to an Associate by a buyer.

+ *

Whether the AssociateRole can be assigned to an Associate by a buyer.

* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php index 03ec3f6ed9d..6ad02151182 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php @@ -75,7 +75,7 @@ public function getName() } /** - *

Whether the AssociateRole can be assigned to an Associate by a buyer.

+ *

Whether the AssociateRole can be assigned to an Associate by a buyer.

* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php index 0f51f8c04cb..dffd70c9c96 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php @@ -110,7 +110,7 @@ public function getName() } /** - *

Whether the AssociateRole can be assigned to an Associate by a buyer.

+ *

Whether the AssociateRole can be assigned to an Associate by a buyer.

* * * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php index 4043991dc17..3df289505e1 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php @@ -275,7 +275,7 @@ public function getKey() } /** - *

Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.

+ *

Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.

* * * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php index 6d7768f5ed0..d7f3a9fcf27 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php @@ -20,7 +20,7 @@ interface AssociateRolePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

Number of requested results.

+ *

Number of requested results.

* * @return null|int @@ -28,7 +28,7 @@ interface AssociateRolePagedQueryResponse extends JsonObject public function getLimit(); /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php index 631c395afd9..ad5fadc6236 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class AssociateRolePagedQueryResponseBuilder implements Builder private $results; /** - *

Number of requested results.

+ *

Number of requested results.

* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php index a26c5bf4238..2cd9cd3c3ff 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

Number of requested results.

+ *

Number of requested results.

* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php index a4b02c71720..e4eccf04b9c 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php @@ -23,7 +23,7 @@ interface AssociateRoleReference extends Reference public function getTypeId(); /** - *

Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.

+ *

Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.

* * @return null|AssociateRole diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php index e0fc15a6912..40a0558b867 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *

Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.

+ *

Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.

* * @return null|AssociateRole diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php index 3d0f6769d93..0c86caa88f2 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *

Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.

+ *

Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.

* * * @return null|AssociateRole diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php index 94001f70df2..bea9e836831 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php @@ -46,10 +46,10 @@ public function getCount(); /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php index ec110ecdc6b..c6d73523729 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php @@ -86,10 +86,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php index 29fbd208020..a48758d8447 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php @@ -130,10 +130,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php index 52425e6f62e..0f1aa408fa5 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php @@ -23,7 +23,7 @@ interface AttributeGroupReference extends Reference public function getTypeId(); /** - *

Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

+ *

Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

* * @return null|AttributeGroup diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php index 831ff58d9a1..ddb627afe8c 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *

Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

+ *

Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

* * @return null|AttributeGroup diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php index 2b85306666f..fe9627301d8 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *

Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

+ *

Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

* * * @return null|AttributeGroup diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php index 1e3fc6ed3ae..5310fb3efef 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php @@ -103,7 +103,7 @@ public function getCreatedBy(); public function getKey(); /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -121,7 +121,7 @@ public function getStatus(); public function getStores(); /** - *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

+ *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

* * @return null|StoreKeyReferenceCollection @@ -170,7 +170,7 @@ public function getCustom(); /** *

Customer Groups assigned to the Business Unit.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentCollection @@ -234,7 +234,7 @@ public function getAssociateMode(); public function getAssociates(); /** - *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

+ *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

* * @return null|InheritedAssociateCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitBuilder.php index 2db04b46e45..d2a5fce4882 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitBuilder.php @@ -266,7 +266,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -290,7 +290,7 @@ public function getStores() } /** - *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

+ *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

* * @return null|StoreKeyReferenceCollection @@ -346,7 +346,7 @@ public function getCustom() /** *

Customer Groups assigned to the Business Unit.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentCollection @@ -434,7 +434,7 @@ public function getAssociates() } /** - *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

+ *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

* * @return null|InheritedAssociateCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitAction.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitAction.php index 2a867afa8a5..3e02910e8c3 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitAction.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitAction.php @@ -18,7 +18,7 @@ interface BusinessUnitChangeParentUnitAction extends BusinessUnitUpdateAction /** *

New parent unit of the Business Unit. * It must be associated with the same Stores, as the old parent unit.

- *

The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.

+ *

The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionBuilder.php index 86e4dac166e..c6c2c5b1b0d 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionBuilder.php @@ -29,7 +29,7 @@ final class BusinessUnitChangeParentUnitActionBuilder implements Builder /** *

New parent unit of the Business Unit. * It must be associated with the same Stores, as the old parent unit.

- *

The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.

+ *

The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionModel.php index 2633e39fb5b..c1ef049f796 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitChangeParentUnitActionModel.php @@ -65,7 +65,7 @@ public function getAction() /** *

New parent unit of the Business Unit. * It must be associated with the same Stores, as the old parent unit.

- *

The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.

+ *

The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.

* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraft.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraft.php index 0b1c5160801..6c6e32a841a 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraft.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraft.php @@ -45,7 +45,7 @@ interface BusinessUnitDraft extends JsonObject public function getKey(); /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -175,7 +175,7 @@ public function getCustom(); /** *

Customer Groups to assign the Business Unit to.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php index 943f6febdac..b0e850085a4 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php @@ -133,7 +133,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -297,7 +297,7 @@ public function getCustom() /** *

Customer Groups to assign the Business Unit to.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php index a5b680b4342..4343fb6043d 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php @@ -198,7 +198,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * * @return null|string @@ -509,7 +509,7 @@ public function getCustom() /** *

Customer Groups to assign the Business Unit to.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php index 90b833aa879..b44e49356e7 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php @@ -415,7 +415,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * * @return null|string @@ -457,7 +457,7 @@ public function getStores() } /** - *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

+ *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

* * * @return null|StoreKeyReferenceCollection @@ -579,7 +579,7 @@ public function getCustom() /** *

Customer Groups assigned to the Business Unit.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * * @return null|CustomerGroupAssignmentCollection @@ -739,7 +739,7 @@ public function getAssociates() } /** - *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

+ *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

* * * @return null|InheritedAssociateCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponse.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponse.php index 46a8653ce85..7c7a7999a21 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponse.php @@ -20,7 +20,7 @@ interface BusinessUnitPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

Number of requested results.

+ *

Number of requested results.

* * @return null|int @@ -28,7 +28,7 @@ interface BusinessUnitPagedQueryResponse extends JsonObject public function getLimit(); /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php index 0d88564b601..e7be6a6ad71 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class BusinessUnitPagedQueryResponseBuilder implements Builder private $results; /** - *

Number of requested results.

+ *

Number of requested results.

* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php index 975efe9be7d..c6bd0a83b35 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

Number of requested results.

+ *

Number of requested results.

* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php index 3a7ce428576..19f03b0d1ed 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php @@ -23,7 +23,7 @@ interface BusinessUnitReference extends Reference public function getTypeId(); /** - *

Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.

+ *

Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.

* * @return null|BusinessUnit diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php index 684c7ddd544..b64323fa9be 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *

Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.

+ *

Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.

* * @return null|BusinessUnit diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php index 8616ddc0fcc..3dd1905629a 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *

Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.

+ *

Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.

* * * @return null|BusinessUnit diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php index ca0ab099b9f..29637492ff3 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php @@ -26,7 +26,7 @@ interface BusinessUnitSetAddressCustomFieldAction extends BusinessUnitUpdateActi public function getAddressId(); /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php index 55ff70b0743..2667e957ab7 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getAddressId() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php index 6aaaa6e0a0a..9d9441101f1 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getAddressId() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php index 456cd3a2634..1cb12b02179 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface BusinessUnitSetCustomFieldAction extends BusinessUnitUpdateAction public const FIELD_VALUE = 'value'; /** - *

Name of the Custom Field to add, update, or remove.

+ *

Name of the Custom Field to add, update, or remove.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php index 723bf17825b..3bbc4f6df3e 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class BusinessUnitSetCustomFieldActionBuilder implements Builder private $value; /** - *

Name of the Custom Field to add, update, or remove.

+ *

Name of the Custom Field to add, update, or remove.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php index 9d75ab1d02c..9dd1c403bdc 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

Name of the Custom Field to add, update, or remove.

+ *

Name of the Custom Field to add, update, or remove.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php index 96e1d5219d0..3e403487060 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php @@ -264,7 +264,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -288,7 +288,7 @@ public function getStores() } /** - *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

+ *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

* * @return null|StoreKeyReferenceCollection @@ -344,7 +344,7 @@ public function getCustom() /** *

Customer Groups assigned to the Business Unit.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentCollection @@ -432,7 +432,7 @@ public function getAssociates() } /** - *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

+ *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

* * @return null|InheritedAssociateCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftBuilder.php index 630661c5054..994b8f987f8 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftBuilder.php @@ -133,7 +133,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -297,7 +297,7 @@ public function getCustom() /** *

Customer Groups to assign the Business Unit to.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php b/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php index da426a4fb7a..90a85be3003 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php @@ -190,7 +190,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * * @return null|string @@ -501,7 +501,7 @@ public function getCustom() /** *

Customer Groups to assign the Business Unit to.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php b/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php index 85a6dca5448..0b9233d2d0b 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php @@ -405,7 +405,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * * @return null|string @@ -447,7 +447,7 @@ public function getStores() } /** - *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

+ *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

* * * @return null|StoreKeyReferenceCollection @@ -569,7 +569,7 @@ public function getCustom() /** *

Customer Groups assigned to the Business Unit.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * * @return null|CustomerGroupAssignmentCollection @@ -729,7 +729,7 @@ public function getAssociates() } /** - *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

+ *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

* * * @return null|InheritedAssociateCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/DivisionBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/DivisionBuilder.php index 40e5c485a64..2b4c3b683b1 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/DivisionBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/DivisionBuilder.php @@ -264,7 +264,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -288,7 +288,7 @@ public function getStores() } /** - *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

+ *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

* * @return null|StoreKeyReferenceCollection @@ -344,7 +344,7 @@ public function getCustom() /** *

Customer Groups assigned to the Business Unit.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentCollection @@ -432,7 +432,7 @@ public function getAssociates() } /** - *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

+ *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

* * @return null|InheritedAssociateCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftBuilder.php index 33707430a47..1e7f972c124 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftBuilder.php @@ -139,7 +139,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * @return null|string @@ -300,7 +300,7 @@ public function getCustom() /** *

Customer Groups to assign the Business Unit to.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php b/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php index ab046ec3973..f12ebcde565 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php @@ -198,7 +198,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * * @return null|string @@ -506,7 +506,7 @@ public function getCustom() /** *

Customer Groups to assign the Business Unit to.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php b/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php index 2dec7dfeff7..f6c3799bb4f 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php @@ -405,7 +405,7 @@ public function getKey() } /** - *

Indicates whether the Business Unit can be edited and used in Orders.

+ *

Indicates whether the Business Unit can be edited and used in Orders.

* * * @return null|string @@ -447,7 +447,7 @@ public function getStores() } /** - *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

+ *

Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.

* * * @return null|StoreKeyReferenceCollection @@ -569,7 +569,7 @@ public function getCustom() /** *

Customer Groups assigned to the Business Unit.

- *

They are considered during line Item price selection, if provided (non-null).

+ *

They are considered during line Item price selection, if provided (non-null).

* * * @return null|CustomerGroupAssignmentCollection @@ -729,7 +729,7 @@ public function getAssociates() } /** - *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

+ *

Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.

* * * @return null|InheritedAssociateCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponse.php b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponse.php index c0008190fb8..36edab9b908 100644 --- a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponse.php +++ b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponse.php @@ -27,7 +27,7 @@ interface BusinessUnitPagedSearchResponse extends JsonObject public function getTotal(); /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -35,7 +35,7 @@ public function getTotal(); public function getLimit(); /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php index f83467419f2..1eb5cc83d0b 100644 --- a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php @@ -56,7 +56,7 @@ public function getTotal() } /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -67,7 +67,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php index 75150857277..df4513239b9 100644 --- a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php @@ -80,7 +80,7 @@ public function getTotal() } /** - *

Number of results requested.

+ *

Number of results requested.

* * * @return null|int @@ -100,7 +100,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/Cart.php b/lib/commercetools-api/src/Models/Cart/Cart.php index 4ee27ca3d0c..596757f08e8 100644 --- a/lib/commercetools-api/src/Models/Cart/Cart.php +++ b/lib/commercetools-api/src/Models/Cart/Cart.php @@ -114,7 +114,7 @@ public function getCustomerId(); public function getCustomerEmail(); /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

* * @return null|CustomerGroupReference @@ -130,7 +130,7 @@ public function getCustomerGroup(); public function getAnonymousId(); /** - *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference @@ -376,7 +376,7 @@ public function getRefusedGifts(); public function getPaymentInfo(); /** - *

Used for Line Item price selection.

+ *

Used for Line Item price selection.

* * @return null|string @@ -416,7 +416,7 @@ public function getCustom(); public function getDiscountTypeCombination(); /** - *

Indicates whether the Cart has been locked, preventing edits.

+ *

Indicates whether the Cart has been locked, preventing edits.

* * @return null|CartLock @@ -433,7 +433,7 @@ public function getDeleteDaysAfterLastModification(); /** *

User-defined identifier of a purchase order.

- *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

+ *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php index a8a1f8fe5e2..b676f30efb4 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php @@ -90,7 +90,7 @@ public function getQuantity(); public function getAddedAt(); /** - *

Used to select a Product Price. + *

Used to select a Product Price. * The Channel must have the ProductDistribution ChannelRoleEnum. * If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.

* @@ -100,7 +100,7 @@ public function getAddedAt(); public function getDistributionChannel(); /** - *

Used to identify Inventory entries that must be reserved. + *

Used to identify Inventory entries that must be reserved. * The Channel must have the InventorySupply ChannelRoleEnum.

* diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php index 63f9967c013..3917671e35c 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php @@ -198,7 +198,7 @@ public function getAddedAt() } /** - *

Used to select a Product Price. + *

Used to select a Product Price. * The Channel must have the ProductDistribution ChannelRoleEnum. * If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.

* @@ -211,7 +211,7 @@ public function getDistributionChannel() } /** - *

Used to identify Inventory entries that must be reserved. + *

Used to identify Inventory entries that must be reserved. * The Channel must have the InventorySupply ChannelRoleEnum.

* diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php index 9c37003352b..72dbbe8f084 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php @@ -322,7 +322,7 @@ public function getAddedAt() } /** - *

Used to select a Product Price. + *

Used to select a Product Price. * The Channel must have the ProductDistribution ChannelRoleEnum. * If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.

* @@ -345,7 +345,7 @@ public function getDistributionChannel() } /** - *

Used to identify Inventory entries that must be reserved. + *

Used to identify Inventory entries that must be reserved. * The Channel must have the InventorySupply ChannelRoleEnum.

* * diff --git a/lib/commercetools-api/src/Models/Cart/CartBuilder.php b/lib/commercetools-api/src/Models/Cart/CartBuilder.php index ed7d5bbaab0..65f4fb0d310 100644 --- a/lib/commercetools-api/src/Models/Cart/CartBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartBuilder.php @@ -416,7 +416,7 @@ public function getCustomerEmail() } /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

* * @return null|CustomerGroupReference @@ -438,7 +438,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference @@ -771,7 +771,7 @@ public function getPaymentInfo() } /** - *

Used for Line Item price selection.

+ *

Used for Line Item price selection.

* * @return null|string @@ -826,7 +826,7 @@ public function getDiscountTypeCombination() } /** - *

Indicates whether the Cart has been locked, preventing edits.

+ *

Indicates whether the Cart has been locked, preventing edits.

* * @return null|CartLock @@ -849,7 +849,7 @@ public function getDeleteDaysAfterLastModification() /** *

User-defined identifier of a purchase order.

- *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

+ *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartDraft.php b/lib/commercetools-api/src/Models/Cart/CartDraft.php index 9bdd9c63bb4..eec8c0be89e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraft.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraft.php @@ -85,7 +85,7 @@ public function getCustomerId(); public function getCustomerEmail(); /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

You can set either a customerId or a customerGroup. * If the Customer referenced in customerId belongs to a Customer Group then customerGroup is set automatically.

* @@ -103,7 +103,7 @@ public function getCustomerGroup(); public function getAnonymousId(); /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier @@ -267,7 +267,7 @@ public function getItemShippingAddresses(); public function getDiscountCodes(); /** - *

Used for Line Item price selection. + *

Used for Line Item price selection. * If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @@ -311,7 +311,7 @@ public function getCustom(); /** *

User-defined identifier of a purchase order.

- *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

+ *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php index fd8fe072453..c1d201b4025 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php @@ -264,7 +264,7 @@ public function getCustomerEmail() } /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

You can set either a customerId or a customerGroup. * If the Customer referenced in customerId belongs to a Customer Group then customerGroup is set automatically.

* @@ -288,7 +288,7 @@ public function getAnonymousId() } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier @@ -509,7 +509,7 @@ public function getDiscountCodes() } /** - *

Used for Line Item price selection. + *

Used for Line Item price selection. * If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @@ -568,7 +568,7 @@ public function getCustom() /** *

User-defined identifier of a purchase order.

- *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

+ *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php index ebbb9880fa4..f92e607d89f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php @@ -369,7 +369,7 @@ public function getCustomerEmail() } /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

You can set either a customerId or a customerGroup. * If the Customer referenced in customerId belongs to a Customer Group then customerGroup is set automatically.

* @@ -412,7 +412,7 @@ public function getAnonymousId() } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitResourceIdentifier @@ -811,7 +811,7 @@ public function getDiscountCodes() } /** - *

Used for Line Item price selection. + *

Used for Line Item price selection. * If used for Create Cart in Store, the provided country must be one of the Store's countries.

* * @@ -916,7 +916,7 @@ public function getCustom() /** *

User-defined identifier of a purchase order.

- *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

+ *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartModel.php b/lib/commercetools-api/src/Models/Cart/CartModel.php index 1e826c61615..1c8c1fa5bbd 100644 --- a/lib/commercetools-api/src/Models/Cart/CartModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartModel.php @@ -592,7 +592,7 @@ public function getCustomerEmail() } /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

* * * @return null|CustomerGroupReference @@ -633,7 +633,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference @@ -1239,7 +1239,7 @@ public function getPaymentInfo() } /** - *

Used for Line Item price selection.

+ *

Used for Line Item price selection.

* * * @return null|string @@ -1341,7 +1341,7 @@ public function getDiscountTypeCombination() } /** - *

Indicates whether the Cart has been locked, preventing edits.

+ *

Indicates whether the Cart has been locked, preventing edits.

* * * @return null|CartLock @@ -1383,7 +1383,7 @@ public function getDeleteDaysAfterLastModification() /** *

User-defined identifier of a purchase order.

- *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

+ *

It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php index 5e41ab33195..c3de9b5e6a1 100644 --- a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php @@ -20,7 +20,7 @@ interface CartPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -28,7 +28,7 @@ interface CartPagedQueryResponse extends JsonObject public function getLimit(); /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php index 1d6508a5e82..19b07c7bbff 100644 --- a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class CartPagedQueryResponseBuilder implements Builder private $results; /** - *

Number of results requested.

+ *

Number of results requested.

* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php index da55dc9f824..0630e7c6382 100644 --- a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

Number of results requested.

+ *

Number of results requested.

* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

Number of elements skipped.

+ *

Number of elements skipped.

* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

+ * When the results are filtered with a Query Predicate, total is subject to a limit.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/CartReference.php b/lib/commercetools-api/src/Models/Cart/CartReference.php index 6207e248a7f..7f776a36290 100644 --- a/lib/commercetools-api/src/Models/Cart/CartReference.php +++ b/lib/commercetools-api/src/Models/Cart/CartReference.php @@ -23,7 +23,7 @@ interface CartReference extends Reference public function getTypeId(); /** - *

Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.

+ *

Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.

* * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php b/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php index d872412eb68..30f0421938f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *

Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.

+ *

Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.

* * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php b/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php index 6c147860f0c..3188612474c 100644 --- a/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *

Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.

+ *

Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.

* * * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php index ffa5ba6f4bb..48390005dcd 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartSetBillingAddressCustomFieldAction extends CartUpdateAction public const FIELD_VALUE = 'value'; /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php index 4714e15864e..7c73c8d7f12 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartSetBillingAddressCustomFieldActionBuilder implements Builder private $value; /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php index 2d17ae8592a..86c0f73a124 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php index 7ec80b0731b..323e5d8bc3e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php @@ -17,7 +17,7 @@ interface CartSetBusinessUnitAction extends CartUpdateAction public const FIELD_BUSINESS_UNIT = 'businessUnit'; /** - *

New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.

+ *

New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php index c48d3e4c669..38fb4fdb31f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php @@ -29,7 +29,7 @@ final class CartSetBusinessUnitActionBuilder implements Builder private $businessUnit; /** - *

New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.

+ *

New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php index 0f98be01e9d..ceb4577245b 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php @@ -65,7 +65,7 @@ public function getAction() } /** - *

New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.

+ *

New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.

* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php index 982efddca91..684dff911ca 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartSetCustomFieldAction extends CartUpdateAction public const FIELD_VALUE = 'value'; /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php index ca068bd3cdb..014d737e2bd 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartSetCustomFieldActionBuilder implements Builder private $value; /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php index 6d9efba85ea..87cf300524e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php index 511b3a310eb..d5c135bc4b2 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getCustomLineItemId(); public function getCustomLineItemKey(); /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php index 602bd875f2c..990caa43a93 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getCustomLineItemKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php index 07003e8b31a..d05db118641 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getCustomLineItemKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php index 81ebf5fc730..e639a232f1d 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php @@ -26,7 +26,7 @@ interface CartSetItemShippingAddressCustomFieldAction extends CartUpdateAction public function getAddressKey(); /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php index e0bd9a40b83..6dceb851700 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getAddressKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php index 32d4129af9f..eb392cf0648 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getAddressKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php index f007ac5ea5b..562b32b288a 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getLineItemId(); public function getLineItemKey(); /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php index 705833044e7..49aae4bb970 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getLineItemKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php index 401539097b9..ce795eed9e8 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getLineItemKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php index 25f744019be..cb79e1f4c42 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartSetShippingAddressCustomFieldAction extends CartUpdateAction public const FIELD_VALUE = 'value'; /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php index afe9c4031f1..411e4d358ed 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartSetShippingAddressCustomFieldActionBuilder implements Builder private $value; /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php index f21c6511265..8ecfed7e52b 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php index fe339eb6afa..bf5bf4a7c7b 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php @@ -28,7 +28,7 @@ interface CartSetShippingCustomFieldAction extends CartUpdateAction public function getShippingKey(); /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php index c49918d0676..e16fe18efbb 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php @@ -52,7 +52,7 @@ public function getShippingKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php index b601539059c..4e3b394a945 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php @@ -101,7 +101,7 @@ public function getShippingKey() } /** - *

Name of the Custom Field.

+ *

Name of the Custom Field.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItem.php b/lib/commercetools-api/src/Models/Cart/LineItem.php index 622f08b5925..53b63dcd7b6 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItem.php +++ b/lib/commercetools-api/src/Models/Cart/LineItem.php @@ -102,7 +102,7 @@ public function getName(); /** *

slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted. - * The productSlug field of LineItem is not expanded when using Reference Expansion.

+ * The productSlug field of LineItem is not expanded when using Reference Expansion.

* * @return null|LocalizedString @@ -207,7 +207,7 @@ public function getTaxRate(); public function getPerMethodTaxRate(); /** - *

Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.

+ *

Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.

* * @return null|ChannelReference @@ -215,7 +215,7 @@ public function getPerMethodTaxRate(); public function getSupplyChannel(); /** - *

Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.

+ *

Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.

* * @return null|ChannelReference diff --git a/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php b/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php index 2c0ad98c85d..b8221f2a709 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php @@ -273,7 +273,7 @@ public function getName() /** *

slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted. - * The productSlug field of LineItem is not expanded when using Reference Expansion.

+ * The productSlug field of LineItem is not expanded when using Reference Expansion.

* * @return null|LocalizedString @@ -414,7 +414,7 @@ public function getPerMethodTaxRate() } /** - *

Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.

+ *

Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.

* * @return null|ChannelReference @@ -425,7 +425,7 @@ public function getSupplyChannel() } /** - *

Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.

+ *

Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.

* * @return null|ChannelReference diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraft.php b/lib/commercetools-api/src/Models/Cart/LineItemDraft.php index 6d20b3a7a8e..25c9c38f3c2 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraft.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraft.php @@ -87,7 +87,7 @@ public function getQuantity(); public function getAddedAt(); /** - *

Used to select a Product Price. + *

Used to select a Product Price. * The referenced Channel must have the ProductDistribution ChannelRoleEnum.

*

If the Cart is bound to a Store with distributionChannels set, * the Channel must match one of the Store's distribution channels.

@@ -98,7 +98,7 @@ public function getAddedAt(); public function getDistributionChannel(); /** - *

Used to identify Inventory entries that must be reserved. + *

Used to identify Inventory entries that must be reserved. * The referenced Channel must have the InventorySupply ChannelRoleEnum.

* diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php index 8a7acf770b5..c01fc29d78d 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php @@ -195,7 +195,7 @@ public function getAddedAt() } /** - *

Used to select a Product Price. + *

Used to select a Product Price. * The referenced Channel must have the ProductDistribution ChannelRoleEnum.

*

If the Cart is bound to a Store with distributionChannels set, * the Channel must match one of the Store's distribution channels.

@@ -209,7 +209,7 @@ public function getDistributionChannel() } /** - *

Used to identify Inventory entries that must be reserved. + *

Used to identify Inventory entries that must be reserved. * The referenced Channel must have the InventorySupply ChannelRoleEnum.

* diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php b/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php index a4aeded3046..87835f73c22 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php @@ -292,7 +292,7 @@ public function getAddedAt() } /** - *

Used to select a Product Price. + *

Used to select a Product Price. * The referenced Channel must have the ProductDistribution ChannelRoleEnum.

*

If the Cart is bound to a Store with distributionChannels set, * the Channel must match one of the Store's distribution channels.

@@ -316,7 +316,7 @@ public function getDistributionChannel() } /** - *

Used to identify Inventory entries that must be reserved. + *

Used to identify Inventory entries that must be reserved. * The referenced Channel must have the InventorySupply ChannelRoleEnum.

* * diff --git a/lib/commercetools-api/src/Models/Cart/LineItemModel.php b/lib/commercetools-api/src/Models/Cart/LineItemModel.php index 7ccb11cc7f1..6100dd21b48 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemModel.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemModel.php @@ -382,7 +382,7 @@ public function getName() /** *

slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted. - * The productSlug field of LineItem is not expanded when using Reference Expansion.

+ * The productSlug field of LineItem is not expanded when using Reference Expansion.

* * * @return null|LocalizedString @@ -638,7 +638,7 @@ public function getPerMethodTaxRate() } /** - *

Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.

+ *

Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.

* * * @return null|ChannelReference @@ -659,7 +659,7 @@ public function getSupplyChannel() } /** - *

Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.

+ *

Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.

* * * @return null|ChannelReference diff --git a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdate.php b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdate.php index 4b4f4c674e5..ca8084dc238 100644 --- a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdate.php +++ b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdate.php @@ -19,7 +19,7 @@ interface ProductTailoringUpdate extends JsonObject /** *

Expected version of the ProductTailoring on which the changes apply. - * If the expected version does not match the actual version, a 409 Conflict is returned.

+ * If the expected version does not match the actual version, a 409 Conflict is returned.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php index 3ede4ab66b8..55bc91ba01e 100644 --- a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php @@ -35,7 +35,7 @@ final class ProductTailoringUpdateBuilder implements Builder /** *

Expected version of the ProductTailoring on which the changes apply. - * If the expected version does not match the actual version, a 409 Conflict is returned.

+ * If the expected version does not match the actual version, a 409 Conflict is returned.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php index e98a81bfa9c..60dae2d513a 100644 --- a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php +++ b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php @@ -46,7 +46,7 @@ public function __construct( /** *

Expected version of the ProductTailoring on which the changes apply. - * If the expected version does not match the actual version, a 409 Conflict is returned.

+ * If the expected version does not match the actual version, a 409 Conflict is returned.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php index c550b6cdc8b..eeaa6ab9ca7 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php @@ -124,7 +124,7 @@ public function getDescription(); public function getValue(); /** - *

Valid Cart Predicate.

+ *

Valid Cart Predicate.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php index 703217b1eca..df626bc1579 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php @@ -20,8 +20,8 @@ interface CartDiscountAddStoreAction extends CartDiscountUpdateAction *

Store to add.

*

A failed update can return the following errors:

* * diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionBuilder.php index fd88cf5c6ca..df8cb79acfe 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionBuilder.php @@ -32,8 +32,8 @@ final class CartDiscountAddStoreActionBuilder implements Builder *

Store to add.

*

A failed update can return the following errors:

* * diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionModel.php index e51783e0d6e..19dc2ae56af 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreActionModel.php @@ -68,8 +68,8 @@ public function getAction() *

Store to add.

*

A failed update can return the following errors:

* * * diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountBuilder.php index 30938c76c78..3be32e7e72e 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountBuilder.php @@ -286,7 +286,7 @@ public function getValue() } /** - *

Valid Cart Predicate.

+ *

Valid Cart Predicate.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php index cb595263851..37421359d60 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php @@ -16,7 +16,7 @@ interface CartDiscountCustomLineItemsTarget extends CartDiscountTarget public const FIELD_PREDICATE = 'predicate'; /** - *

Valid CustomLineItem target predicate.

+ *

Valid CustomLineItem target predicate.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php index 8e51303d1af..0615d1794e3 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php @@ -27,7 +27,7 @@ final class CartDiscountCustomLineItemsTargetBuilder implements Builder private $predicate; /** - *

Valid CustomLineItem target predicate.

+ *

Valid CustomLineItem target predicate.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php index 49730d6db1e..ad002208ef5 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php @@ -63,7 +63,7 @@ public function getType() } /** - *

Valid CustomLineItem target predicate.

+ *

Valid CustomLineItem target predicate.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php index ba4de0a6654..16a8c41e505 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php @@ -69,7 +69,7 @@ public function getDescription(); public function getValue(); /** - *

Valid Cart Predicate.

+ *

Valid Cart Predicate.

* * @return null|string @@ -100,8 +100,8 @@ public function getSortOrder(); *
  • If defined, the Cart Discount applies on Carts having a Store matching any Store defined for this field.
  • *
  • If not defined, the Cart Discount applies on all Carts, irrespective of a Store.
  • * - *

    If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.

    - *

    If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.

    + *

    If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.

    + *

    If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.

    * * @return null|StoreResourceIdentifierCollection @@ -110,7 +110,7 @@ public function getStores(); /** *

    Only active Discounts can be applied to the Cart. - * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.

    + * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.

    * * @return null|bool diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php index 5ceeb417cce..b70984aae38 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php @@ -171,7 +171,7 @@ public function getValue() } /** - *

    Valid Cart Predicate.

    + *

    Valid Cart Predicate.

    * * @return null|string @@ -211,8 +211,8 @@ public function getSortOrder() *
  • If defined, the Cart Discount applies on Carts having a Store matching any Store defined for this field.
  • *
  • If not defined, the Cart Discount applies on all Carts, irrespective of a Store.
  • * - *

    If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.

    - *

    If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.

    + *

    If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.

    + *

    If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.

    * * @return null|StoreResourceIdentifierCollection @@ -224,7 +224,7 @@ public function getStores() /** *

    Only active Discounts can be applied to the Cart. - * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.

    + * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.

    * * @return null|bool diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php index 9e5ae3345be..9b09f387189 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php @@ -249,7 +249,7 @@ public function getValue() } /** - *

    Valid Cart Predicate.

    + *

    Valid Cart Predicate.

    * * * @return null|string @@ -317,8 +317,8 @@ public function getSortOrder() *
  • If defined, the Cart Discount applies on Carts having a Store matching any Store defined for this field.
  • *
  • If not defined, the Cart Discount applies on all Carts, irrespective of a Store.
  • * - *

    If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.

    - *

    If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.

    + *

    If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.

    + *

    If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.

    * * * @return null|StoreResourceIdentifierCollection @@ -339,7 +339,7 @@ public function getStores() /** *

    Only active Discounts can be applied to the Cart. - * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.

    + * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.

    * * * @return null|bool diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php index 4d7a6a68639..219b1592213 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php @@ -16,7 +16,7 @@ interface CartDiscountLineItemsTarget extends CartDiscountTarget public const FIELD_PREDICATE = 'predicate'; /** - *

    Valid LineItem target predicate.

    + *

    Valid LineItem target predicate.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php index 769590f1cf5..7ea560414f6 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php @@ -27,7 +27,7 @@ final class CartDiscountLineItemsTargetBuilder implements Builder private $predicate; /** - *

    Valid LineItem target predicate.

    + *

    Valid LineItem target predicate.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php index 9e06a4bf33e..f4f5a931649 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php @@ -63,7 +63,7 @@ public function getType() } /** - *

    Valid LineItem target predicate.

    + *

    Valid LineItem target predicate.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php index 36f83c7f3e9..b1da40518e0 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php @@ -442,7 +442,7 @@ public function getValue() } /** - *

    Valid Cart Predicate.

    + *

    Valid Cart Predicate.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php index b889a8b578d..5a847e7d378 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php @@ -20,7 +20,7 @@ interface CartDiscountPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -28,7 +28,7 @@ interface CartDiscountPagedQueryResponse extends JsonObject public function getLimit(); /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php index 20fab050941..9f83e8d6ad7 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class CartDiscountPagedQueryResponseBuilder implements Builder private $results; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php index 4568bef9a1d..23984174d4d 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * * @return null|int diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php index fc9ac5d321a..4bfc6822bec 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php @@ -23,7 +23,7 @@ interface CartDiscountReference extends Reference public function getTypeId(); /** - *

    Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.

    + *

    Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.

    * * @return null|CartDiscount diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php index 99c6ce58abe..e544bd69be5 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *

    Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.

    + *

    Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.

    * * @return null|CartDiscount diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php index 8da57bfc069..7fc8126c548 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *

    Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.

    + *

    Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.

    * * * @return null|CartDiscount diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php index 814d29eae61..7f2448ace73 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartDiscountSetCustomFieldAction extends CartDiscountUpdateAction public const FIELD_VALUE = 'value'; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php index 4f0dfa8642f..7d1fc9854eb 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartDiscountSetCustomFieldActionBuilder implements Builder private $value; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php index a9dac11ad20..e790e349956 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php index b2d382da739..8b92d77dc58 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php @@ -22,8 +22,8 @@ interface CartDiscountSetStoresAction extends CartDiscountUpdateAction * If empty, any existing values will be removed.

    *

    A failed update can return the following errors:

    * * diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionBuilder.php index e84e6dac931..1b0173ef9df 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionBuilder.php @@ -33,8 +33,8 @@ final class CartDiscountSetStoresActionBuilder implements Builder * If empty, any existing values will be removed.

    *

    A failed update can return the following errors:

    * * diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionModel.php index 3b8929a5d66..ea920d86c58 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresActionModel.php @@ -69,8 +69,8 @@ public function getAction() * If empty, any existing values will be removed.

    *

    A failed update can return the following errors:

    * * * diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnits.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnits.php index 2c427ae0437..5acc1479867 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnits.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnits.php @@ -19,7 +19,7 @@ interface CountOnCustomLineItemUnits extends PatternComponent public const FIELD_EXCLUDE_COUNT = 'excludeCount'; /** - *

    Valid CustomLineItem predicate that determines the units participating in the Discount.

    + *

    Valid CustomLineItem predicate that determines the units participating in the Discount.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php index 674b5937414..20c5ac374dd 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php @@ -45,7 +45,7 @@ final class CountOnCustomLineItemUnitsBuilder implements Builder private $excludeCount; /** - *

    Valid CustomLineItem predicate that determines the units participating in the Discount.

    + *

    Valid CustomLineItem predicate that determines the units participating in the Discount.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php index ab05bbbe6ae..163ada5177a 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php @@ -87,7 +87,7 @@ public function getType() } /** - *

    Valid CustomLineItem predicate that determines the units participating in the Discount.

    + *

    Valid CustomLineItem predicate that determines the units participating in the Discount.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php index d02561292f4..e80d4b6d54a 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php @@ -19,7 +19,7 @@ interface CountOnLineItemUnits extends PatternComponent public const FIELD_EXCLUDE_COUNT = 'excludeCount'; /** - *

    Valid LineItem predicate that determines the units participating in the Discount.

    + *

    Valid LineItem predicate that determines the units participating in the Discount.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php index 950bb74a627..f3d614472a1 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php @@ -45,7 +45,7 @@ final class CountOnLineItemUnitsBuilder implements Builder private $excludeCount; /** - *

    Valid LineItem predicate that determines the units participating in the Discount.

    + *

    Valid LineItem predicate that determines the units participating in the Discount.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php index 71d3ddf00e2..7222f5ae028 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php @@ -87,7 +87,7 @@ public function getType() } /** - *

    Valid LineItem predicate that determines the units participating in the Discount.

    + *

    Valid LineItem predicate that determines the units participating in the Discount.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php index 79fd21b35ff..bcbae9b1245 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php @@ -20,7 +20,7 @@ interface MultiBuyCustomLineItemsTarget extends CartDiscountTarget public const FIELD_SELECTION_MODE = 'selectionMode'; /** - *

    Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.

    + *

    Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php index 13a92a75550..5626376ad27 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php @@ -51,7 +51,7 @@ final class MultiBuyCustomLineItemsTargetBuilder implements Builder private $selectionMode; /** - *

    Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.

    + *

    Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php index c5c2fa38f51..c16d69b2b82 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php @@ -95,7 +95,7 @@ public function getType() } /** - *

    Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.

    + *

    Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php index 382fa2517e2..730c597acff 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php @@ -20,7 +20,7 @@ interface MultiBuyLineItemsTarget extends CartDiscountTarget public const FIELD_SELECTION_MODE = 'selectionMode'; /** - *

    Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.

    + *

    Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php index 1d7dc075199..66ff500fb8a 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php @@ -51,7 +51,7 @@ final class MultiBuyLineItemsTargetBuilder implements Builder private $selectionMode; /** - *

    Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.

    + *

    Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php index 018ea37f07d..c46f51cb117 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php @@ -95,7 +95,7 @@ public function getType() } /** - *

    Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.

    + *

    Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/Category.php b/lib/commercetools-api/src/Models/Category/Category.php index 48001ed7137..d8d112e1347 100644 --- a/lib/commercetools-api/src/Models/Category/Category.php +++ b/lib/commercetools-api/src/Models/Category/Category.php @@ -96,7 +96,7 @@ public function getName(); *

    User-defined identifier used as a deep-link URL to the related Category per Locale. * A Category can have the same slug for different Locales, but they are unique across the Project. * Valid slugs match the pattern ^[A-Za-z0-9_-]{2,256}+$. - * For good performance, indexes are provided for the first 15 languages set in a Project.

    + * For good performance, indexes are provided for the first 15 languages set in a Project.

    * * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/Category/CategoryBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryBuilder.php index 5268d53a471..c91f84829e7 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategoryBuilder.php @@ -227,7 +227,7 @@ public function getName() *

    User-defined identifier used as a deep-link URL to the related Category per Locale. * A Category can have the same slug for different Locales, but they are unique across the Project. * Valid slugs match the pattern ^[A-Za-z0-9_-]{2,256}+$. - * For good performance, indexes are provided for the first 15 languages set in a Project.

    + * For good performance, indexes are provided for the first 15 languages set in a Project.

    * * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/Category/CategoryDraft.php b/lib/commercetools-api/src/Models/Category/CategoryDraft.php index 31124d187cf..0c599ef96a0 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryDraft.php +++ b/lib/commercetools-api/src/Models/Category/CategoryDraft.php @@ -123,7 +123,7 @@ public function getAssets(); /** *

    User-defined unique identifier for the Category.

    - *

    This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.

    + *

    This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php index 3fad682c075..fc78efa04b0 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php @@ -224,7 +224,7 @@ public function getAssets() /** *

    User-defined unique identifier for the Category.

    - *

    This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.

    + *

    This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php b/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php index f75a705e6f8..acc75908bd6 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php +++ b/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php @@ -362,7 +362,7 @@ public function getAssets() /** *

    User-defined unique identifier for the Category.

    - *

    This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.

    + *

    This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategoryModel.php b/lib/commercetools-api/src/Models/Category/CategoryModel.php index 4c0ae842f39..d0bf586b023 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryModel.php +++ b/lib/commercetools-api/src/Models/Category/CategoryModel.php @@ -346,7 +346,7 @@ public function getName() *

    User-defined identifier used as a deep-link URL to the related Category per Locale. * A Category can have the same slug for different Locales, but they are unique across the Project. * Valid slugs match the pattern ^[A-Za-z0-9_-]{2,256}+$. - * For good performance, indexes are provided for the first 15 languages set in a Project.

    + * For good performance, indexes are provided for the first 15 languages set in a Project.

    * * * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php index 67881be9372..665899db0bf 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php @@ -20,7 +20,7 @@ interface CategoryPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -28,7 +28,7 @@ interface CategoryPagedQueryResponse extends JsonObject public function getLimit(); /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php index 71ba72cd877..5468de166f3 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class CategoryPagedQueryResponseBuilder implements Builder private $results; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php index cc2a1fe83c1..18adf960ec5 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * * @return null|int diff --git a/lib/commercetools-api/src/Models/Category/CategoryReference.php b/lib/commercetools-api/src/Models/Category/CategoryReference.php index a1e2d3dc799..3408e44bb05 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryReference.php +++ b/lib/commercetools-api/src/Models/Category/CategoryReference.php @@ -23,7 +23,7 @@ interface CategoryReference extends Reference public function getTypeId(); /** - *

    Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

    + *

    Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

    * * @return null|Category diff --git a/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php index 22990e90d0c..9cef7213c94 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *

    Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

    + *

    Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

    * * @return null|Category diff --git a/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php b/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php index 2c682d8f05a..2e4092d9bc2 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php +++ b/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *

    Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

    + *

    Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

    * * * @return null|Category diff --git a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php index 883f382565b..e292746e497 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php @@ -35,7 +35,7 @@ public function getAssetId(); public function getAssetKey(); /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php index 872b9593032..cf492daa1bb 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getAssetKey() } /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php index 731b44233c3..67d5c9b02a9 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getAssetKey() } /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php index 6ed17418955..23f7b74b5e9 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CategorySetCustomFieldAction extends CategoryUpdateAction public const FIELD_VALUE = 'value'; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php index 5ad91f11c28..be9db94a491 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CategorySetCustomFieldActionBuilder implements Builder private $value; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php index 07c30bcde4b..14bf91cb1e8 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php index ee34b2b851c..b7c3f5fbc8e 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ChannelPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -28,7 +28,7 @@ interface ChannelPagedQueryResponse extends JsonObject public function getLimit(); /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php index 4517af2ae07..e7866075de4 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ChannelPagedQueryResponseBuilder implements Builder private $results; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php index 61046a1a794..1c34fcffbae 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * * @return null|int diff --git a/lib/commercetools-api/src/Models/Channel/ChannelReference.php b/lib/commercetools-api/src/Models/Channel/ChannelReference.php index f873d19697f..9b888ea7bc4 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelReference.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelReference.php @@ -24,7 +24,7 @@ public function getTypeId(); /** *

    Contains the representation of the expanded Channel. - * Only present in responses to requests with Reference Expansion for Channels.

    + * Only present in responses to requests with Reference Expansion for Channels.

    * * @return null|Channel diff --git a/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php index f28cece7070..e8024bc0cf8 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *

    Contains the representation of the expanded Channel. - * Only present in responses to requests with Reference Expansion for Channels.

    + * Only present in responses to requests with Reference Expansion for Channels.

    * * @return null|Channel diff --git a/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php b/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php index f1976318d9f..4e4cece19ce 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *

    Contains the representation of the expanded Channel. - * Only present in responses to requests with Reference Expansion for Channels.

    + * Only present in responses to requests with Reference Expansion for Channels.

    * * * @return null|Channel diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php index 88335c972f5..451b78ebc46 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php @@ -17,7 +17,7 @@ interface ChannelSetAddressCustomFieldAction extends ChannelUpdateAction public const FIELD_VALUE = 'value'; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php index 14ec9d2122a..6c55ba18d57 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ChannelSetAddressCustomFieldActionBuilder implements Builder private $value; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php index dec4aa9b526..b1225cee6fe 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php index f1b61b721c6..123c5c103a1 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface ChannelSetCustomFieldAction extends ChannelUpdateAction public const FIELD_VALUE = 'value'; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php index 284b7a3ae9c..d628e7fc98e 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ChannelSetCustomFieldActionBuilder implements Builder private $value; /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php index 9171d7a32a1..12a66c0b489 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *

    Name of the Custom Field.

    + *

    Name of the Custom Field.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/ClientLogging.php b/lib/commercetools-api/src/Models/Common/ClientLogging.php index 23ec304c827..53f3de37b0c 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLogging.php +++ b/lib/commercetools-api/src/Models/Common/ClientLogging.php @@ -29,7 +29,7 @@ interface ClientLogging extends JsonObject public function getClientId(); /** - *

    External user ID provided by X-External-User-ID HTTP Header.

    + *

    External user ID provided by X-External-User-ID HTTP Header.

    * * @return null|string @@ -53,7 +53,7 @@ public function getCustomer(); public function getAnonymousId(); /** - *

    Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php b/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php index e175828039b..2e5ee667d18 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php +++ b/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php @@ -64,7 +64,7 @@ public function getClientId() } /** - *

    External user ID provided by X-External-User-ID HTTP Header.

    + *

    External user ID provided by X-External-User-ID HTTP Header.

    * * @return null|string @@ -97,7 +97,7 @@ public function getAnonymousId() } /** - *

    Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php b/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php index f5390b6964a..b2d10300a52 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php +++ b/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php @@ -90,7 +90,7 @@ public function getClientId() } /** - *

    External user ID provided by X-External-User-ID HTTP Header.

    + *

    External user ID provided by X-External-User-ID HTTP Header.

    * * * @return null|string @@ -151,7 +151,7 @@ public function getAnonymousId() } /** - *

    Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    * * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedBy.php b/lib/commercetools-api/src/Models/Common/CreatedBy.php index 6ac1ef56fc9..6d0775174ee 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedBy.php +++ b/lib/commercetools-api/src/Models/Common/CreatedBy.php @@ -25,7 +25,7 @@ interface CreatedBy extends ClientLogging public function getClientId(); /** - *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    + *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    * * @return null|string @@ -57,7 +57,7 @@ public function getAnonymousId(); public function getAttributedTo(); /** - *

    Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

    * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php b/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php index 200a908e456..a211d58c3f7 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php +++ b/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php @@ -70,7 +70,7 @@ public function getClientId() } /** - *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    + *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    * * @return null|string @@ -103,7 +103,7 @@ public function getAnonymousId() } /** - *

    Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

    * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedByModel.php b/lib/commercetools-api/src/Models/Common/CreatedByModel.php index a09c3a852db..9308f089d5a 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedByModel.php +++ b/lib/commercetools-api/src/Models/Common/CreatedByModel.php @@ -98,7 +98,7 @@ public function getClientId() } /** - *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    + *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    * * * @return null|string @@ -159,7 +159,7 @@ public function getAnonymousId() } /** - *

    Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

    * * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedBy.php b/lib/commercetools-api/src/Models/Common/LastModifiedBy.php index aac48df1cac..35f2663ddc5 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedBy.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedBy.php @@ -25,7 +25,7 @@ interface LastModifiedBy extends ClientLogging public function getClientId(); /** - *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    + *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    * * @return null|string @@ -57,7 +57,7 @@ public function getAnonymousId(); public function getAttributedTo(); /** - *

    Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php b/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php index 521113023f5..26eced725df 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php @@ -70,7 +70,7 @@ public function getClientId() } /** - *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    + *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    * * @return null|string @@ -103,7 +103,7 @@ public function getAnonymousId() } /** - *

    Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php b/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php index 0dfd77a1c48..9dd0ddbbabd 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php @@ -98,7 +98,7 @@ public function getClientId() } /** - *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    + *

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

    * * * @return null|string @@ -159,7 +159,7 @@ public function getAnonymousId() } /** - *

    Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    + *

    Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    * * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php b/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php index 4129f9d0f2c..c38f5803030 100644 --- a/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php @@ -21,7 +21,7 @@ interface PagedQueryResponse extends JsonObject public const FIELD_META = 'meta'; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -29,7 +29,7 @@ interface PagedQueryResponse extends JsonObject public function getLimit(); /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -46,10 +46,10 @@ public function getCount(); /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php index 01d8bc0baa5..6f4f7c930ee 100644 --- a/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php @@ -57,7 +57,7 @@ final class PagedQueryResponseBuilder implements Builder private $meta; /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * @return null|int @@ -68,7 +68,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * @return null|int @@ -91,10 +91,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php index 4f9f1bd7f07..c67b8c286c2 100644 --- a/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php @@ -76,7 +76,7 @@ public function __construct( } /** - *

    Number of results requested.

    + *

    Number of results requested.

    * * * @return null|int @@ -96,7 +96,7 @@ public function getLimit() } /** - *

    Number of elements skipped.

    + *

    Number of elements skipped.

    * * * @return null|int @@ -137,10 +137,10 @@ public function getCount() /** *

    Total number of results matching the query. - * This number is an estimation that is not strongly consistent. + * This number is an estimation that is not strongly consistent. * This field is returned by default. * For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false. - * When the results are filtered with a Query Predicate, total is subject to a limit.

    + * When the results are filtered with a Query Predicate, total is subject to a limit.

    * * * @return null|int diff --git a/lib/commercetools-api/src/Models/Common/Price.php b/lib/commercetools-api/src/Models/Common/Price.php index ee69b74ef04..d34c5fde11d 100644 --- a/lib/commercetools-api/src/Models/Common/Price.php +++ b/lib/commercetools-api/src/Models/Common/Price.php @@ -97,7 +97,7 @@ public function getValidUntil(); /** *

    Set if a matching ProductDiscount exists. - * If set, the API uses the DiscountedPrice value for the Line Item price selection. + * If set, the API uses the DiscountedPrice value for the Line Item price selection. * When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

    *

    If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.

    * diff --git a/lib/commercetools-api/src/Models/Common/PriceBuilder.php b/lib/commercetools-api/src/Models/Common/PriceBuilder.php index d8fd733fcbc..21d390e5ceb 100644 --- a/lib/commercetools-api/src/Models/Common/PriceBuilder.php +++ b/lib/commercetools-api/src/Models/Common/PriceBuilder.php @@ -191,7 +191,7 @@ public function getValidUntil() /** *

    Set if a matching ProductDiscount exists. - * If set, the API uses the DiscountedPrice value for the Line Item price selection. + * If set, the API uses the DiscountedPrice value for the Line Item price selection. * When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

    *

    If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.

    * diff --git a/lib/commercetools-api/src/Models/Common/PriceModel.php b/lib/commercetools-api/src/Models/Common/PriceModel.php index 2e2b10f0e66..6ff43452b13 100644 --- a/lib/commercetools-api/src/Models/Common/PriceModel.php +++ b/lib/commercetools-api/src/Models/Common/PriceModel.php @@ -305,7 +305,7 @@ public function getValidUntil() /** *

    Set if a matching ProductDiscount exists. - * If set, the API uses the DiscountedPrice value for the Line Item price selection. + * If set, the API uses the DiscountedPrice value for the Line Item price selection. * When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

    *

    If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.

    * diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObject.php b/lib/commercetools-api/src/Models/CustomObject/CustomObject.php index 5d9df02221f..5120fff44bb 100644 --- a/lib/commercetools-api/src/Models/CustomObject/CustomObject.php +++ b/lib/commercetools-api/src/Models/CustomObject/CustomObject.php @@ -88,7 +88,7 @@ public function getContainer(); public function getKey(); /** - *

    Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.

    + *

    Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.

    * diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObjectBuilder.php b/lib/commercetools-api/src/Models/CustomObject/CustomObjectBuilder.php index 9213db78651..854161a8baa 100644 --- a/lib/commercetools-api/src/Models/CustomObject/CustomObjectBuilder.php +++ b/lib/commercetools-api/src/Models/CustomObject/CustomObjectBuilder.php @@ -170,7 +170,7 @@ public function getKey() } /** - *

    Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.

    + *

    Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.

    * diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObjectDraft.php b/lib/commercetools-api/src/Models/CustomObject/CustomObjectDraft.php index afd7e10313e..73e1f074443 100644 --- a/lib/commercetools-api/src/Models/CustomObject/CustomObjectDraft.php +++ b/lib/commercetools-api/src/Models/CustomObject/CustomObjectDraft.php @@ -35,7 +35,7 @@ public function getContainer(); public function getKey(); /** - *

    Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.

    + *

    Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.

    * - *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    + *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Common/MoneyModel.php b/lib/commercetools-api/src/Models/Common/MoneyModel.php index 9b720b7751a..ea0a865488f 100644 --- a/lib/commercetools-api/src/Models/Common/MoneyModel.php +++ b/lib/commercetools-api/src/Models/Common/MoneyModel.php @@ -49,7 +49,7 @@ public function __construct( *
  • Cents for EUR and USD, pence for GBP, or centime for CHF (5 CHF is specified as 500).
  • *
  • The value in the major unit for currencies without minor units, like JPY (5 JPY is specified as 5).
  • * - *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    + *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    * * * @return null|int diff --git a/lib/commercetools-api/src/Models/Common/TypedMoneyBuilder.php b/lib/commercetools-api/src/Models/Common/TypedMoneyBuilder.php index cded0eb08e9..f92b801040a 100644 --- a/lib/commercetools-api/src/Models/Common/TypedMoneyBuilder.php +++ b/lib/commercetools-api/src/Models/Common/TypedMoneyBuilder.php @@ -44,7 +44,7 @@ final class TypedMoneyBuilder implements Builder *
  • Cents for EUR and USD, pence for GBP, or centime for CHF (5 CHF is specified as 500).
  • *
  • The value in the major unit for currencies without minor units, like JPY (5 JPY is specified as 5).
  • * - *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    + *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    * * @return null|int diff --git a/lib/commercetools-api/src/Models/Common/TypedMoneyModel.php b/lib/commercetools-api/src/Models/Common/TypedMoneyModel.php index 415a3a96caf..a08a7e4a280 100644 --- a/lib/commercetools-api/src/Models/Common/TypedMoneyModel.php +++ b/lib/commercetools-api/src/Models/Common/TypedMoneyModel.php @@ -74,7 +74,7 @@ public function __construct( *
  • Cents for EUR and USD, pence for GBP, or centime for CHF (5 CHF is specified as 500).
  • *
  • The value in the major unit for currencies without minor units, like JPY (5 JPY is specified as 5).
  • * - *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    + *

    centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.

    * * * @return null|int diff --git a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php index a7bd789cf47..8a95f78f5ee 100644 --- a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php +++ b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php @@ -39,7 +39,7 @@ public function getProjectKey(); public function getPayment(); /** - *

    id of the Transaction.

    + *

    id of the Transaction.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataBuilder.php b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataBuilder.php index 1f15c5190e0..4a0331703b6 100644 --- a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataBuilder.php +++ b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataBuilder.php @@ -79,7 +79,7 @@ public function getPayment() } /** - *

    id of the Transaction.

    + *

    id of the Transaction.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataModel.php b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataModel.php index a7a09504129..c341c268869 100644 --- a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataModel.php +++ b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseDataModel.php @@ -115,7 +115,7 @@ public function getPayment() } /** - *

    id of the Transaction.

    + *

    id of the Transaction.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitAction.php b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitAction.php index 2fd366070d5..29cd3be212b 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitAction.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitAction.php @@ -18,7 +18,7 @@ interface MyCartSetBusinessUnitAction extends MyCartUpdateAction /** *

    New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. - * Additionally, the authenticated user must be an Associate in the Business Unit.

    + * Additionally, the authenticated user must be an Associate in the Business Unit.

    * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php index 7609a30b60e..cb0bfe200cb 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php @@ -30,7 +30,7 @@ final class MyCartSetBusinessUnitActionBuilder implements Builder /** *

    New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. - * Additionally, the authenticated user must be an Associate in the Business Unit.

    + * Additionally, the authenticated user must be an Associate in the Business Unit.

    * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php index e4a021ab3a1..786799693c0 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php @@ -66,7 +66,7 @@ public function getAction() /** *

    New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. - * Additionally, the authenticated user must be an Associate in the Business Unit.

    + * Additionally, the authenticated user must be an Associate in the Business Unit.

    * * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Quote/QuoteDraft.php b/lib/commercetools-api/src/Models/Quote/QuoteDraft.php index 1d2c2c89349..6825e11c3bd 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteDraft.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteDraft.php @@ -48,7 +48,7 @@ public function getStagedQuote(); public function getStagedQuoteVersion(); /** - *

    If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.

    + *

    If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.

    * * @return null|bool @@ -67,8 +67,8 @@ public function getState(); /** *

    Custom Fields to be added to the Quote.

    * * diff --git a/lib/commercetools-api/src/Models/Quote/QuoteDraftBuilder.php b/lib/commercetools-api/src/Models/Quote/QuoteDraftBuilder.php index fa2321bc850..ae2e3c41d41 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteDraftBuilder.php @@ -96,7 +96,7 @@ public function getStagedQuoteVersion() } /** - *

    If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.

    + *

    If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.

    * * @return null|bool @@ -121,8 +121,8 @@ public function getState() /** *

    Custom Fields to be added to the Quote.

    * * diff --git a/lib/commercetools-api/src/Models/Quote/QuoteDraftModel.php b/lib/commercetools-api/src/Models/Quote/QuoteDraftModel.php index 056d92e443c..6b697caeb0a 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteDraftModel.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteDraftModel.php @@ -143,7 +143,7 @@ public function getStagedQuoteVersion() } /** - *

    If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.

    + *

    If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.

    * * * @return null|bool @@ -187,8 +187,8 @@ public function getState() /** *

    Custom Fields to be added to the Quote.

    * * * diff --git a/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTier.php b/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTier.php index c73ba05e641..1efda8f7c88 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTier.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTier.php @@ -19,7 +19,7 @@ interface CartClassificationTier extends ShippingRatePriceTier public const FIELD_IS_MATCHING = 'isMatching'; /** - *

    key selected from the values of the CartClassificationType configured in the Project.

    + *

    key selected from the values of the CartClassificationType configured in the Project.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierBuilder.php index 186cc214cb3..cceca6fdd97 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierBuilder.php @@ -41,7 +41,7 @@ final class CartClassificationTierBuilder implements Builder private $isMatching; /** - *

    key selected from the values of the CartClassificationType configured in the Project.

    + *

    key selected from the values of the CartClassificationType configured in the Project.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierModel.php b/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierModel.php index ce07872177c..65be9452f99 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/CartClassificationTierModel.php @@ -81,7 +81,7 @@ public function getType() } /** - *

    key selected from the values of the CartClassificationType configured in the Project.

    + *

    key selected from the values of the CartClassificationType configured in the Project.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdate.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdate.php index bdf2af739b9..0bab07cf622 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdate.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdate.php @@ -25,7 +25,7 @@ interface ShippingMethodUpdate extends JsonObject public function getVersion(); /** - *

    Update actions to be performed on the ShippingMethod.

    + *

    Update actions to be performed on the ShippingMethod.

    * * @return null|ShippingMethodUpdateActionCollection diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php index 9b589e7b9ef..76ac77d9050 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php @@ -44,7 +44,7 @@ public function getVersion() } /** - *

    Update actions to be performed on the ShippingMethod.

    + *

    Update actions to be performed on the ShippingMethod.

    * * @return null|ShippingMethodUpdateActionCollection diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php index 8055808e6c3..7d7723c24f9 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php @@ -64,7 +64,7 @@ public function getVersion() } /** - *

    Update actions to be performed on the ShippingMethod.

    + *

    Update actions to be performed on the ShippingMethod.

    * * * @return null|ShippingMethodUpdateActionCollection diff --git a/references.txt b/references.txt index 92cb2ab8340..1e6e01175fb 100644 --- a/references.txt +++ b/references.txt @@ -635,3 +635,4 @@ be3dc3f9e725eef0c85f8e6084f096878d4a354c 90aaf9c25265d062f3a11f6a6335ff6eaca7d513 14cbbbbbdf1c8fee18e1b536ae97dc5833ac4a34 2af53bb5fe6467a48455c9cfc83011801a14dcfb +ddd81a1827878fec3e3da782eac389abb890d174 From 494d82b5b6ea5a89c6d375eff52593c7fdf90dfb Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:43:11 +0000 Subject: [PATCH 13/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 1e6e01175fb..a95a723d84b 100644 --- a/references.txt +++ b/references.txt @@ -636,3 +636,4 @@ be3dc3f9e725eef0c85f8e6084f096878d4a354c 14cbbbbbdf1c8fee18e1b536ae97dc5833ac4a34 2af53bb5fe6467a48455c9cfc83011801a14dcfb ddd81a1827878fec3e3da782eac389abb890d174 +99bd30c678f53edf0d3422bea402ed18a035dd5b From cb881e956865d702b795183f97a758ec43687648 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:50:29 +0000 Subject: [PATCH 14/31] build(codegen): updating SDK --- changes.md | 3 +++ references.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/changes.md b/changes.md index bfebb2baad5..e4cec196b6c 100644 --- a/changes.md +++ b/changes.md @@ -1602,6 +1602,7 @@ Changed MethodResponseBody(s) - :warning: changed response body for `400: application/json` of method `post /{projectKey}/transactions` from type `null` to `ErrorResponse` +- :warning: changed response body for `200: application/json` of method `post /{projectKey}/payment-intents/{paymentId}` from type `any` to `PaymentIntentResponse` - :warning: changed response body for `400: application/json` of method `post /{projectKey}/payment-intents/{paymentId}` from type `null` to `ErrorResponse` - :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/{id}` from type `null` to `ErrorResponse` - :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/key={key}` from type `null` to `ErrorResponse` @@ -1722,6 +1723,8 @@ - added type `SetSortingInfoUpdateAction` - added type `SetStatusUpdateAction` - added type `SetTypeUpdateAction` +- added type `PaymentIntentOutcome` +- added type `PaymentIntentResponse` - added type `PaymentIntentReverseAction` - added type `ConnectorError` - added type `ErrorLoadingAllPaymentIntegrations` diff --git a/references.txt b/references.txt index a95a723d84b..cd17c7c4c8c 100644 --- a/references.txt +++ b/references.txt @@ -637,3 +637,4 @@ be3dc3f9e725eef0c85f8e6084f096878d4a354c 2af53bb5fe6467a48455c9cfc83011801a14dcfb ddd81a1827878fec3e3da782eac389abb890d174 99bd30c678f53edf0d3422bea402ed18a035dd5b +c773d9a208513584341545a4dd323673d09a4f74 From 2c58a6a0c1aff64f079ce60e7a273267331d12cc Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:49:50 +0000 Subject: [PATCH 15/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index cd17c7c4c8c..7afbe1196a2 100644 --- a/references.txt +++ b/references.txt @@ -638,3 +638,4 @@ be3dc3f9e725eef0c85f8e6084f096878d4a354c ddd81a1827878fec3e3da782eac389abb890d174 99bd30c678f53edf0d3422bea402ed18a035dd5b c773d9a208513584341545a4dd323673d09a4f74 +510b9d8444697765e19632df57794f799ccf8e07 From f57971b46c126316f367e1d9cfd2cae93d47b4d3 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:23:28 +0000 Subject: [PATCH 16/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 7afbe1196a2..1098c2d4f11 100644 --- a/references.txt +++ b/references.txt @@ -639,3 +639,4 @@ ddd81a1827878fec3e3da782eac389abb890d174 99bd30c678f53edf0d3422bea402ed18a035dd5b c773d9a208513584341545a4dd323673d09a4f74 510b9d8444697765e19632df57794f799ccf8e07 +7404bc7e49c6a60a4210a5f3e776810e2c8bdf77 From 914620fb5f22ec3a53850dc8e35f54d6ca894f1b Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:43:12 +0000 Subject: [PATCH 17/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 1098c2d4f11..8eb825076d7 100644 --- a/references.txt +++ b/references.txt @@ -640,3 +640,4 @@ ddd81a1827878fec3e3da782eac389abb890d174 c773d9a208513584341545a4dd323673d09a4f74 510b9d8444697765e19632df57794f799ccf8e07 7404bc7e49c6a60a4210a5f3e776810e2c8bdf77 +25a404a62a4f70c96bacad7380db587f39dfea64 From 64647c03c9ef687f66d7f29b66ad3fe9bec2d194 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 13:57:43 +0000 Subject: [PATCH 18/31] build(codegen): updating SDK --- lib/commercetools-api/src/Models/TaxCategory/TaxRate.php | 3 ++- .../src/Models/TaxCategory/TaxRateBuilder.php | 3 ++- lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php | 3 ++- .../src/Models/TaxCategory/TaxRateDraftBuilder.php | 3 ++- .../src/Models/TaxCategory/TaxRateDraftModel.php | 3 ++- lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php | 3 ++- references.txt | 1 + 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php index 4d6caabdf3a..7be6a815cb9 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php @@ -73,7 +73,8 @@ public function getIncludedInPrice(); public function getCountry(); /** - *

    State within the country, such as Texas in the United States.

    + *

    State within the country, such as Texas in the United States. + * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php index 2916c030846..f2e381f4306 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php @@ -137,7 +137,8 @@ public function getCountry() } /** - *

    State within the country, such as Texas in the United States.

    + *

    State within the country, such as Texas in the United States. + * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php index a80599edfa3..1499d8de56f 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php @@ -56,7 +56,8 @@ public function getIncludedInPrice(); public function getCountry(); /** - *

    State within the country, such as Texas in the United States.

    + *

    State within the country, such as Texas in the United States. + * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php index 49d39bf1616..7e24c84f3ce 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php @@ -109,7 +109,8 @@ public function getCountry() } /** - *

    State within the country, such as Texas in the United States.

    + *

    State within the country, such as Texas in the United States. + * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php index 4ccedb98f99..3785464f024 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php @@ -166,7 +166,8 @@ public function getCountry() } /** - *

    State within the country, such as Texas in the United States.

    + *

    State within the country, such as Texas in the United States. + * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php index 80aecc9b378..a910c266f68 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php @@ -214,7 +214,8 @@ public function getCountry() } /** - *

    State within the country, such as Texas in the United States.

    + *

    State within the country, such as Texas in the United States. + * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.

    * * * @return null|string diff --git a/references.txt b/references.txt index 8eb825076d7..849e567d319 100644 --- a/references.txt +++ b/references.txt @@ -641,3 +641,4 @@ c773d9a208513584341545a4dd323673d09a4f74 510b9d8444697765e19632df57794f799ccf8e07 7404bc7e49c6a60a4210a5f3e776810e2c8bdf77 25a404a62a4f70c96bacad7380db587f39dfea64 +fcb27938a97f506a41f873de9aee883686e9f755 From 32f868b553b7d293339f4eb4a2a6f9a72dbb034a Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 07:36:51 +0000 Subject: [PATCH 19/31] build(codegen): updating SDK --- .../Models/ProductSearch/ProductSearchFacetDistinctValue.php | 2 +- .../ProductSearch/ProductSearchFacetDistinctValueBuilder.php | 2 +- .../ProductSearch/ProductSearchFacetDistinctValueModel.php | 2 +- .../src/Models/ProductSearch/ProductSearchFacetRangesValue.php | 2 +- .../ProductSearch/ProductSearchFacetRangesValueBuilder.php | 2 +- .../Models/ProductSearch/ProductSearchFacetRangesValueModel.php | 2 +- lib/commercetools-api/src/Models/Search/SearchAnyValue.php | 2 +- .../src/Models/Search/SearchAnyValueBuilder.php | 2 +- lib/commercetools-api/src/Models/Search/SearchAnyValueModel.php | 2 +- lib/commercetools-api/src/Models/Search/SearchExactValue.php | 2 +- .../src/Models/Search/SearchExactValueBuilder.php | 2 +- .../src/Models/Search/SearchExactValueModel.php | 2 +- lib/commercetools-api/src/Models/Search/SearchExistsValue.php | 2 +- .../src/Models/Search/SearchExistsValueBuilder.php | 2 +- .../src/Models/Search/SearchExistsValueModel.php | 2 +- .../src/Models/Search/SearchFullTextPrefixValue.php | 2 +- .../src/Models/Search/SearchFullTextPrefixValueBuilder.php | 2 +- .../src/Models/Search/SearchFullTextPrefixValueModel.php | 2 +- lib/commercetools-api/src/Models/Search/SearchFullTextValue.php | 2 +- .../src/Models/Search/SearchFullTextValueBuilder.php | 2 +- .../src/Models/Search/SearchFullTextValueModel.php | 2 +- lib/commercetools-api/src/Models/Search/SearchSorting.php | 2 +- .../src/Models/Search/SearchSortingBuilder.php | 2 +- lib/commercetools-api/src/Models/Search/SearchSortingModel.php | 2 +- references.txt | 1 + 25 files changed, 25 insertions(+), 24 deletions(-) diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValue.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValue.php index e614b71a48b..04759555328 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValue.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValue.php @@ -91,7 +91,7 @@ public function getSort(); public function getLimit(); /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueBuilder.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueBuilder.php index 0bbe2d85f1f..3f5030bd477 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueBuilder.php @@ -177,7 +177,7 @@ public function getLimit() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueModel.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueModel.php index 6d61407338f..d37165c88bc 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueModel.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetDistinctValueModel.php @@ -280,7 +280,7 @@ public function getLimit() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValue.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValue.php index 8aa1fc49655..08f93cfad85 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValue.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValue.php @@ -72,7 +72,7 @@ public function getField(); public function getRanges(); /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueBuilder.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueBuilder.php index f76b288375d..13dc0fce2fa 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueBuilder.php @@ -137,7 +137,7 @@ public function getRanges() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueModel.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueModel.php index a34e7e22972..0703c019469 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueModel.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchFacetRangesValueModel.php @@ -215,7 +215,7 @@ public function getRanges() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchAnyValue.php b/lib/commercetools-api/src/Models/Search/SearchAnyValue.php index abf02b13ed6..598d45b3914 100644 --- a/lib/commercetools-api/src/Models/Search/SearchAnyValue.php +++ b/lib/commercetools-api/src/Models/Search/SearchAnyValue.php @@ -24,7 +24,7 @@ interface SearchAnyValue extends SearchQueryExpressionValue public function getValue(); /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php b/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php index 9bc398a4e4c..29bc9533a9e 100644 --- a/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php @@ -95,7 +95,7 @@ public function getValue() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchAnyValueModel.php b/lib/commercetools-api/src/Models/Search/SearchAnyValueModel.php index 1c8c4992306..1d99d7fed18 100644 --- a/lib/commercetools-api/src/Models/Search/SearchAnyValueModel.php +++ b/lib/commercetools-api/src/Models/Search/SearchAnyValueModel.php @@ -150,7 +150,7 @@ public function getValue() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchExactValue.php b/lib/commercetools-api/src/Models/Search/SearchExactValue.php index 18d3be0b89f..9e65dfebbb1 100644 --- a/lib/commercetools-api/src/Models/Search/SearchExactValue.php +++ b/lib/commercetools-api/src/Models/Search/SearchExactValue.php @@ -31,7 +31,7 @@ public function getValue(); public function getValues(); /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchExactValueBuilder.php b/lib/commercetools-api/src/Models/Search/SearchExactValueBuilder.php index 07aafcac86e..7c2262c6aa0 100644 --- a/lib/commercetools-api/src/Models/Search/SearchExactValueBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchExactValueBuilder.php @@ -110,7 +110,7 @@ public function getValues() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchExactValueModel.php b/lib/commercetools-api/src/Models/Search/SearchExactValueModel.php index e6916a5b0ca..7ae8d60c23d 100644 --- a/lib/commercetools-api/src/Models/Search/SearchExactValueModel.php +++ b/lib/commercetools-api/src/Models/Search/SearchExactValueModel.php @@ -176,7 +176,7 @@ public function getValues() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchExistsValue.php b/lib/commercetools-api/src/Models/Search/SearchExistsValue.php index 8211214503c..2be512562ae 100644 --- a/lib/commercetools-api/src/Models/Search/SearchExistsValue.php +++ b/lib/commercetools-api/src/Models/Search/SearchExistsValue.php @@ -16,7 +16,7 @@ interface SearchExistsValue extends SearchQueryExpressionValue public const FIELD_LANGUAGE = 'language'; /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchExistsValueBuilder.php b/lib/commercetools-api/src/Models/Search/SearchExistsValueBuilder.php index 6e08e7e2552..18880f1211c 100644 --- a/lib/commercetools-api/src/Models/Search/SearchExistsValueBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchExistsValueBuilder.php @@ -74,7 +74,7 @@ public function getFieldType() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchExistsValueModel.php b/lib/commercetools-api/src/Models/Search/SearchExistsValueModel.php index dc7c8dbf247..502344eb145 100644 --- a/lib/commercetools-api/src/Models/Search/SearchExistsValueModel.php +++ b/lib/commercetools-api/src/Models/Search/SearchExistsValueModel.php @@ -116,7 +116,7 @@ public function getFieldType() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValue.php b/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValue.php index d9c936e4b6d..dd7921e4b18 100644 --- a/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValue.php +++ b/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValue.php @@ -24,7 +24,7 @@ interface SearchFullTextPrefixValue extends SearchQueryExpressionValue public function getValue(); /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueBuilder.php b/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueBuilder.php index 307f2e49577..ff513e8d32e 100644 --- a/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueBuilder.php @@ -95,7 +95,7 @@ public function getValue() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueModel.php b/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueModel.php index 80e8a0751ff..5dc9846621c 100644 --- a/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueModel.php +++ b/lib/commercetools-api/src/Models/Search/SearchFullTextPrefixValueModel.php @@ -150,7 +150,7 @@ public function getValue() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchFullTextValue.php b/lib/commercetools-api/src/Models/Search/SearchFullTextValue.php index f4cc3451e34..fdb12c91597 100644 --- a/lib/commercetools-api/src/Models/Search/SearchFullTextValue.php +++ b/lib/commercetools-api/src/Models/Search/SearchFullTextValue.php @@ -24,7 +24,7 @@ interface SearchFullTextValue extends SearchQueryExpressionValue public function getValue(); /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchFullTextValueBuilder.php b/lib/commercetools-api/src/Models/Search/SearchFullTextValueBuilder.php index d8281f4ef9d..571f3827378 100644 --- a/lib/commercetools-api/src/Models/Search/SearchFullTextValueBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchFullTextValueBuilder.php @@ -95,7 +95,7 @@ public function getValue() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchFullTextValueModel.php b/lib/commercetools-api/src/Models/Search/SearchFullTextValueModel.php index 762c7ae8fce..65e2ff69cad 100644 --- a/lib/commercetools-api/src/Models/Search/SearchFullTextValueModel.php +++ b/lib/commercetools-api/src/Models/Search/SearchFullTextValueModel.php @@ -150,7 +150,7 @@ public function getValue() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchSorting.php b/lib/commercetools-api/src/Models/Search/SearchSorting.php index 28fefdab06d..697e5df0506 100644 --- a/lib/commercetools-api/src/Models/Search/SearchSorting.php +++ b/lib/commercetools-api/src/Models/Search/SearchSorting.php @@ -29,7 +29,7 @@ interface SearchSorting extends JsonObject public function getField(); /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php b/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php index bd3886bbed6..a95383ce355 100644 --- a/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php @@ -68,7 +68,7 @@ public function getField() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchSortingModel.php b/lib/commercetools-api/src/Models/Search/SearchSortingModel.php index 4fa2e530bc6..0c706b97e63 100644 --- a/lib/commercetools-api/src/Models/Search/SearchSortingModel.php +++ b/lib/commercetools-api/src/Models/Search/SearchSortingModel.php @@ -96,7 +96,7 @@ public function getField() } /** - *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    + *

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    * * * @return null|string diff --git a/references.txt b/references.txt index 849e567d319..77db66c8321 100644 --- a/references.txt +++ b/references.txt @@ -642,3 +642,4 @@ c773d9a208513584341545a4dd323673d09a4f74 7404bc7e49c6a60a4210a5f3e776810e2c8bdf77 25a404a62a4f70c96bacad7380db587f39dfea64 fcb27938a97f506a41f873de9aee883686e9f755 +30437353ec1b6fc1427031a3d445e3e2780081c9 From a14db4827b2678b7ba062db2a284b9efbe330576 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:24:39 +0000 Subject: [PATCH 20/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 77db66c8321..f263778eafe 100644 --- a/references.txt +++ b/references.txt @@ -643,3 +643,4 @@ c773d9a208513584341545a4dd323673d09a4f74 25a404a62a4f70c96bacad7380db587f39dfea64 fcb27938a97f506a41f873de9aee883686e9f755 30437353ec1b6fc1427031a3d445e3e2780081c9 +77410a43802d87bb491c829a03517bbe95797997 From a2f76d50c8871a7c4a0b4b0c738054803475379f Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:31:58 +0000 Subject: [PATCH 21/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index f263778eafe..cdc65382861 100644 --- a/references.txt +++ b/references.txt @@ -644,3 +644,4 @@ c773d9a208513584341545a4dd323673d09a4f74 fcb27938a97f506a41f873de9aee883686e9f755 30437353ec1b6fc1427031a3d445e3e2780081c9 77410a43802d87bb491c829a03517bbe95797997 +131290cf309789377efacd1e9c5da4c219f29abe From ae01a7a40e7de4791312afd79ff17d1b3957a95f Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 12:44:40 +0000 Subject: [PATCH 22/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index cdc65382861..b2df354136f 100644 --- a/references.txt +++ b/references.txt @@ -645,3 +645,4 @@ fcb27938a97f506a41f873de9aee883686e9f755 30437353ec1b6fc1427031a3d445e3e2780081c9 77410a43802d87bb491c829a03517bbe95797997 131290cf309789377efacd1e9c5da4c219f29abe +7ac1f692595f6bbdd5e58e38039417ed911c49ee From 0d698ec4710989bd6adaf8e94e2bdd4dedc4b569 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:23:37 +0000 Subject: [PATCH 23/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index b2df354136f..5a540530487 100644 --- a/references.txt +++ b/references.txt @@ -646,3 +646,4 @@ fcb27938a97f506a41f873de9aee883686e9f755 77410a43802d87bb491c829a03517bbe95797997 131290cf309789377efacd1e9c5da4c219f29abe 7ac1f692595f6bbdd5e58e38039417ed911c49ee +c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 From 31a7091270d9e106b8f37c0c778e884247d32aca Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:51:50 +0000 Subject: [PATCH 24/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 5a540530487..0b62e869570 100644 --- a/references.txt +++ b/references.txt @@ -647,3 +647,4 @@ fcb27938a97f506a41f873de9aee883686e9f755 131290cf309789377efacd1e9c5da4c219f29abe 7ac1f692595f6bbdd5e58e38039417ed911c49ee c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 +2e0f5f8b89179eb2b6e301645af3fbc133e80cc1 From 21317715e8e7db6ec979426f498df415cc031e76 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:55:27 +0000 Subject: [PATCH 25/31] build(codegen): updating SDK --- .../src/Models/Cart/CartAddCustomLineItemAction.php | 2 +- .../Models/Cart/CartAddCustomLineItemActionBuilder.php | 2 +- .../Models/Cart/CartAddCustomLineItemActionModel.php | 2 +- .../src/Models/Cart/CartAddLineItemAction.php | 2 +- .../src/Models/Cart/CartAddLineItemActionBuilder.php | 2 +- .../src/Models/Cart/CartAddLineItemActionModel.php | 2 +- .../src/Models/Cart/CustomLineItem.php | 2 +- .../src/Models/Cart/CustomLineItemBuilder.php | 2 +- .../src/Models/Cart/CustomLineItemDraft.php | 2 +- .../src/Models/Cart/CustomLineItemDraftBuilder.php | 2 +- .../src/Models/Cart/CustomLineItemDraftModel.php | 2 +- .../src/Models/Cart/CustomLineItemModel.php | 2 +- lib/commercetools-api/src/Models/Cart/LineItem.php | 2 +- .../src/Models/Cart/LineItemBuilder.php | 2 +- .../src/Models/Cart/LineItemDraft.php | 2 +- .../src/Models/Cart/LineItemDraftBuilder.php | 2 +- .../src/Models/Cart/LineItemDraftModel.php | 2 +- .../src/Models/Cart/LineItemModel.php | 2 +- .../src/Models/Common/AddressBuilder.php | 2 +- .../src/Models/Common/AddressDraftBuilder.php | 2 +- .../src/Models/Common/AddressDraftModel.php | 2 +- .../src/Models/Common/AddressModel.php | 2 +- .../src/Models/Common/BaseAddress.php | 2 +- .../src/Models/Common/BaseAddressBuilder.php | 2 +- .../src/Models/Common/BaseAddressModel.php | 2 +- .../src/Models/Me/MyCartAddLineItemAction.php | 2 +- .../src/Models/Me/MyCartAddLineItemActionBuilder.php | 2 +- .../src/Models/Me/MyCartAddLineItemActionModel.php | 2 +- .../src/Models/Me/MyLineItemDraft.php | 2 +- .../src/Models/Me/MyLineItemDraftBuilder.php | 2 +- .../src/Models/Me/MyLineItemDraftModel.php | 2 +- .../Models/Message/LineItemStateTransitionMessage.php | 2 +- .../Message/LineItemStateTransitionMessageBuilder.php | 2 +- .../Message/LineItemStateTransitionMessageModel.php | 2 +- .../Message/LineItemStateTransitionMessagePayload.php | 2 +- .../LineItemStateTransitionMessagePayloadBuilder.php | 2 +- .../LineItemStateTransitionMessagePayloadModel.php | 2 +- .../Models/Message/OrderLineItemDiscountSetMessage.php | 2 +- .../Message/OrderLineItemDiscountSetMessageBuilder.php | 2 +- .../Message/OrderLineItemDiscountSetMessageModel.php | 2 +- .../Message/OrderLineItemDiscountSetMessagePayload.php | 2 +- .../OrderLineItemDiscountSetMessagePayloadBuilder.php | 2 +- .../OrderLineItemDiscountSetMessagePayloadModel.php | 2 +- .../OrderLineItemDistributionChannelSetMessage.php | 2 +- ...derLineItemDistributionChannelSetMessageBuilder.php | 2 +- ...OrderLineItemDistributionChannelSetMessageModel.php | 2 +- ...derLineItemDistributionChannelSetMessagePayload.php | 2 +- ...ItemDistributionChannelSetMessagePayloadBuilder.php | 2 +- ...neItemDistributionChannelSetMessagePayloadModel.php | 2 +- .../src/Models/Message/OrderLineItemRemovedMessage.php | 2 +- .../Message/OrderLineItemRemovedMessageBuilder.php | 2 +- .../Message/OrderLineItemRemovedMessageModel.php | 2 +- .../Message/OrderLineItemRemovedMessagePayload.php | 2 +- .../OrderLineItemRemovedMessagePayloadBuilder.php | 2 +- .../OrderLineItemRemovedMessagePayloadModel.php | 2 +- .../src/Models/Order/CustomLineItemImportDraft.php | 2 +- .../Models/Order/CustomLineItemImportDraftBuilder.php | 2 +- .../Models/Order/CustomLineItemImportDraftModel.php | 2 +- .../src/Models/Order/CustomLineItemReturnItem.php | 2 +- .../Models/Order/CustomLineItemReturnItemBuilder.php | 2 +- .../src/Models/Order/CustomLineItemReturnItemModel.php | 2 +- lib/commercetools-api/src/Models/Order/Delivery.php | 2 +- .../src/Models/Order/DeliveryBuilder.php | 2 +- .../src/Models/Order/DeliveryDraft.php | 2 +- .../src/Models/Order/DeliveryDraftBuilder.php | 2 +- .../src/Models/Order/DeliveryDraftModel.php | 2 +- .../src/Models/Order/DeliveryModel.php | 2 +- .../src/Models/Order/LineItemImportDraft.php | 2 +- .../src/Models/Order/LineItemImportDraftBuilder.php | 2 +- .../src/Models/Order/LineItemImportDraftModel.php | 2 +- .../src/Models/Order/LineItemReturnItem.php | 2 +- .../src/Models/Order/LineItemReturnItemBuilder.php | 2 +- .../src/Models/Order/LineItemReturnItemModel.php | 2 +- lib/commercetools-api/src/Models/Order/ReturnItem.php | 2 +- .../src/Models/Order/ReturnItemBuilder.php | 2 +- .../src/Models/Order/ReturnItemDraft.php | 2 +- .../src/Models/Order/ReturnItemDraftBuilder.php | 2 +- .../src/Models/Order/ReturnItemDraftModel.php | 2 +- .../src/Models/Order/ReturnItemModel.php | 2 +- .../OrderEdit/StagedOrderAddCustomLineItemAction.php | 2 +- .../StagedOrderAddCustomLineItemActionBuilder.php | 2 +- .../StagedOrderAddCustomLineItemActionModel.php | 2 +- .../Models/OrderEdit/StagedOrderAddLineItemAction.php | 2 +- .../OrderEdit/StagedOrderAddLineItemActionBuilder.php | 2 +- .../OrderEdit/StagedOrderAddLineItemActionModel.php | 2 +- lib/commercetools-api/src/Models/Product/FacetTerm.php | 3 ++- .../src/Models/Product/FacetTermBuilder.php | 3 ++- .../src/Models/Product/FacetTermModel.php | 3 ++- .../src/Models/Product/ProductAddVariantAction.php | 4 ++-- .../Models/Product/ProductAddVariantActionBuilder.php | 4 ++-- .../Models/Product/ProductAddVariantActionModel.php | 4 ++-- .../src/Models/Product/ProductDraft.php | 2 +- .../src/Models/Product/ProductDraftBuilder.php | 2 +- .../src/Models/Product/ProductDraftModel.php | 2 +- .../Product/ProductSetProductVariantKeyAction.php | 2 +- .../ProductSetProductVariantKeyActionBuilder.php | 2 +- .../Product/ProductSetProductVariantKeyActionModel.php | 2 +- .../src/Models/Product/ProductSetSkuAction.php | 2 +- .../src/Models/Product/ProductSetSkuActionBuilder.php | 2 +- .../src/Models/Product/ProductSetSkuActionModel.php | 2 +- .../src/Models/Product/ProductVariant.php | 4 ++-- .../src/Models/Product/ProductVariantAvailability.php | 3 ++- .../Product/ProductVariantAvailabilityBuilder.php | 3 ++- .../Models/Product/ProductVariantAvailabilityModel.php | 3 ++- .../src/Models/Product/ProductVariantBuilder.php | 4 ++-- .../src/Models/Product/ProductVariantDraft.php | 4 ++-- .../src/Models/Product/ProductVariantDraftBuilder.php | 4 ++-- .../src/Models/Product/ProductVariantDraftModel.php | 4 ++-- .../src/Models/Product/ProductVariantModel.php | 4 ++-- .../src/Models/ProductType/AttributeDefinition.php | 4 +++- .../Models/ProductType/AttributeDefinitionBuilder.php | 4 +++- .../Models/ProductType/AttributeDefinitionDraft.php | 10 ++++++---- .../ProductType/AttributeDefinitionDraftBuilder.php | 10 ++++++---- .../ProductType/AttributeDefinitionDraftModel.php | 10 ++++++---- .../Models/ProductType/AttributeDefinitionModel.php | 4 +++- .../ProductTypeChangeAttributeNameAction.php | 6 +++--- .../ProductTypeChangeAttributeNameActionBuilder.php | 6 +++--- .../ProductTypeChangeAttributeNameActionModel.php | 6 +++--- .../src/Models/TaxCategory/TaxRate.php | 2 +- .../src/Models/TaxCategory/TaxRateBuilder.php | 2 +- .../src/Models/TaxCategory/TaxRateDraft.php | 2 +- .../src/Models/TaxCategory/TaxRateDraftBuilder.php | 2 +- .../src/Models/TaxCategory/TaxRateDraftModel.php | 2 +- .../src/Models/TaxCategory/TaxRateModel.php | 2 +- references.txt | 1 + 125 files changed, 167 insertions(+), 148 deletions(-) diff --git a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemAction.php b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemAction.php index 40000f8a6f8..7618795f6ef 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemAction.php @@ -49,7 +49,7 @@ public function getMoney(); public function getName(); /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php index 9a0ba1f73d6..12311e73a60 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php @@ -121,7 +121,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php index 6cb040c4413..1fa731b914e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php @@ -197,7 +197,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php index b676f30efb4..9d7cabbd617 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php @@ -36,7 +36,7 @@ interface CartAddLineItemAction extends CartUpdateAction public const FIELD_CUSTOM = 'custom'; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php index 3917671e35c..eaf919fca2c 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php @@ -126,7 +126,7 @@ final class CartAddLineItemActionBuilder implements Builder private $custom; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php index 72dbbe8f084..45eb85e5ced 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php @@ -192,7 +192,7 @@ public function getAction() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItem.php b/lib/commercetools-api/src/Models/Cart/CustomLineItem.php index 2c1b916c04c..74791c0593e 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItem.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItem.php @@ -49,7 +49,7 @@ interface CustomLineItem extends JsonObject public function getId(); /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php index b404c9774ae..6ec6775867e 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php @@ -155,7 +155,7 @@ public function getId() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php index 0cc889aa6e0..e361416b0b5 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php @@ -39,7 +39,7 @@ interface CustomLineItemDraft extends JsonObject public function getName(); /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php index cd84751f454..0a714e6e10f 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php @@ -108,7 +108,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php index 1649abbd792..c18171dfdf1 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php @@ -147,7 +147,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php index 508aeaacccb..d905c7176bf 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php @@ -207,7 +207,7 @@ public function getId() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItem.php b/lib/commercetools-api/src/Models/Cart/LineItem.php index 53b63dcd7b6..cae8b794cc1 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItem.php +++ b/lib/commercetools-api/src/Models/Cart/LineItem.php @@ -63,7 +63,7 @@ interface LineItem extends JsonObject public function getId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Cart or Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php b/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php index b8221f2a709..c7ecb6df01c 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php @@ -222,7 +222,7 @@ public function getId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Cart or Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraft.php b/lib/commercetools-api/src/Models/Cart/LineItemDraft.php index 25c9c38f3c2..5debdbbf260 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraft.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraft.php @@ -36,7 +36,7 @@ interface LineItemDraft extends JsonObject public const FIELD_RECURRENCE_INFO = 'recurrenceInfo'; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php index c01fc29d78d..11b95f45bb5 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php @@ -126,7 +126,7 @@ final class LineItemDraftBuilder implements Builder private $recurrenceInfo; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php b/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php index 87835f73c22..2e5f729dc08 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php @@ -165,7 +165,7 @@ public function __construct( } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemModel.php b/lib/commercetools-api/src/Models/Cart/LineItemModel.php index 6100dd21b48..938ae8c03d4 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemModel.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemModel.php @@ -294,7 +294,7 @@ public function getId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Cart or Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/AddressBuilder.php b/lib/commercetools-api/src/Models/Common/AddressBuilder.php index 48bd68072d5..5c6208a4ae9 100644 --- a/lib/commercetools-api/src/Models/Common/AddressBuilder.php +++ b/lib/commercetools-api/src/Models/Common/AddressBuilder.php @@ -192,7 +192,7 @@ public function getId() } /** - *

    User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    + *

    User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/AddressDraftBuilder.php b/lib/commercetools-api/src/Models/Common/AddressDraftBuilder.php index 6efd0ef0617..677cf66e8b0 100644 --- a/lib/commercetools-api/src/Models/Common/AddressDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Common/AddressDraftBuilder.php @@ -192,7 +192,7 @@ public function getId() } /** - *

    User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    + *

    User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/AddressDraftModel.php b/lib/commercetools-api/src/Models/Common/AddressDraftModel.php index 004b30f41b9..1214036afec 100644 --- a/lib/commercetools-api/src/Models/Common/AddressDraftModel.php +++ b/lib/commercetools-api/src/Models/Common/AddressDraftModel.php @@ -260,7 +260,7 @@ public function getId() } /** - *

    User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    + *

    User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/AddressModel.php b/lib/commercetools-api/src/Models/Common/AddressModel.php index ad2ddfbdf00..cdd7c639b43 100644 --- a/lib/commercetools-api/src/Models/Common/AddressModel.php +++ b/lib/commercetools-api/src/Models/Common/AddressModel.php @@ -260,7 +260,7 @@ public function getId() } /** - *

    User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    + *

    User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/BaseAddress.php b/lib/commercetools-api/src/Models/Common/BaseAddress.php index 5a58403ce6b..a95ecc899bb 100644 --- a/lib/commercetools-api/src/Models/Common/BaseAddress.php +++ b/lib/commercetools-api/src/Models/Common/BaseAddress.php @@ -50,7 +50,7 @@ interface BaseAddress extends JsonObject public function getId(); /** - *

    User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    + *

    User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/BaseAddressBuilder.php b/lib/commercetools-api/src/Models/Common/BaseAddressBuilder.php index 52901f0dd78..9898242855a 100644 --- a/lib/commercetools-api/src/Models/Common/BaseAddressBuilder.php +++ b/lib/commercetools-api/src/Models/Common/BaseAddressBuilder.php @@ -184,7 +184,7 @@ public function getId() } /** - *

    User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    + *

    User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/BaseAddressModel.php b/lib/commercetools-api/src/Models/Common/BaseAddressModel.php index 65d243dacf9..717d9679167 100644 --- a/lib/commercetools-api/src/Models/Common/BaseAddressModel.php +++ b/lib/commercetools-api/src/Models/Common/BaseAddressModel.php @@ -250,7 +250,7 @@ public function getId() } /** - *

    User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    + *

    User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php index f2803d8c2d2..1fb255a7dcd 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php @@ -31,7 +31,7 @@ interface MyCartAddLineItemAction extends MyCartUpdateAction public const FIELD_CUSTOM = 'custom'; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php index 70f80ea2637..500b1499a5b 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php @@ -96,7 +96,7 @@ final class MyCartAddLineItemActionBuilder implements Builder private $custom; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php index a490a7cf056..698289eb0d6 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php @@ -152,7 +152,7 @@ public function getAction() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php b/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php index 3c462d12336..47132781a7e 100644 --- a/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php +++ b/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php @@ -31,7 +31,7 @@ interface MyLineItemDraft extends JsonObject public const FIELD_CUSTOM = 'custom'; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php b/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php index 51f42f85879..7190500ff3a 100644 --- a/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php @@ -96,7 +96,7 @@ final class MyLineItemDraftBuilder implements Builder private $custom; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php b/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php index 943d9bc0825..f7a3d735ddb 100644 --- a/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php @@ -125,7 +125,7 @@ public function __construct( } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php index 80b3dadee8f..091551beecb 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php @@ -31,7 +31,7 @@ interface LineItemStateTransitionMessage extends OrderMessage public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php index fcccd690db2..dbea36378de 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php @@ -248,7 +248,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php index 9aeb2a9b22e..6623638cd4b 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php @@ -427,7 +427,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php index 5994dbdd5ac..12a2ebc3fd2 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php @@ -31,7 +31,7 @@ interface LineItemStateTransitionMessagePayload extends OrderMessagePayload public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php index 3268afedb27..a7219d2ba01 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php @@ -71,7 +71,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php index f29943e5737..deeecd7c3b3 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php @@ -126,7 +126,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php index 740e30edc2b..9ce4b6e88f5 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php @@ -33,7 +33,7 @@ interface OrderLineItemDiscountSetMessage extends OrderMessage public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php index 926d5626ca2..559ba19b0c2 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php @@ -252,7 +252,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php index 69b0a218af7..0a309a88d56 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php @@ -431,7 +431,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php index 9f717e5716b..bc6810f4efb 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php @@ -33,7 +33,7 @@ interface OrderLineItemDiscountSetMessagePayload extends OrderMessagePayload public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php index 3501f719a18..f576bc4e032 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php @@ -74,7 +74,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php index 53e7e407865..d713b5dc430 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php @@ -129,7 +129,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php index 4c995cb3d4e..16477121d69 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php @@ -27,7 +27,7 @@ interface OrderLineItemDistributionChannelSetMessage extends OrderMessage public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php index 52391a7d00b..91aeff90a8a 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php @@ -230,7 +230,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php index 2a5c921d71e..8d858ec91c8 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php @@ -403,7 +403,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php index fab134aa58d..023a85f6763 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php @@ -27,7 +27,7 @@ interface OrderLineItemDistributionChannelSetMessagePayload extends OrderMessage public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php index 4a4b8afddda..07379c064b3 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php @@ -52,7 +52,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php index 7ada5ec6b8a..a664db2c4c9 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php @@ -101,7 +101,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php index 13df3c08fb7..650785d94be 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php @@ -37,7 +37,7 @@ interface OrderLineItemRemovedMessage extends OrderMessage public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php index c7c72281c0b..ecbaad1e3c4 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php @@ -273,7 +273,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php index 3801e3057c7..9fc2063d1f9 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php @@ -458,7 +458,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php index 90c22a84513..9036109373e 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php @@ -37,7 +37,7 @@ interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public function getLineItemId(); /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php index bf6e736fd4d..f8998ffb58f 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php @@ -95,7 +95,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php index cca52e389ea..6367a703383 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php @@ -156,7 +156,7 @@ public function getLineItemId() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Unique among LineItems in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php index 8aa988f24e0..a2a18ae5349 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php @@ -40,7 +40,7 @@ interface CustomLineItemImportDraft extends JsonObject public function getName(); /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php index c66eac738c9..07984eacdd2 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php @@ -110,7 +110,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php index 056037b5edc..cbf05feb855 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php @@ -149,7 +149,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php index 1e7340890ad..75793d88fd9 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php @@ -16,7 +16,7 @@ interface CustomLineItemReturnItem extends ReturnItem public const FIELD_CUSTOM_LINE_ITEM_ID = 'customLineItemId'; /** - *

    User-defined unique identifier of the CustomLineItemReturnItem.

    + *

    User-defined identifier of the CustomLineItemReturnItem. Must be unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php index 38957c90415..e166c89c983 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php @@ -95,7 +95,7 @@ public function getId() } /** - *

    User-defined unique identifier of the CustomLineItemReturnItem.

    + *

    User-defined identifier of the CustomLineItemReturnItem. Must be unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php index b58432aa524..1d50617f1c7 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php @@ -140,7 +140,7 @@ public function getId() } /** - *

    User-defined unique identifier of the CustomLineItemReturnItem.

    + *

    User-defined identifier of the CustomLineItemReturnItem. Must be unique among Return Items in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/Delivery.php b/lib/commercetools-api/src/Models/Order/Delivery.php index 00b81e585fa..0cd96a7011a 100644 --- a/lib/commercetools-api/src/Models/Order/Delivery.php +++ b/lib/commercetools-api/src/Models/Order/Delivery.php @@ -33,7 +33,7 @@ interface Delivery extends JsonObject public function getId(); /** - *

    User-defined unique identifier of the Delivery.

    + *

    User-defined identifier of the Delivery. Unique among Deliveries in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php b/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php index 239e728bc36..fcdad7b88e5 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php @@ -79,7 +79,7 @@ public function getId() } /** - *

    User-defined unique identifier of the Delivery.

    + *

    User-defined identifier of the Delivery. Unique among Deliveries in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryDraft.php b/lib/commercetools-api/src/Models/Order/DeliveryDraft.php index 91d12c26e22..5e20fe4869d 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryDraft.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryDraft.php @@ -22,7 +22,7 @@ interface DeliveryDraft extends JsonObject public const FIELD_CUSTOM = 'custom'; /** - *

    User-defined unique identifier of the Delivery.

    + *

    User-defined identifier of the Delivery. Must be unique among Deliveries in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php b/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php index 82e317a6568..0aaa1d27bb0 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php @@ -55,7 +55,7 @@ final class DeliveryDraftBuilder implements Builder private $custom; /** - *

    User-defined unique identifier of the Delivery.

    + *

    User-defined identifier of the Delivery. Must be unique among Deliveries in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php b/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php index 058194c4d91..d70a65fdabf 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php @@ -72,7 +72,7 @@ public function __construct( } /** - *

    User-defined unique identifier of the Delivery.

    + *

    User-defined identifier of the Delivery. Must be unique among Deliveries in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryModel.php b/lib/commercetools-api/src/Models/Order/DeliveryModel.php index cb41cffe397..cf17e52adbf 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryModel.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryModel.php @@ -109,7 +109,7 @@ public function getId() } /** - *

    User-defined unique identifier of the Delivery.

    + *

    User-defined identifier of the Delivery. Unique among Deliveries in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php b/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php index 4872bf84296..c79881f60f3 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php +++ b/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php @@ -42,7 +42,7 @@ interface LineItemImportDraft extends JsonObject public function getName(); /** - *

    User-defined unique identifier of the Line Item.

    + *

    User-defined identifier of the Line Item. Must be unique among Line Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php b/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php index ef5dacb17ec..f86955a3547 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php @@ -122,7 +122,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Line Item.

    + *

    User-defined identifier of the Line Item. Must be unique among Line Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php b/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php index 58768eb4cdd..86e69506e21 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php @@ -165,7 +165,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Line Item.

    + *

    User-defined identifier of the Line Item. Must be unique among Line Items in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php b/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php index 92da0f38b1e..29c9d5c3e6a 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php +++ b/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php @@ -16,7 +16,7 @@ interface LineItemReturnItem extends ReturnItem public const FIELD_LINE_ITEM_ID = 'lineItemId'; /** - *

    User-defined unique identifier of the LineItemReturnItem.

    + *

    User-defined identifier of the LineItemReturnItem. Must be unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php b/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php index 108635f57e2..463cf8708cb 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php +++ b/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php @@ -95,7 +95,7 @@ public function getId() } /** - *

    User-defined unique identifier of the LineItemReturnItem.

    + *

    User-defined identifier of the LineItemReturnItem. Must be unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php b/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php index 083f5cef135..155a68d477e 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php +++ b/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php @@ -140,7 +140,7 @@ public function getId() } /** - *

    User-defined unique identifier of the LineItemReturnItem.

    + *

    User-defined identifier of the LineItemReturnItem. Must be unique among Return Items in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItem.php b/lib/commercetools-api/src/Models/Order/ReturnItem.php index 5f4362f2ac4..4449d1d50a5 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItem.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItem.php @@ -36,7 +36,7 @@ interface ReturnItem extends JsonObject public function getId(); /** - *

    User-defined unique identifier of the Return Item.

    + *

    User-defined identifier of the Return Item. Unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php b/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php index 31fd269bdf9..c0559de0148 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php @@ -89,7 +89,7 @@ public function getId() } /** - *

    User-defined unique identifier of the Return Item.

    + *

    User-defined identifier of the Return Item. Unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php b/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php index 03ec28939a4..b7160db9f23 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php @@ -23,7 +23,7 @@ interface ReturnItemDraft extends JsonObject public const FIELD_CUSTOM = 'custom'; /** - *

    User-defined unique identifier of the Return Item.

    + *

    User-defined identifier of the Return Item. Must be unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php b/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php index b538f6a375a..98997561da0 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php @@ -65,7 +65,7 @@ final class ReturnItemDraftBuilder implements Builder private $custom; /** - *

    User-defined unique identifier of the Return Item.

    + *

    User-defined identifier of the Return Item. Must be unique among Return Items in the Order.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php b/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php index 7cc6b215fa8..08dbce3c2d7 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php @@ -86,7 +86,7 @@ public function __construct( } /** - *

    User-defined unique identifier of the Return Item.

    + *

    User-defined identifier of the Return Item. Must be unique among Return Items in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemModel.php b/lib/commercetools-api/src/Models/Order/ReturnItemModel.php index 33f1344e5e1..fc52a9a9cb5 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemModel.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemModel.php @@ -140,7 +140,7 @@ public function getId() } /** - *

    User-defined unique identifier of the Return Item.

    + *

    User-defined identifier of the Return Item. Unique among Return Items in the Order.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php index 2349b6f9951..5a68196c5d2 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php @@ -51,7 +51,7 @@ public function getMoney(); public function getName(); /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the StagedOrder.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php index fe25c295af8..087d5d025ba 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php @@ -126,7 +126,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the StagedOrder.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php index e948e7ef09e..9611d9e5613 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php @@ -202,7 +202,7 @@ public function getName() } /** - *

    User-defined unique identifier of the Custom Line Item.

    + *

    User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the StagedOrder.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php index 158ccbaa2b0..617cb605811 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php @@ -39,7 +39,7 @@ interface StagedOrderAddLineItemAction extends StagedOrderUpdateAction public const FIELD_RECURRENCE_INFO = 'recurrenceInfo'; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the StagedOrder.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php index e4b45824495..02c6febe39b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php @@ -128,7 +128,7 @@ final class StagedOrderAddLineItemActionBuilder implements Builder private $recurrenceInfo; /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the StagedOrder.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php index 27312ecc9f9..bcffaea5a3b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php @@ -192,7 +192,7 @@ public function getAction() } /** - *

    User-defined unique identifier of the LineItem.

    + *

    User-defined identifier of the LineItem. Must be unique among LineItems in the StagedOrder.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/FacetTerm.php b/lib/commercetools-api/src/Models/Product/FacetTerm.php index 0fb122060a5..7339a65548d 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTerm.php +++ b/lib/commercetools-api/src/Models/Product/FacetTerm.php @@ -18,7 +18,8 @@ interface FacetTerm extends JsonObject public const FIELD_PRODUCT_COUNT = 'productCount'; /** - *

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

    + *

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found. + * For AttributeNumberType Attributes, numeric values are returned as decimals, for example 1.0 instead of 1.

    * * @return null|mixed diff --git a/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php b/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php index 9c70ca73933..17db8a47857 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php +++ b/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php @@ -39,7 +39,8 @@ final class FacetTermBuilder implements Builder private $productCount; /** - *

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

    + *

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found. + * For AttributeNumberType Attributes, numeric values are returned as decimals, for example 1.0 instead of 1.

    * * @return null|mixed diff --git a/lib/commercetools-api/src/Models/Product/FacetTermModel.php b/lib/commercetools-api/src/Models/Product/FacetTermModel.php index d8e455a7581..1e2dbd1a6a5 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTermModel.php +++ b/lib/commercetools-api/src/Models/Product/FacetTermModel.php @@ -52,7 +52,8 @@ public function __construct( } /** - *

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

    + *

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found. + * For AttributeNumberType Attributes, numeric values are returned as decimals, for example 1.0 instead of 1.

    * * * @return null|mixed diff --git a/lib/commercetools-api/src/Models/Product/ProductAddVariantAction.php b/lib/commercetools-api/src/Models/Product/ProductAddVariantAction.php index 02fe1996760..22ff1a674d2 100644 --- a/lib/commercetools-api/src/Models/Product/ProductAddVariantAction.php +++ b/lib/commercetools-api/src/Models/Product/ProductAddVariantAction.php @@ -25,7 +25,7 @@ interface ProductAddVariantAction extends ProductUpdateAction public const FIELD_ASSETS = 'assets'; /** - *

    Value to set. Must be unique.

    + *

    Value to set. Must be unique across all ProductVariants in a Project.

    * * @return null|string @@ -33,7 +33,7 @@ interface ProductAddVariantAction extends ProductUpdateAction public function getSku(); /** - *

    Value to set. Must be unique.

    + *

    Value to set. Must be unique among ProductVariants in the same Product.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php index 72eccf0bcd0..519e36c52b2 100644 --- a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php @@ -66,7 +66,7 @@ final class ProductAddVariantActionBuilder implements Builder private $assets; /** - *

    Value to set. Must be unique.

    + *

    Value to set. Must be unique across all ProductVariants in a Project.

    * * @return null|string @@ -77,7 +77,7 @@ public function getSku() } /** - *

    Value to set. Must be unique.

    + *

    Value to set. Must be unique among ProductVariants in the same Product.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php index da5b2c139bc..84e8ab13a75 100644 --- a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php @@ -114,7 +114,7 @@ public function getAction() } /** - *

    Value to set. Must be unique.

    + *

    Value to set. Must be unique across all ProductVariants in a Project.

    * * * @return null|string @@ -134,7 +134,7 @@ public function getSku() } /** - *

    Value to set. Must be unique.

    + *

    Value to set. Must be unique among ProductVariants in the same Product.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductDraft.php b/lib/commercetools-api/src/Models/Product/ProductDraft.php index d4e53bfaa32..0f9c47b4c50 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraft.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraft.php @@ -121,7 +121,7 @@ public function getMetaDescription(); public function getMetaKeywords(); /** - *

    The Product Variant to be the Master Variant for the Product. Required if variants are provided also.

    + *

    The Product Variant to be the Master Variant for the Product. Required if variants are provided or if the referenced Product Type contains any Variant-level AttributeDefinition with isRequired set to true.

    * * @return null|ProductVariantDraft diff --git a/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php b/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php index 93dd11ff8d9..a64b7036c03 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php @@ -251,7 +251,7 @@ public function getMetaKeywords() } /** - *

    The Product Variant to be the Master Variant for the Product. Required if variants are provided also.

    + *

    The Product Variant to be the Master Variant for the Product. Required if variants are provided or if the referenced Product Type contains any Variant-level AttributeDefinition with isRequired set to true.

    * * @return null|ProductVariantDraft diff --git a/lib/commercetools-api/src/Models/Product/ProductDraftModel.php b/lib/commercetools-api/src/Models/Product/ProductDraftModel.php index 752b758223e..fba63b34592 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraftModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraftModel.php @@ -392,7 +392,7 @@ public function getMetaKeywords() } /** - *

    The Product Variant to be the Master Variant for the Product. Required if variants are provided also.

    + *

    The Product Variant to be the Master Variant for the Product. Required if variants are provided or if the referenced Product Type contains any Variant-level AttributeDefinition with isRequired set to true.

    * * * @return null|ProductVariantDraft diff --git a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyAction.php b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyAction.php index 1cf4cce5dbe..13feab0d0e3 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyAction.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyAction.php @@ -35,7 +35,7 @@ public function getVariantId(); public function getSku(); /** - *

    Value to set. Must be unique. If empty, any existing value will be removed.

    + *

    Value to set. Must be unique among ProductVariants in the same Product. If empty, any existing value will be removed.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php index da6acf727b5..e7e1ba5f023 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php @@ -67,7 +67,7 @@ public function getSku() } /** - *

    Value to set. Must be unique. If empty, any existing value will be removed.

    + *

    Value to set. Must be unique among ProductVariants in the same Product. If empty, any existing value will be removed.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php index bf024d270db..30dd93aa8fd 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php @@ -127,7 +127,7 @@ public function getSku() } /** - *

    Value to set. Must be unique. If empty, any existing value will be removed.

    + *

    Value to set. Must be unique among ProductVariants in the same Product. If empty, any existing value will be removed.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php b/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php index b13e755b943..32ae8292682 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php @@ -26,7 +26,7 @@ interface ProductSetSkuAction extends ProductUpdateAction public function getVariantId(); /** - *

    Value to set. Must be unique. If empty, any existing value will be removed.

    + *

    Value to set. Must be unique across all ProductVariants in a Project. If empty, any existing value will be removed.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php index 07311ce8e8d..0397b6cfba8 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php @@ -50,7 +50,7 @@ public function getVariantId() } /** - *

    Value to set. Must be unique. If empty, any existing value will be removed.

    + *

    Value to set. Must be unique across all ProductVariants in a Project. If empty, any existing value will be removed.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php index 8dc4bb4f7ac..cb3b30a609e 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php @@ -99,7 +99,7 @@ public function getVariantId() } /** - *

    Value to set. Must be unique. If empty, any existing value will be removed.

    + *

    Value to set. Must be unique across all ProductVariants in a Project. If empty, any existing value will be removed.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariant.php b/lib/commercetools-api/src/Models/Product/ProductVariant.php index 40be242b911..498761730e5 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariant.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariant.php @@ -41,7 +41,7 @@ interface ProductVariant extends JsonObject public function getId(); /** - *

    User-defined unique SKU of the Product Variant.

    + *

    User-defined SKU of the Product Variant. Unique across all ProductVariants in a Project.

    * * @return null|string @@ -49,7 +49,7 @@ public function getId(); public function getSku(); /** - *

    User-defined unique identifier of the ProductVariant.

    + *

    User-defined identifier of the ProductVariant. Unique among ProductVariants in the same Product.

    *

    This is different from Product key.

    * diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantAvailability.php b/lib/commercetools-api/src/Models/Product/ProductVariantAvailability.php index c4b84fa456e..b7c466d98a7 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantAvailability.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantAvailability.php @@ -29,7 +29,8 @@ interface ProductVariantAvailability extends JsonObject public function getChannels(); /** - *

    Indicates whether a Product Variant is in stock.

    + *

    true if the Product Variant is in stock, based on an InventoryEntry that has no assigned supply Channel. + * This value reflects global or default availability; it does not aggregate the channel-specific availabilities found in the channels field.

    * * @return null|bool diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityBuilder.php b/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityBuilder.php index d3a3d2db10c..5158204ae75 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityBuilder.php @@ -68,7 +68,8 @@ public function getChannels() } /** - *

    Indicates whether a Product Variant is in stock.

    + *

    true if the Product Variant is in stock, based on an InventoryEntry that has no assigned supply Channel. + * This value reflects global or default availability; it does not aggregate the channel-specific availabilities found in the channels field.

    * * @return null|bool diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityModel.php b/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityModel.php index 4d98496794f..e77dfe31adb 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantAvailabilityModel.php @@ -97,7 +97,8 @@ public function getChannels() } /** - *

    Indicates whether a Product Variant is in stock.

    + *

    true if the Product Variant is in stock, based on an InventoryEntry that has no assigned supply Channel. + * This value reflects global or default availability; it does not aggregate the channel-specific availabilities found in the channels field.

    * * * @return null|bool diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php b/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php index 496276a085e..0455e5d7180 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php @@ -117,7 +117,7 @@ public function getId() } /** - *

    User-defined unique SKU of the Product Variant.

    + *

    User-defined SKU of the Product Variant. Unique across all ProductVariants in a Project.

    * * @return null|string @@ -128,7 +128,7 @@ public function getSku() } /** - *

    User-defined unique identifier of the ProductVariant.

    + *

    User-defined identifier of the ProductVariant. Unique among ProductVariants in the same Product.

    *

    This is different from Product key.

    * diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantDraft.php b/lib/commercetools-api/src/Models/Product/ProductVariantDraft.php index d9a69dfb29a..3a7d926779b 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantDraft.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantDraft.php @@ -24,7 +24,7 @@ interface ProductVariantDraft extends JsonObject public const FIELD_ASSETS = 'assets'; /** - *

    User-defined unique SKU of the Product Variant.

    + *

    User-defined SKU of the Product Variant. Must be unique across all ProductVariants in a Project.

    * * @return null|string @@ -32,7 +32,7 @@ interface ProductVariantDraft extends JsonObject public function getSku(); /** - *

    User-defined unique identifier for the ProductVariant.

    + *

    User-defined identifier for the ProductVariant. Must be unique among ProductVariants in the same Product.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php b/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php index a6dd32907e2..3924d25b5f2 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php @@ -60,7 +60,7 @@ final class ProductVariantDraftBuilder implements Builder private $assets; /** - *

    User-defined unique SKU of the Product Variant.

    + *

    User-defined SKU of the Product Variant. Must be unique across all ProductVariants in a Project.

    * * @return null|string @@ -71,7 +71,7 @@ public function getSku() } /** - *

    User-defined unique identifier for the ProductVariant.

    + *

    User-defined identifier for the ProductVariant. Must be unique among ProductVariants in the same Product.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php b/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php index 34595f27da2..d5cc9f4b765 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php @@ -79,7 +79,7 @@ public function __construct( } /** - *

    User-defined unique SKU of the Product Variant.

    + *

    User-defined SKU of the Product Variant. Must be unique across all ProductVariants in a Project.

    * * * @return null|string @@ -99,7 +99,7 @@ public function getSku() } /** - *

    User-defined unique identifier for the ProductVariant.

    + *

    User-defined identifier for the ProductVariant. Must be unique among ProductVariants in the same Product.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantModel.php b/lib/commercetools-api/src/Models/Product/ProductVariantModel.php index f70b9f8a670..f317f680ef5 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantModel.php @@ -159,7 +159,7 @@ public function getId() } /** - *

    User-defined unique SKU of the Product Variant.

    + *

    User-defined SKU of the Product Variant. Unique across all ProductVariants in a Project.

    * * * @return null|string @@ -179,7 +179,7 @@ public function getSku() } /** - *

    User-defined unique identifier of the ProductVariant.

    + *

    User-defined identifier of the ProductVariant. Unique among ProductVariants in the same Product.

    *

    This is different from Product key.

    * * diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php index 63b6a01988b..9c58214229e 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php @@ -90,7 +90,9 @@ public function getInputHint(); /** *

    If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets. - * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.

    + * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute. + * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes. + * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.

    *

    The exact features that are available with this flag depend on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php index b11e939870d..20ea86c76f3 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php @@ -166,7 +166,9 @@ public function getInputHint() /** *

    If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets. - * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.

    + * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute. + * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes. + * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.

    *

    The exact features that are available with this flag depend on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php index 15369b6d58b..9268ddedea9 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php @@ -34,9 +34,9 @@ interface AttributeDefinitionDraft extends JsonObject public function getType(); /** - *

    User-defined name of the Attribute that is unique to the Project.

    - *

    When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. - * An exception to this are the values of an enum or lenum Type and sets thereof.

    + *

    User-defined name of the Attribute that must be unique within the ProductType.

    + *

    To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned. + * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.

    * * @return null|string @@ -94,7 +94,9 @@ public function getInputHint(); /** *

    Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets. - * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.

    + * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute. + * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes. + * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.

    *

    Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php index 1857d90247f..f5de9be9be6 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php @@ -89,9 +89,9 @@ public function getType() } /** - *

    User-defined name of the Attribute that is unique to the Project.

    - *

    When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. - * An exception to this are the values of an enum or lenum Type and sets thereof.

    + *

    User-defined name of the Attribute that must be unique within the ProductType.

    + *

    To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned. + * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.

    * * @return null|string @@ -170,7 +170,9 @@ public function getInputHint() /** *

    Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets. - * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.

    + * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute. + * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes. + * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.

    *

    Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php index 344f8e80b4c..743e7743058 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php @@ -124,9 +124,9 @@ public function getType() } /** - *

    User-defined name of the Attribute that is unique to the Project.

    - *

    When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. - * An exception to this are the values of an enum or lenum Type and sets thereof.

    + *

    User-defined name of the Attribute that must be unique within the ProductType.

    + *

    To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned. + * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.

    * * * @return null|string @@ -270,7 +270,9 @@ public function getInputHint() /** *

    Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets. - * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.

    + * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute. + * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes. + * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.

    *

    Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php index c6b52e20c0f..6ad50711608 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php @@ -266,7 +266,9 @@ public function getInputHint() /** *

    If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets. - * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.

    + * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute. + * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes. + * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.

    *

    The exact features that are available with this flag depend on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php index ff7bd00f93c..9610be56c70 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php @@ -25,9 +25,9 @@ interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateAction public function getAttributeName(); /** - *

    New user-defined name of the Attribute that is unique to the Project.

    - *

    When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. - * An exception to this are the values of an enum or lenum type and sets thereof.

    + *

    New user-defined name of the Attribute that must be unique within the ProductType.

    + *

    To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned. + * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php index 6e768db9a43..ca68e1616b7 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionBuilder.php @@ -44,9 +44,9 @@ public function getAttributeName() } /** - *

    New user-defined name of the Attribute that is unique to the Project.

    - *

    When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. - * An exception to this are the values of an enum or lenum type and sets thereof.

    + *

    New user-defined name of the Attribute that must be unique within the ProductType.

    + *

    To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned. + * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php index 62fc7f26fe7..315c5c84d02 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameActionModel.php @@ -91,9 +91,9 @@ public function getAttributeName() } /** - *

    New user-defined name of the Attribute that is unique to the Project.

    - *

    When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. - * An exception to this are the values of an enum or lenum type and sets thereof.

    + *

    New user-defined name of the Attribute that must be unique within the ProductType.

    + *

    To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned. + * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php index 7be6a815cb9..55fa3a2a212 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRate.php @@ -32,7 +32,7 @@ interface TaxRate extends JsonObject public function getId(); /** - *

    User-defined unique identifier of the TaxRate. + *

    User-defined identifier of the TaxRate. Unique within the TaxCategory containing it. * Present when set using TaxRateDraft. Not available for external TaxRates created using ExternalTaxRateDraft.

    * diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php index f2e381f4306..6d3746898de 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php @@ -81,7 +81,7 @@ public function getId() } /** - *

    User-defined unique identifier of the TaxRate. + *

    User-defined identifier of the TaxRate. Unique within the TaxCategory containing it. * Present when set using TaxRateDraft. Not available for external TaxRates created using ExternalTaxRateDraft.

    * diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php index 1499d8de56f..923c57e0da3 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php @@ -74,7 +74,7 @@ public function getState(); public function getSubRates(); /** - *

    User-defined unique identifier of the TaxRate.

    + *

    User-defined identifier of the TaxRate. Must be unique within the TaxCategory containing it.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php index 7e24c84f3ce..7c31d04cb5a 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php @@ -133,7 +133,7 @@ public function getSubRates() } /** - *

    User-defined unique identifier of the TaxRate.

    + *

    User-defined identifier of the TaxRate. Must be unique within the TaxCategory containing it.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php index 3785464f024..15550f747ab 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php @@ -208,7 +208,7 @@ public function getSubRates() } /** - *

    User-defined unique identifier of the TaxRate.

    + *

    User-defined identifier of the TaxRate. Must be unique within the TaxCategory containing it.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php index a910c266f68..733061c04bd 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php @@ -113,7 +113,7 @@ public function getId() } /** - *

    User-defined unique identifier of the TaxRate. + *

    User-defined identifier of the TaxRate. Unique within the TaxCategory containing it. * Present when set using TaxRateDraft. Not available for external TaxRates created using ExternalTaxRateDraft.

    * * diff --git a/references.txt b/references.txt index 0b62e869570..3ca06914952 100644 --- a/references.txt +++ b/references.txt @@ -648,3 +648,4 @@ fcb27938a97f506a41f873de9aee883686e9f755 7ac1f692595f6bbdd5e58e38039417ed911c49ee c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 2e0f5f8b89179eb2b6e301645af3fbc133e80cc1 +63135905caaf9e37567f572868885c554f490979 From 2d0ce3dda964c5089e65eaf152f53bb6aa7b04e0 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:28:46 +0000 Subject: [PATCH 26/31] build(codegen): updating SDK --- .../src/Models/Cart/CartSetShippingMethodTaxAmountAction.php | 4 +++- .../Cart/CartSetShippingMethodTaxAmountActionBuilder.php | 4 +++- .../Models/Cart/CartSetShippingMethodTaxAmountActionModel.php | 4 +++- .../src/Models/Cart/CartSetShippingMethodTaxRateAction.php | 4 +++- .../Models/Cart/CartSetShippingMethodTaxRateActionBuilder.php | 4 +++- .../Models/Cart/CartSetShippingMethodTaxRateActionModel.php | 4 +++- .../OrderEdit/StagedOrderSetShippingMethodTaxAmountAction.php | 4 +++- .../StagedOrderSetShippingMethodTaxAmountActionBuilder.php | 4 +++- .../StagedOrderSetShippingMethodTaxAmountActionModel.php | 4 +++- .../OrderEdit/StagedOrderSetShippingMethodTaxRateAction.php | 4 +++- .../StagedOrderSetShippingMethodTaxRateActionBuilder.php | 4 +++- .../StagedOrderSetShippingMethodTaxRateActionModel.php | 4 +++- references.txt | 1 + 13 files changed, 37 insertions(+), 12 deletions(-) diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php index 5055488fb93..26f8bba970f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php @@ -17,7 +17,9 @@ interface CartSetShippingMethodTaxAmountAction extends CartUpdateAction public const FIELD_EXTERNAL_TAX_AMOUNT = 'externalTaxAmount'; /** - *

    key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Carts with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionBuilder.php index fba3acfcff9..0dcd4d44281 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionBuilder.php @@ -33,7 +33,9 @@ final class CartSetShippingMethodTaxAmountActionBuilder implements Builder private $externalTaxAmount; /** - *

    key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Carts with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionModel.php index 665cb42da73..5b21d88ed8a 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionModel.php @@ -71,7 +71,9 @@ public function getAction() } /** - *

    key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Carts with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateAction.php index 27cd5208ef7..eb46d19e5ad 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateAction.php @@ -17,7 +17,9 @@ interface CartSetShippingMethodTaxRateAction extends CartUpdateAction public const FIELD_EXTERNAL_TAX_RATE = 'externalTaxRate'; /** - *

    key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Carts with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionBuilder.php index 4f33c926a95..2226823d7af 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionBuilder.php @@ -33,7 +33,9 @@ final class CartSetShippingMethodTaxRateActionBuilder implements Builder private $externalTaxRate; /** - *

    key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Carts with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionModel.php index c261fd4acd4..cfbff1d4cab 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionModel.php @@ -71,7 +71,9 @@ public function getAction() } /** - *

    key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Carts with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountAction.php index 290b89d00fe..c31e717de8e 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountAction.php @@ -19,7 +19,9 @@ interface StagedOrderSetShippingMethodTaxAmountAction extends StagedOrderUpdateA public const FIELD_EXTERNAL_TAX_AMOUNT = 'externalTaxAmount'; /** - *

    key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Orders with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionBuilder.php index 0d144569818..959ec3dba6a 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionBuilder.php @@ -37,7 +37,9 @@ final class StagedOrderSetShippingMethodTaxAmountActionBuilder implements Builde private $externalTaxAmount; /** - *

    key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Orders with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionModel.php index ec03981de8e..1ff7a8c92a3 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionModel.php @@ -75,7 +75,9 @@ public function getAction() } /** - *

    key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Orders with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.

    * * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateAction.php index cbd8e6f7510..6f19a1bb0ae 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateAction.php @@ -19,7 +19,9 @@ interface StagedOrderSetShippingMethodTaxRateAction extends StagedOrderUpdateAct public const FIELD_EXTERNAL_TAX_RATE = 'externalTaxRate'; /** - *

    key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Orders with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionBuilder.php index f76008dd5de..78304e83769 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionBuilder.php @@ -37,7 +37,9 @@ final class StagedOrderSetShippingMethodTaxRateActionBuilder implements Builder private $externalTaxRate; /** - *

    key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Orders with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.

    * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionModel.php index 154bfddd10e..f33a7910363 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateActionModel.php @@ -75,7 +75,9 @@ public function getAction() } /** - *

    key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.

    + *

    key of the ShippingMethod to update. + * This is required and valid only for Orders with Multiple ShippingMode. + * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.

    * * * @return null|string diff --git a/references.txt b/references.txt index 3ca06914952..4e277062538 100644 --- a/references.txt +++ b/references.txt @@ -649,3 +649,4 @@ fcb27938a97f506a41f873de9aee883686e9f755 c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 2e0f5f8b89179eb2b6e301645af3fbc133e80cc1 63135905caaf9e37567f572868885c554f490979 +73698d6898e8b45cf1eaa53a91a3861e7adb080b From 2f574a74ec65254ac02c9f0c2ec867248764afd9 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:08:33 +0000 Subject: [PATCH 27/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 4e277062538..d2b5b998420 100644 --- a/references.txt +++ b/references.txt @@ -650,3 +650,4 @@ c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 2e0f5f8b89179eb2b6e301645af3fbc133e80cc1 63135905caaf9e37567f572868885c554f490979 73698d6898e8b45cf1eaa53a91a3861e7adb080b +58c4025460344e66e55801d14b034113b0c4813b From fa6b52c580aa40cd0e26b5742e3f487d11d6bbbd Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:54:22 +0000 Subject: [PATCH 28/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index d2b5b998420..0c033967d99 100644 --- a/references.txt +++ b/references.txt @@ -651,3 +651,4 @@ c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 63135905caaf9e37567f572868885c554f490979 73698d6898e8b45cf1eaa53a91a3861e7adb080b 58c4025460344e66e55801d14b034113b0c4813b +0a06710e4ff5bc135b90c16971c3d13159f3dd1b From 1529c80bc2febef1bb13d33698c1f5a32e4e4b83 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:25:24 +0000 Subject: [PATCH 29/31] build(codegen): updating SDK --- changes.md | 5 + lib/commercetools-api/docs/RequestBuilder.md | 11 ++- .../Cart/CartAddShippingMethodAction.php | 8 +- .../CartAddShippingMethodActionBuilder.php | 8 +- .../Cart/CartAddShippingMethodActionModel.php | 8 +- .../Cart/CartSetShippingMethodAction.php | 8 +- .../CartSetShippingMethodActionBuilder.php | 8 +- .../Cart/CartSetShippingMethodActionModel.php | 8 +- .../Me/MyCartSetShippingMethodAction.php | 8 +- .../MyCartSetShippingMethodActionBuilder.php | 8 +- .../Me/MyCartSetShippingMethodActionModel.php | 8 +- .../Models/ShippingMethod/ShippingMethod.php | 18 ++++ .../ShippingMethodAddStoreAction.php | 31 ++++++ .../ShippingMethodAddStoreActionBuilder.php | 75 +++++++++++++++ ...ShippingMethodAddStoreActionCollection.php | 56 +++++++++++ .../ShippingMethodAddStoreActionModel.php | 96 +++++++++++++++++++ .../ShippingMethod/ShippingMethodBuilder.php | 35 ++++++- .../ShippingMethod/ShippingMethodDraft.php | 19 ++++ .../ShippingMethodDraftBuilder.php | 36 ++++++- .../ShippingMethodDraftModel.php | 43 ++++++++- .../ShippingMethod/ShippingMethodModel.php | 42 +++++++- .../ShippingMethodRemoveStoreAction.php | 31 ++++++ ...ShippingMethodRemoveStoreActionBuilder.php | 75 +++++++++++++++ ...ppingMethodRemoveStoreActionCollection.php | 56 +++++++++++ .../ShippingMethodRemoveStoreActionModel.php | 96 +++++++++++++++++++ .../ShippingMethodSetStoresAction.php | 33 +++++++ .../ShippingMethodSetStoresActionBuilder.php | 66 +++++++++++++ ...hippingMethodSetStoresActionCollection.php | 56 +++++++++++ .../ShippingMethodSetStoresActionModel.php | 96 +++++++++++++++++++ .../ShippingMethodUpdateActionModel.php | 3 + references.txt | 1 + 31 files changed, 1037 insertions(+), 15 deletions(-) create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreAction.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionBuilder.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionCollection.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionModel.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreAction.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionBuilder.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionCollection.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionModel.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresAction.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionBuilder.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionCollection.php create mode 100644 lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionModel.php diff --git a/changes.md b/changes.md index e4cec196b6c..e802c46b483 100644 --- a/changes.md +++ b/changes.md @@ -160,6 +160,8 @@ - added property `discounts` to type `Project` - added property `priceRoundingMode` to type `QuoteRequest` - added property `priceRoundingMode` to type `Quote` +- added property `stores` to type `ShippingMethod` +- added property `stores` to type `ShippingMethodDraft` - added property `businessUnit` to type `ShoppingList` - added property `businessUnit` to type `ShoppingListDraft` - added property `published` to type `ShoppingListLineItem` @@ -581,6 +583,9 @@ - added type `ReservationState` - added type `SearchFuzzyExpression` - added type `SearchFuzzyValue` +- added type `ShippingMethodAddStoreAction` +- added type `ShippingMethodRemoveStoreAction` +- added type `ShippingMethodSetStoresAction` - added type `ShoppingListSetBusinessUnitAction` - added type `EventDeliveryPayload` - added type `EventSubscription` diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index e0327316209..820a128be7a 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -2188,7 +2188,11 @@ $request = $builder Creates a Cart in the Project. -If the referenced [ShippingMethod](ctp:api:type:ShippingMethod) in the [CartDraft](ctp:api:type:CartDraft) has a predicate that does not match, or if the Shipping Method is not active, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned. +An [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned in one of the following cases: + 1. If the referenced Shipping Method has a predicate that does not match the Cart. + 2. If the referenced Shipping Method is not active. + 3. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store. + 4. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store. When using [InventoryMode](ctp:api:type:InventoryMode) `ReserveOnCart`: - If only some Line Items can be reserved, the Cart creation succeeds, however, the items that could not be reserved are removed and reservation warnings are returned in the response. @@ -4329,7 +4333,10 @@ $request = $builder Creates a Cart in a [Store](ctp:api:type:Store). -If the referenced [ShippingMethod](ctp:api:type:ShippingMethod) in the [CartDraft](ctp:api:type:CartDraft) has a predicate that does not match, or if the Shipping Method is not active, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned. +An [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned in one of the following cases: + 1. If the referenced Shipping Method has a predicate that does not match the Cart. + 2. If the referenced Shipping Method is not active. + 3. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store. Specific Error Codes: diff --git a/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodAction.php b/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodAction.php index 3f44d12f56b..a5b1a4ebf21 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodAction.php @@ -35,7 +35,13 @@ public function getShippingKey(); /** *

    ResourceIdentifier to a ShippingMethod to add to the Cart with Multiple ShippingMode. - * If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + * InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionBuilder.php index 8102a636e61..e1b7f606712 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionBuilder.php @@ -82,7 +82,13 @@ public function getShippingKey() /** *

    ResourceIdentifier to a ShippingMethod to add to the Cart with Multiple ShippingMode. - * If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + * InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionModel.php b/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionModel.php index ae7a5581a99..f97663f544c 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddShippingMethodActionModel.php @@ -139,7 +139,13 @@ public function getShippingKey() /** *

    ResourceIdentifier to a ShippingMethod to add to the Cart with Multiple ShippingMode. - * If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + * InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodAction.php index a07abcffd0a..f775082eb12 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodAction.php @@ -20,7 +20,13 @@ interface CartSetShippingMethodAction extends CartUpdateAction /** *

    Value to set. * If empty, any existing value is removed.

    - *

    If the referenced Shipping Method is inactive, or has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + *

    InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionBuilder.php index b409db3f9eb..5e8fa6313ae 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionBuilder.php @@ -37,7 +37,13 @@ final class CartSetShippingMethodActionBuilder implements Builder /** *

    Value to set. * If empty, any existing value is removed.

    - *

    If the referenced Shipping Method is inactive, or has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + *

    InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionModel.php index bd246e9138b..0df72fd10d0 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodActionModel.php @@ -75,7 +75,13 @@ public function getAction() /** *

    Value to set. * If empty, any existing value is removed.

    - *

    If the referenced Shipping Method is inactive, or has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + *

    InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodAction.php b/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodAction.php index db9b5e8d445..2fc2c844f61 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodAction.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodAction.php @@ -21,7 +21,13 @@ interface MyCartSetShippingMethodAction extends MyCartUpdateAction /** *

    Value to set. * If empty, any existing value is removed.

    - *

    If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + *

    InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionBuilder.php index 5fed588a921..ef73e531b15 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionBuilder.php @@ -39,7 +39,13 @@ final class MyCartSetShippingMethodActionBuilder implements Builder /** *

    Value to set. * If empty, any existing value is removed.

    - *

    If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + *

    InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionModel.php index 7206fb59148..23178147270 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetShippingMethodActionModel.php @@ -77,7 +77,13 @@ public function getAction() /** *

    Value to set. * If empty, any existing value is removed.

    - *

    If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.

    + *

    InvalidOperation error is returned in one of the following cases:

    + *
      + *
    1. If the referenced Shipping Method has a predicate that does not match the Cart.
    2. + *
    3. If the referenced Shipping Method is not active.
    4. + *
    5. If the referenced Shipping Method is associated with a Store that is different from the Cart's Store.
    6. + *
    7. If the referenced Shipping Method is associated with a Store and the Cart is not associated with any Store.
    8. + *
    * * * @return null|ShippingMethodResourceIdentifier diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethod.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethod.php index 958f17014bd..c8d266af6d6 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethod.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethod.php @@ -12,6 +12,7 @@ use Commercetools\Api\Models\Common\CreatedBy; use Commercetools\Api\Models\Common\LastModifiedBy; use Commercetools\Api\Models\Common\LocalizedString; +use Commercetools\Api\Models\Store\StoreKeyReferenceCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryReference; use Commercetools\Api\Models\Type\CustomFields; use Commercetools\Base\DateTimeImmutableCollection; @@ -33,6 +34,7 @@ interface ShippingMethod extends BaseResource public const FIELD_IS_DEFAULT = 'isDefault'; public const FIELD_PREDICATE = 'predicate'; public const FIELD_CUSTOM = 'custom'; + public const FIELD_STORES = 'stores'; /** *

    Unique identifier of the ShippingMethod.

    @@ -171,6 +173,17 @@ public function getPredicate(); */ public function getCustom(); + /** + * + * + + * @return null|StoreKeyReferenceCollection + */ + public function getStores(); + /** * @param ?string $id */ @@ -255,4 +268,9 @@ public function setPredicate(?string $predicate): void; * @param ?CustomFields $custom */ public function setCustom(?CustomFields $custom): void; + + /** + * @param ?StoreKeyReferenceCollection $stores + */ + public function setStores(?StoreKeyReferenceCollection $stores): void; } diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreAction.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreAction.php new file mode 100644 index 00000000000..df33b1fe6c5 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreAction.php @@ -0,0 +1,31 @@ +ResourceIdentifier of the Store to add.

    + * + + * @return null|StoreResourceIdentifier + */ + public function getStore(); + + /** + * @param ?StoreResourceIdentifier $store + */ + public function setStore(?StoreResourceIdentifier $store): void; +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionBuilder.php new file mode 100644 index 00000000000..2f8ef3f2db4 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionBuilder.php @@ -0,0 +1,75 @@ + + */ +final class ShippingMethodAddStoreActionBuilder implements Builder +{ + /** + + * @var null|StoreResourceIdentifier|StoreResourceIdentifierBuilder + */ + private $store; + + /** + *

    ResourceIdentifier of the Store to add.

    + * + + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + return $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store; + } + + /** + * @param ?StoreResourceIdentifier $store + * @return $this + */ + public function withStore(?StoreResourceIdentifier $store) + { + $this->store = $store; + + return $this; + } + + /** + * @deprecated use withStore() instead + * @return $this + */ + public function withStoreBuilder(?StoreResourceIdentifierBuilder $store) + { + $this->store = $store; + + return $this; + } + + public function build(): ShippingMethodAddStoreAction + { + return new ShippingMethodAddStoreActionModel( + $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store + ); + } + + public static function of(): ShippingMethodAddStoreActionBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionCollection.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionCollection.php new file mode 100644 index 00000000000..2875322a1b8 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionCollection.php @@ -0,0 +1,56 @@ + + * @method ShippingMethodAddStoreAction current() + * @method ShippingMethodAddStoreAction end() + * @method ShippingMethodAddStoreAction at($offset) + */ +class ShippingMethodAddStoreActionCollection extends ShippingMethodUpdateActionCollection +{ + /** + * @psalm-assert ShippingMethodAddStoreAction $value + * @psalm-param ShippingMethodAddStoreAction|stdClass $value + * @throws InvalidArgumentException + * + * @return ShippingMethodAddStoreActionCollection + */ + public function add($value) + { + if (!$value instanceof ShippingMethodAddStoreAction) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?ShippingMethodAddStoreAction + */ + protected function mapper() + { + return function (?int $index): ?ShippingMethodAddStoreAction { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var ShippingMethodAddStoreAction $data */ + $data = ShippingMethodAddStoreActionModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionModel.php new file mode 100644 index 00000000000..d748789650e --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionModel.php @@ -0,0 +1,96 @@ +store = $store; + $this->action = $action ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getAction() + { + if (is_null($this->action)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ACTION); + if (is_null($data)) { + return null; + } + $this->action = (string) $data; + } + + return $this->action; + } + + /** + *

    ResourceIdentifier of the Store to add.

    + * + * + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + if (is_null($this->store)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_STORE); + if (is_null($data)) { + return null; + } + + $this->store = StoreResourceIdentifierModel::of($data); + } + + return $this->store; + } + + + /** + * @param ?StoreResourceIdentifier $store + */ + public function setStore(?StoreResourceIdentifier $store): void + { + $this->store = $store; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodBuilder.php index 80373ba6602..bccfe801296 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodBuilder.php @@ -16,6 +16,7 @@ use Commercetools\Api\Models\Common\LastModifiedByBuilder; use Commercetools\Api\Models\Common\LocalizedString; use Commercetools\Api\Models\Common\LocalizedStringBuilder; +use Commercetools\Api\Models\Store\StoreKeyReferenceCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryReference; use Commercetools\Api\Models\TaxCategory\TaxCategoryReferenceBuilder; use Commercetools\Api\Models\Type\CustomFields; @@ -135,6 +136,12 @@ final class ShippingMethodBuilder implements Builder */ private $custom; + /** + + * @var ?StoreKeyReferenceCollection + */ + private $stores; + /** *

    Unique identifier of the ShippingMethod.

    * @@ -323,6 +330,20 @@ public function getCustom() return $this->custom instanceof CustomFieldsBuilder ? $this->custom->build() : $this->custom; } + /** + * + * + + * @return null|StoreKeyReferenceCollection + */ + public function getStores() + { + return $this->stores; + } + /** * @param ?string $id * @return $this @@ -510,6 +531,17 @@ public function withCustom(?CustomFields $custom) return $this; } + /** + * @param ?StoreKeyReferenceCollection $stores + * @return $this + */ + public function withStores(?StoreKeyReferenceCollection $stores) + { + $this->stores = $stores; + + return $this; + } + /** * @deprecated use withLastModifiedBy() instead * @return $this @@ -595,7 +627,8 @@ public function build(): ShippingMethod $this->active, $this->isDefault, $this->predicate, - $this->custom instanceof CustomFieldsBuilder ? $this->custom->build() : $this->custom + $this->custom instanceof CustomFieldsBuilder ? $this->custom->build() : $this->custom, + $this->stores ); } diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraft.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraft.php index a9ff6ceabe5..ee644ce02c5 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraft.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraft.php @@ -9,6 +9,7 @@ namespace Commercetools\Api\Models\ShippingMethod; use Commercetools\Api\Models\Common\LocalizedString; +use Commercetools\Api\Models\Store\StoreResourceIdentifierCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifier; use Commercetools\Api\Models\Type\CustomFieldsDraft; use Commercetools\Base\DateTimeImmutableCollection; @@ -27,6 +28,7 @@ interface ShippingMethodDraft extends JsonObject public const FIELD_IS_DEFAULT = 'isDefault'; public const FIELD_PREDICATE = 'predicate'; public const FIELD_CUSTOM = 'custom'; + public const FIELD_STORES = 'stores'; /** *

    User-defined unique identifier for the ShippingMethod.

    @@ -116,6 +118,18 @@ public function getPredicate(); */ public function getCustom(); + /** + * + *

    If the number of referenced Stores exceeds the Stores per Shipping Method limit, an InvalidOperation error is returned.

    + * + + * @return null|StoreResourceIdentifierCollection + */ + public function getStores(); + /** * @param ?string $key */ @@ -170,4 +184,9 @@ public function setPredicate(?string $predicate): void; * @param ?CustomFieldsDraft $custom */ public function setCustom(?CustomFieldsDraft $custom): void; + + /** + * @param ?StoreResourceIdentifierCollection $stores + */ + public function setStores(?StoreResourceIdentifierCollection $stores): void; } diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php index d1ce2278b9c..797c5e225d4 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php @@ -10,6 +10,7 @@ use Commercetools\Api\Models\Common\LocalizedString; use Commercetools\Api\Models\Common\LocalizedStringBuilder; +use Commercetools\Api\Models\Store\StoreResourceIdentifierCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifier; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifierBuilder; use Commercetools\Api\Models\Type\CustomFieldsDraft; @@ -92,6 +93,12 @@ final class ShippingMethodDraftBuilder implements Builder */ private $custom; + /** + + * @var ?StoreResourceIdentifierCollection + */ + private $stores; + /** *

    User-defined unique identifier for the ShippingMethod.

    * @@ -213,6 +220,21 @@ public function getCustom() return $this->custom instanceof CustomFieldsDraftBuilder ? $this->custom->build() : $this->custom; } + /** + * + *

    If the number of referenced Stores exceeds the Stores per Shipping Method limit, an InvalidOperation error is returned.

    + * + + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + return $this->stores; + } + /** * @param ?string $key * @return $this @@ -334,6 +356,17 @@ public function withCustom(?CustomFieldsDraft $custom) return $this; } + /** + * @param ?StoreResourceIdentifierCollection $stores + * @return $this + */ + public function withStores(?StoreResourceIdentifierCollection $stores) + { + $this->stores = $stores; + + return $this; + } + /** * @deprecated use withLocalizedName() instead * @return $this @@ -391,7 +424,8 @@ public function build(): ShippingMethodDraft $this->active, $this->isDefault, $this->predicate, - $this->custom instanceof CustomFieldsDraftBuilder ? $this->custom->build() : $this->custom + $this->custom instanceof CustomFieldsDraftBuilder ? $this->custom->build() : $this->custom, + $this->stores ); } diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php index b8834d8cf33..8850710ee6e 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php @@ -10,6 +10,7 @@ use Commercetools\Api\Models\Common\LocalizedString; use Commercetools\Api\Models\Common\LocalizedStringModel; +use Commercetools\Api\Models\Store\StoreResourceIdentifierCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifier; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifierModel; use Commercetools\Api\Models\Type\CustomFieldsDraft; @@ -91,6 +92,12 @@ final class ShippingMethodDraftModel extends JsonObjectModel implements Shipping */ protected $custom; + /** + * + * @var ?StoreResourceIdentifierCollection + */ + protected $stores; + /** * @psalm-suppress MissingParamType @@ -106,7 +113,8 @@ public function __construct( ?bool $active = null, ?bool $isDefault = null, ?string $predicate = null, - ?CustomFieldsDraft $custom = null + ?CustomFieldsDraft $custom = null, + ?StoreResourceIdentifierCollection $stores = null ) { $this->key = $key; $this->name = $name; @@ -119,6 +127,7 @@ public function __construct( $this->isDefault = $isDefault; $this->predicate = $predicate; $this->custom = $custom; + $this->stores = $stores; } /** @@ -345,6 +354,30 @@ public function getCustom() return $this->custom; } + /** + * + *

    If the number of referenced Stores exceeds the Stores per Shipping Method limit, an InvalidOperation error is returned.

    + * + * + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + if (is_null($this->stores)) { + /** @psalm-var ?list $data */ + $data = $this->raw(self::FIELD_STORES); + if (is_null($data)) { + return null; + } + $this->stores = StoreResourceIdentifierCollection::fromArray($data); + } + + return $this->stores; + } + /** * @param ?string $key @@ -433,4 +466,12 @@ public function setCustom(?CustomFieldsDraft $custom): void { $this->custom = $custom; } + + /** + * @param ?StoreResourceIdentifierCollection $stores + */ + public function setStores(?StoreResourceIdentifierCollection $stores): void + { + $this->stores = $stores; + } } diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodModel.php index 7240c3907f1..ce7e1f1188f 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodModel.php @@ -16,6 +16,7 @@ use Commercetools\Api\Models\Common\LastModifiedByModel; use Commercetools\Api\Models\Common\LocalizedString; use Commercetools\Api\Models\Common\LocalizedStringModel; +use Commercetools\Api\Models\Store\StoreKeyReferenceCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryReference; use Commercetools\Api\Models\TaxCategory\TaxCategoryReferenceModel; use Commercetools\Api\Models\Type\CustomFields; @@ -134,6 +135,12 @@ final class ShippingMethodModel extends JsonObjectModel implements ShippingMetho */ protected $custom; + /** + * + * @var ?StoreKeyReferenceCollection + */ + protected $stores; + /** * @psalm-suppress MissingParamType @@ -155,7 +162,8 @@ public function __construct( ?bool $active = null, ?bool $isDefault = null, ?string $predicate = null, - ?CustomFields $custom = null + ?CustomFields $custom = null, + ?StoreKeyReferenceCollection $stores = null ) { $this->id = $id; $this->version = $version; @@ -174,6 +182,7 @@ public function __construct( $this->isDefault = $isDefault; $this->predicate = $predicate; $this->custom = $custom; + $this->stores = $stores; } /** @@ -531,6 +540,29 @@ public function getCustom() return $this->custom; } + /** + * + * + * + * @return null|StoreKeyReferenceCollection + */ + public function getStores() + { + if (is_null($this->stores)) { + /** @psalm-var ?list $data */ + $data = $this->raw(self::FIELD_STORES); + if (is_null($data)) { + return null; + } + $this->stores = StoreKeyReferenceCollection::fromArray($data); + } + + return $this->stores; + } + /** * @param ?string $id @@ -668,6 +700,14 @@ public function setCustom(?CustomFields $custom): void $this->custom = $custom; } + /** + * @param ?StoreKeyReferenceCollection $stores + */ + public function setStores(?StoreKeyReferenceCollection $stores): void + { + $this->stores = $stores; + } + #[\ReturnTypeWillChange] public function jsonSerialize() diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreAction.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreAction.php new file mode 100644 index 00000000000..69f46a316b1 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreAction.php @@ -0,0 +1,31 @@ +ResourceIdentifier of the Store to remove.

    + * + + * @return null|StoreResourceIdentifier + */ + public function getStore(); + + /** + * @param ?StoreResourceIdentifier $store + */ + public function setStore(?StoreResourceIdentifier $store): void; +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionBuilder.php new file mode 100644 index 00000000000..656db8219c4 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionBuilder.php @@ -0,0 +1,75 @@ + + */ +final class ShippingMethodRemoveStoreActionBuilder implements Builder +{ + /** + + * @var null|StoreResourceIdentifier|StoreResourceIdentifierBuilder + */ + private $store; + + /** + *

    ResourceIdentifier of the Store to remove.

    + * + + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + return $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store; + } + + /** + * @param ?StoreResourceIdentifier $store + * @return $this + */ + public function withStore(?StoreResourceIdentifier $store) + { + $this->store = $store; + + return $this; + } + + /** + * @deprecated use withStore() instead + * @return $this + */ + public function withStoreBuilder(?StoreResourceIdentifierBuilder $store) + { + $this->store = $store; + + return $this; + } + + public function build(): ShippingMethodRemoveStoreAction + { + return new ShippingMethodRemoveStoreActionModel( + $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store + ); + } + + public static function of(): ShippingMethodRemoveStoreActionBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionCollection.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionCollection.php new file mode 100644 index 00000000000..54096dee11f --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionCollection.php @@ -0,0 +1,56 @@ + + * @method ShippingMethodRemoveStoreAction current() + * @method ShippingMethodRemoveStoreAction end() + * @method ShippingMethodRemoveStoreAction at($offset) + */ +class ShippingMethodRemoveStoreActionCollection extends ShippingMethodUpdateActionCollection +{ + /** + * @psalm-assert ShippingMethodRemoveStoreAction $value + * @psalm-param ShippingMethodRemoveStoreAction|stdClass $value + * @throws InvalidArgumentException + * + * @return ShippingMethodRemoveStoreActionCollection + */ + public function add($value) + { + if (!$value instanceof ShippingMethodRemoveStoreAction) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?ShippingMethodRemoveStoreAction + */ + protected function mapper() + { + return function (?int $index): ?ShippingMethodRemoveStoreAction { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var ShippingMethodRemoveStoreAction $data */ + $data = ShippingMethodRemoveStoreActionModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionModel.php new file mode 100644 index 00000000000..fea5aadc5a5 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionModel.php @@ -0,0 +1,96 @@ +store = $store; + $this->action = $action ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getAction() + { + if (is_null($this->action)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ACTION); + if (is_null($data)) { + return null; + } + $this->action = (string) $data; + } + + return $this->action; + } + + /** + *

    ResourceIdentifier of the Store to remove.

    + * + * + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + if (is_null($this->store)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_STORE); + if (is_null($data)) { + return null; + } + + $this->store = StoreResourceIdentifierModel::of($data); + } + + return $this->store; + } + + + /** + * @param ?StoreResourceIdentifier $store + */ + public function setStore(?StoreResourceIdentifier $store): void + { + $this->store = $store; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresAction.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresAction.php new file mode 100644 index 00000000000..38cde0fe43f --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresAction.php @@ -0,0 +1,33 @@ +ResourceIdentifiers of the Stores to set. + * Overrides the current list of Stores. + * If empty, any existing values are removed.

    + * + + * @return null|StoreResourceIdentifierCollection + */ + public function getStores(); + + /** + * @param ?StoreResourceIdentifierCollection $stores + */ + public function setStores(?StoreResourceIdentifierCollection $stores): void; +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionBuilder.php new file mode 100644 index 00000000000..d8140cbdada --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionBuilder.php @@ -0,0 +1,66 @@ + + */ +final class ShippingMethodSetStoresActionBuilder implements Builder +{ + /** + + * @var ?StoreResourceIdentifierCollection + */ + private $stores; + + /** + *

    ResourceIdentifiers of the Stores to set. + * Overrides the current list of Stores. + * If empty, any existing values are removed.

    + * + + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + return $this->stores; + } + + /** + * @param ?StoreResourceIdentifierCollection $stores + * @return $this + */ + public function withStores(?StoreResourceIdentifierCollection $stores) + { + $this->stores = $stores; + + return $this; + } + + + public function build(): ShippingMethodSetStoresAction + { + return new ShippingMethodSetStoresActionModel( + $this->stores + ); + } + + public static function of(): ShippingMethodSetStoresActionBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionCollection.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionCollection.php new file mode 100644 index 00000000000..f082455ea63 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionCollection.php @@ -0,0 +1,56 @@ + + * @method ShippingMethodSetStoresAction current() + * @method ShippingMethodSetStoresAction end() + * @method ShippingMethodSetStoresAction at($offset) + */ +class ShippingMethodSetStoresActionCollection extends ShippingMethodUpdateActionCollection +{ + /** + * @psalm-assert ShippingMethodSetStoresAction $value + * @psalm-param ShippingMethodSetStoresAction|stdClass $value + * @throws InvalidArgumentException + * + * @return ShippingMethodSetStoresActionCollection + */ + public function add($value) + { + if (!$value instanceof ShippingMethodSetStoresAction) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?ShippingMethodSetStoresAction + */ + protected function mapper() + { + return function (?int $index): ?ShippingMethodSetStoresAction { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var ShippingMethodSetStoresAction $data */ + $data = ShippingMethodSetStoresActionModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionModel.php new file mode 100644 index 00000000000..75b4f57b552 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionModel.php @@ -0,0 +1,96 @@ +stores = $stores; + $this->action = $action ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getAction() + { + if (is_null($this->action)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ACTION); + if (is_null($data)) { + return null; + } + $this->action = (string) $data; + } + + return $this->action; + } + + /** + *

    ResourceIdentifiers of the Stores to set. + * Overrides the current list of Stores. + * If empty, any existing values are removed.

    + * + * + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + if (is_null($this->stores)) { + /** @psalm-var ?list $data */ + $data = $this->raw(self::FIELD_STORES); + if (is_null($data)) { + return null; + } + $this->stores = StoreResourceIdentifierCollection::fromArray($data); + } + + return $this->stores; + } + + + /** + * @param ?StoreResourceIdentifierCollection $stores + */ + public function setStores(?StoreResourceIdentifierCollection $stores): void + { + $this->stores = $stores; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateActionModel.php index ac86423d753..f8b94c7e381 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateActionModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateActionModel.php @@ -32,12 +32,14 @@ final class ShippingMethodUpdateActionModel extends JsonObjectModel implements S */ private static $discriminatorClasses = [ 'addShippingRate' => ShippingMethodAddShippingRateActionModel::class, + 'addStore' => ShippingMethodAddStoreActionModel::class, 'addZone' => ShippingMethodAddZoneActionModel::class, 'changeActive' => ShippingMethodChangeActiveActionModel::class, 'changeIsDefault' => ShippingMethodChangeIsDefaultActionModel::class, 'changeName' => ShippingMethodChangeNameActionModel::class, 'changeTaxCategory' => ShippingMethodChangeTaxCategoryActionModel::class, 'removeShippingRate' => ShippingMethodRemoveShippingRateActionModel::class, + 'removeStore' => ShippingMethodRemoveStoreActionModel::class, 'removeZone' => ShippingMethodRemoveZoneActionModel::class, 'setCustomField' => ShippingMethodSetCustomFieldActionModel::class, 'setCustomType' => ShippingMethodSetCustomTypeActionModel::class, @@ -46,6 +48,7 @@ final class ShippingMethodUpdateActionModel extends JsonObjectModel implements S 'setLocalizedDescription' => ShippingMethodSetLocalizedDescriptionActionModel::class, 'setLocalizedName' => ShippingMethodSetLocalizedNameActionModel::class, 'setPredicate' => ShippingMethodSetPredicateActionModel::class, + 'setStores' => ShippingMethodSetStoresActionModel::class, ]; /** diff --git a/references.txt b/references.txt index 0c033967d99..cd6f57f9d76 100644 --- a/references.txt +++ b/references.txt @@ -652,3 +652,4 @@ c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 73698d6898e8b45cf1eaa53a91a3861e7adb080b 58c4025460344e66e55801d14b034113b0c4813b 0a06710e4ff5bc135b90c16971c3d13159f3dd1b +63fe6f069485cdb17182b7df6addf5648c2fef3f From 343c6cdb4388c76ee7de324296d0220d79432e93 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 07:00:21 +0000 Subject: [PATCH 30/31] build(codegen): updating SDK --- changes.md | 4 + .../src/Models/Common/BaseResource.php | 2 + .../src/Models/Common/BaseResourceBuilder.php | 4 + .../src/Models/Common/BaseResourceModel.php | 4 + .../src/Models/Message/CartLockedMessage.php | 16 + .../Message/CartLockedMessageBuilder.php | 375 +++++++++++++++ .../Message/CartLockedMessageCollection.php | 56 +++ .../Models/Message/CartLockedMessageModel.php | 454 ++++++++++++++++++ .../Message/CartLockedMessagePayload.php | 16 + .../CartLockedMessagePayloadBuilder.php | 33 ++ .../CartLockedMessagePayloadCollection.php | 56 +++ .../Message/CartLockedMessagePayloadModel.php | 56 +++ .../Models/Message/CartUnlockedMessage.php | 16 + .../Message/CartUnlockedMessageBuilder.php | 375 +++++++++++++++ .../Message/CartUnlockedMessageCollection.php | 56 +++ .../Message/CartUnlockedMessageModel.php | 454 ++++++++++++++++++ .../Message/CartUnlockedMessagePayload.php | 16 + .../CartUnlockedMessagePayloadBuilder.php | 33 ++ .../CartUnlockedMessagePayloadCollection.php | 56 +++ .../CartUnlockedMessagePayloadModel.php | 56 +++ .../src/Models/Message/MessageModel.php | 2 + .../Models/Message/MessagePayloadModel.php | 2 + references.txt | 1 + 23 files changed, 2143 insertions(+) create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessage.php create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessageBuilder.php create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessageCollection.php create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessageModel.php create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessagePayload.php create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadBuilder.php create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadCollection.php create mode 100644 lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadModel.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessage.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessageBuilder.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessageCollection.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessageModel.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayload.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadBuilder.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadCollection.php create mode 100644 lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadModel.php diff --git a/changes.md b/changes.md index e802c46b483..5cf8c6859e1 100644 --- a/changes.md +++ b/changes.md @@ -342,8 +342,10 @@ - added type `BusinessUnitTopLevelUnitSetMessage` - added type `BusinessUnitTypeSetMessage` - added type `CartFrozenMessage` +- added type `CartLockedMessage` - added type `CartPurchaseOrderNumberSetMessage` - added type `CartUnfrozenMessage` +- added type `CartUnlockedMessage` - added type `CustomerBillingAddressAddedMessage` - added type `CustomerBillingAddressRemovedMessage` - added type `CustomerDefaultBillingAddressSetMessage` @@ -414,8 +416,10 @@ - added type `BusinessUnitTopLevelUnitSetMessagePayload` - added type `BusinessUnitTypeSetMessagePayload` - added type `CartFrozenMessagePayload` +- added type `CartLockedMessagePayload` - added type `CartPurchaseOrderNumberSetMessagePayload` - added type `CartUnfrozenMessagePayload` +- added type `CartUnlockedMessagePayload` - added type `CustomerBillingAddressAddedMessagePayload` - added type `CustomerBillingAddressRemovedMessagePayload` - added type `CustomerDefaultBillingAddressSetMessagePayload` diff --git a/lib/commercetools-api/src/Models/Common/BaseResource.php b/lib/commercetools-api/src/Models/Common/BaseResource.php index 62c0917dca9..7997cb7e761 100644 --- a/lib/commercetools-api/src/Models/Common/BaseResource.php +++ b/lib/commercetools-api/src/Models/Common/BaseResource.php @@ -91,8 +91,10 @@ use Commercetools\Api\Models\Message\CartDiscountStoreRemovedMessage; use Commercetools\Api\Models\Message\CartDiscountStoresSetMessage; use Commercetools\Api\Models\Message\CartFrozenMessage; +use Commercetools\Api\Models\Message\CartLockedMessage; use Commercetools\Api\Models\Message\CartPurchaseOrderNumberSetMessage; use Commercetools\Api\Models\Message\CartUnfrozenMessage; +use Commercetools\Api\Models\Message\CartUnlockedMessage; use Commercetools\Api\Models\Message\CategoryCreatedMessage; use Commercetools\Api\Models\Message\CategorySlugChangedMessage; use Commercetools\Api\Models\Message\CustomerAddressAddedMessage; diff --git a/lib/commercetools-api/src/Models/Common/BaseResourceBuilder.php b/lib/commercetools-api/src/Models/Common/BaseResourceBuilder.php index e74b762fffd..c6c5c4e56b2 100644 --- a/lib/commercetools-api/src/Models/Common/BaseResourceBuilder.php +++ b/lib/commercetools-api/src/Models/Common/BaseResourceBuilder.php @@ -174,10 +174,14 @@ use Commercetools\Api\Models\Message\CartDiscountStoresSetMessageBuilder; use Commercetools\Api\Models\Message\CartFrozenMessage; use Commercetools\Api\Models\Message\CartFrozenMessageBuilder; +use Commercetools\Api\Models\Message\CartLockedMessage; +use Commercetools\Api\Models\Message\CartLockedMessageBuilder; use Commercetools\Api\Models\Message\CartPurchaseOrderNumberSetMessage; use Commercetools\Api\Models\Message\CartPurchaseOrderNumberSetMessageBuilder; use Commercetools\Api\Models\Message\CartUnfrozenMessage; use Commercetools\Api\Models\Message\CartUnfrozenMessageBuilder; +use Commercetools\Api\Models\Message\CartUnlockedMessage; +use Commercetools\Api\Models\Message\CartUnlockedMessageBuilder; use Commercetools\Api\Models\Message\CategoryCreatedMessage; use Commercetools\Api\Models\Message\CategoryCreatedMessageBuilder; use Commercetools\Api\Models\Message\CategorySlugChangedMessage; diff --git a/lib/commercetools-api/src/Models/Common/BaseResourceModel.php b/lib/commercetools-api/src/Models/Common/BaseResourceModel.php index a7082edc593..85948eb621b 100644 --- a/lib/commercetools-api/src/Models/Common/BaseResourceModel.php +++ b/lib/commercetools-api/src/Models/Common/BaseResourceModel.php @@ -174,10 +174,14 @@ use Commercetools\Api\Models\Message\CartDiscountStoresSetMessageModel; use Commercetools\Api\Models\Message\CartFrozenMessage; use Commercetools\Api\Models\Message\CartFrozenMessageModel; +use Commercetools\Api\Models\Message\CartLockedMessage; +use Commercetools\Api\Models\Message\CartLockedMessageModel; use Commercetools\Api\Models\Message\CartPurchaseOrderNumberSetMessage; use Commercetools\Api\Models\Message\CartPurchaseOrderNumberSetMessageModel; use Commercetools\Api\Models\Message\CartUnfrozenMessage; use Commercetools\Api\Models\Message\CartUnfrozenMessageModel; +use Commercetools\Api\Models\Message\CartUnlockedMessage; +use Commercetools\Api\Models\Message\CartUnlockedMessageModel; use Commercetools\Api\Models\Message\CategoryCreatedMessage; use Commercetools\Api\Models\Message\CategoryCreatedMessageModel; use Commercetools\Api\Models\Message\CategorySlugChangedMessage; diff --git a/lib/commercetools-api/src/Models/Message/CartLockedMessage.php b/lib/commercetools-api/src/Models/Message/CartLockedMessage.php new file mode 100644 index 00000000000..23ce3a3590f --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartLockedMessage.php @@ -0,0 +1,16 @@ + + */ +final class CartLockedMessageBuilder implements Builder +{ + /** + + * @var ?string + */ + private $id; + + /** + + * @var ?int + */ + private $version; + + /** + + * @var ?DateTimeImmutable + */ + private $createdAt; + + /** + + * @var ?DateTimeImmutable + */ + private $lastModifiedAt; + + /** + + * @var null|LastModifiedBy|LastModifiedByBuilder + */ + private $lastModifiedBy; + + /** + + * @var null|CreatedBy|CreatedByBuilder + */ + private $createdBy; + + /** + + * @var ?int + */ + private $sequenceNumber; + + /** + + * @var null|Reference|ReferenceBuilder + */ + private $resource; + + /** + + * @var ?int + */ + private $resourceVersion; + + /** + + * @var null|UserProvidedIdentifiers|UserProvidedIdentifiersBuilder + */ + private $resourceUserProvidedIdentifiers; + + /** + *

    Unique identifier of the Message. Can be used to track which Messages have been processed.

    + * + + * @return null|string + */ + public function getId() + { + return $this->id; + } + + /** + *

    Version of a resource. In case of Messages, this is always 1.

    + * + + * @return null|int + */ + public function getVersion() + { + return $this->version; + } + + /** + *

    Date and time (UTC) the Message was generated.

    + * + + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + return $this->createdAt; + } + + /** + *

    Value of createdAt.

    + * + + * @return null|DateTimeImmutable + */ + public function getLastModifiedAt() + { + return $this->lastModifiedAt; + } + + /** + *

    IDs and references that last modified the Message.

    + * + + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + return $this->lastModifiedBy instanceof LastModifiedByBuilder ? $this->lastModifiedBy->build() : $this->lastModifiedBy; + } + + /** + *

    IDs and references that created the Message.

    + * + + * @return null|CreatedBy + */ + public function getCreatedBy() + { + return $this->createdBy instanceof CreatedByBuilder ? $this->createdBy->build() : $this->createdBy; + } + + /** + *

    Message number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1. + * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.

    + * + + * @return null|int + */ + public function getSequenceNumber() + { + return $this->sequenceNumber; + } + + /** + *

    Reference to the resource on which the change or action was performed.

    + * + + * @return null|Reference + */ + public function getResource() + { + return $this->resource instanceof ReferenceBuilder ? $this->resource->build() : $this->resource; + } + + /** + *

    Version of the resource on which the change or action was performed.

    + * + + * @return null|int + */ + public function getResourceVersion() + { + return $this->resourceVersion; + } + + /** + *

    User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.

    + * + + * @return null|UserProvidedIdentifiers + */ + public function getResourceUserProvidedIdentifiers() + { + return $this->resourceUserProvidedIdentifiers instanceof UserProvidedIdentifiersBuilder ? $this->resourceUserProvidedIdentifiers->build() : $this->resourceUserProvidedIdentifiers; + } + + /** + * @param ?string $id + * @return $this + */ + public function withId(?string $id) + { + $this->id = $id; + + return $this; + } + + /** + * @param ?int $version + * @return $this + */ + public function withVersion(?int $version) + { + $this->version = $version; + + return $this; + } + + /** + * @param ?DateTimeImmutable $createdAt + * @return $this + */ + public function withCreatedAt(?DateTimeImmutable $createdAt) + { + $this->createdAt = $createdAt; + + return $this; + } + + /** + * @param ?DateTimeImmutable $lastModifiedAt + * @return $this + */ + public function withLastModifiedAt(?DateTimeImmutable $lastModifiedAt) + { + $this->lastModifiedAt = $lastModifiedAt; + + return $this; + } + + /** + * @param ?LastModifiedBy $lastModifiedBy + * @return $this + */ + public function withLastModifiedBy(?LastModifiedBy $lastModifiedBy) + { + $this->lastModifiedBy = $lastModifiedBy; + + return $this; + } + + /** + * @param ?CreatedBy $createdBy + * @return $this + */ + public function withCreatedBy(?CreatedBy $createdBy) + { + $this->createdBy = $createdBy; + + return $this; + } + + /** + * @param ?int $sequenceNumber + * @return $this + */ + public function withSequenceNumber(?int $sequenceNumber) + { + $this->sequenceNumber = $sequenceNumber; + + return $this; + } + + /** + * @param ?Reference $resource + * @return $this + */ + public function withResource(?Reference $resource) + { + $this->resource = $resource; + + return $this; + } + + /** + * @param ?int $resourceVersion + * @return $this + */ + public function withResourceVersion(?int $resourceVersion) + { + $this->resourceVersion = $resourceVersion; + + return $this; + } + + /** + * @param ?UserProvidedIdentifiers $resourceUserProvidedIdentifiers + * @return $this + */ + public function withResourceUserProvidedIdentifiers(?UserProvidedIdentifiers $resourceUserProvidedIdentifiers) + { + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + + return $this; + } + + /** + * @deprecated use withLastModifiedBy() instead + * @return $this + */ + public function withLastModifiedByBuilder(?LastModifiedByBuilder $lastModifiedBy) + { + $this->lastModifiedBy = $lastModifiedBy; + + return $this; + } + + /** + * @deprecated use withCreatedBy() instead + * @return $this + */ + public function withCreatedByBuilder(?CreatedByBuilder $createdBy) + { + $this->createdBy = $createdBy; + + return $this; + } + + /** + * @deprecated use withResource() instead + * @return $this + */ + public function withResourceBuilder(?ReferenceBuilder $resource) + { + $this->resource = $resource; + + return $this; + } + + /** + * @deprecated use withResourceUserProvidedIdentifiers() instead + * @return $this + */ + public function withResourceUserProvidedIdentifiersBuilder(?UserProvidedIdentifiersBuilder $resourceUserProvidedIdentifiers) + { + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + + return $this; + } + + public function build(): CartLockedMessage + { + return new CartLockedMessageModel( + $this->id, + $this->version, + $this->createdAt, + $this->lastModifiedAt, + $this->lastModifiedBy instanceof LastModifiedByBuilder ? $this->lastModifiedBy->build() : $this->lastModifiedBy, + $this->createdBy instanceof CreatedByBuilder ? $this->createdBy->build() : $this->createdBy, + $this->sequenceNumber, + $this->resource instanceof ReferenceBuilder ? $this->resource->build() : $this->resource, + $this->resourceVersion, + $this->resourceUserProvidedIdentifiers instanceof UserProvidedIdentifiersBuilder ? $this->resourceUserProvidedIdentifiers->build() : $this->resourceUserProvidedIdentifiers + ); + } + + public static function of(): CartLockedMessageBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartLockedMessageCollection.php b/lib/commercetools-api/src/Models/Message/CartLockedMessageCollection.php new file mode 100644 index 00000000000..7f8e5f27e4f --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartLockedMessageCollection.php @@ -0,0 +1,56 @@ + + * @method CartLockedMessage current() + * @method CartLockedMessage end() + * @method CartLockedMessage at($offset) + */ +class CartLockedMessageCollection extends MessageCollection +{ + /** + * @psalm-assert CartLockedMessage $value + * @psalm-param CartLockedMessage|stdClass $value + * @throws InvalidArgumentException + * + * @return CartLockedMessageCollection + */ + public function add($value) + { + if (!$value instanceof CartLockedMessage) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?CartLockedMessage + */ + protected function mapper() + { + return function (?int $index): ?CartLockedMessage { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var CartLockedMessage $data */ + $data = CartLockedMessageModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartLockedMessageModel.php b/lib/commercetools-api/src/Models/Message/CartLockedMessageModel.php new file mode 100644 index 00000000000..8834544829b --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartLockedMessageModel.php @@ -0,0 +1,454 @@ +id = $id; + $this->version = $version; + $this->createdAt = $createdAt; + $this->lastModifiedAt = $lastModifiedAt; + $this->lastModifiedBy = $lastModifiedBy; + $this->createdBy = $createdBy; + $this->sequenceNumber = $sequenceNumber; + $this->resource = $resource; + $this->resourceVersion = $resourceVersion; + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + $this->type = $type ?? self::DISCRIMINATOR_VALUE; + } + + /** + *

    Unique identifier of the Message. Can be used to track which Messages have been processed.

    + * + * + * @return null|string + */ + public function getId() + { + if (is_null($this->id)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ID); + if (is_null($data)) { + return null; + } + $this->id = (string) $data; + } + + return $this->id; + } + + /** + *

    Version of a resource. In case of Messages, this is always 1.

    + * + * + * @return null|int + */ + public function getVersion() + { + if (is_null($this->version)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_VERSION); + if (is_null($data)) { + return null; + } + $this->version = (int) $data; + } + + return $this->version; + } + + /** + *

    Date and time (UTC) the Message was generated.

    + * + * + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + if (is_null($this->createdAt)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_CREATED_AT); + if (is_null($data)) { + return null; + } + $data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data); + if (false === $data) { + return null; + } + $this->createdAt = $data; + } + + return $this->createdAt; + } + + /** + *

    Value of createdAt.

    + * + * + * @return null|DateTimeImmutable + */ + public function getLastModifiedAt() + { + if (is_null($this->lastModifiedAt)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_LAST_MODIFIED_AT); + if (is_null($data)) { + return null; + } + $data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data); + if (false === $data) { + return null; + } + $this->lastModifiedAt = $data; + } + + return $this->lastModifiedAt; + } + + /** + *

    IDs and references that last modified the Message.

    + * + * + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + if (is_null($this->lastModifiedBy)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_LAST_MODIFIED_BY); + if (is_null($data)) { + return null; + } + + $this->lastModifiedBy = LastModifiedByModel::of($data); + } + + return $this->lastModifiedBy; + } + + /** + *

    IDs and references that created the Message.

    + * + * + * @return null|CreatedBy + */ + public function getCreatedBy() + { + if (is_null($this->createdBy)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_CREATED_BY); + if (is_null($data)) { + return null; + } + + $this->createdBy = CreatedByModel::of($data); + } + + return $this->createdBy; + } + + /** + *

    Message number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1. + * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.

    + * + * + * @return null|int + */ + public function getSequenceNumber() + { + if (is_null($this->sequenceNumber)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_SEQUENCE_NUMBER); + if (is_null($data)) { + return null; + } + $this->sequenceNumber = (int) $data; + } + + return $this->sequenceNumber; + } + + /** + *

    Reference to the resource on which the change or action was performed.

    + * + * + * @return null|Reference + */ + public function getResource() + { + if (is_null($this->resource)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_RESOURCE); + if (is_null($data)) { + return null; + } + $className = ReferenceModel::resolveDiscriminatorClass($data); + $this->resource = $className::of($data); + } + + return $this->resource; + } + + /** + *

    Version of the resource on which the change or action was performed.

    + * + * + * @return null|int + */ + public function getResourceVersion() + { + if (is_null($this->resourceVersion)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_RESOURCE_VERSION); + if (is_null($data)) { + return null; + } + $this->resourceVersion = (int) $data; + } + + return $this->resourceVersion; + } + + /** + *

    Message Type of the Message.

    + * + * + * @return null|string + */ + public function getType() + { + if (is_null($this->type)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_TYPE); + if (is_null($data)) { + return null; + } + $this->type = (string) $data; + } + + return $this->type; + } + + /** + *

    User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.

    + * + * + * @return null|UserProvidedIdentifiers + */ + public function getResourceUserProvidedIdentifiers() + { + if (is_null($this->resourceUserProvidedIdentifiers)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_RESOURCE_USER_PROVIDED_IDENTIFIERS); + if (is_null($data)) { + return null; + } + + $this->resourceUserProvidedIdentifiers = UserProvidedIdentifiersModel::of($data); + } + + return $this->resourceUserProvidedIdentifiers; + } + + + /** + * @param ?string $id + */ + public function setId(?string $id): void + { + $this->id = $id; + } + + /** + * @param ?int $version + */ + public function setVersion(?int $version): void + { + $this->version = $version; + } + + /** + * @param ?DateTimeImmutable $createdAt + */ + public function setCreatedAt(?DateTimeImmutable $createdAt): void + { + $this->createdAt = $createdAt; + } + + /** + * @param ?DateTimeImmutable $lastModifiedAt + */ + public function setLastModifiedAt(?DateTimeImmutable $lastModifiedAt): void + { + $this->lastModifiedAt = $lastModifiedAt; + } + + /** + * @param ?LastModifiedBy $lastModifiedBy + */ + public function setLastModifiedBy(?LastModifiedBy $lastModifiedBy): void + { + $this->lastModifiedBy = $lastModifiedBy; + } + + /** + * @param ?CreatedBy $createdBy + */ + public function setCreatedBy(?CreatedBy $createdBy): void + { + $this->createdBy = $createdBy; + } + + /** + * @param ?int $sequenceNumber + */ + public function setSequenceNumber(?int $sequenceNumber): void + { + $this->sequenceNumber = $sequenceNumber; + } + + /** + * @param ?Reference $resource + */ + public function setResource(?Reference $resource): void + { + $this->resource = $resource; + } + + /** + * @param ?int $resourceVersion + */ + public function setResourceVersion(?int $resourceVersion): void + { + $this->resourceVersion = $resourceVersion; + } + + /** + * @param ?UserProvidedIdentifiers $resourceUserProvidedIdentifiers + */ + public function setResourceUserProvidedIdentifiers(?UserProvidedIdentifiers $resourceUserProvidedIdentifiers): void + { + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + } + + + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + $data = $this->toArray(); + if (isset($data[Message::FIELD_CREATED_AT]) && $data[Message::FIELD_CREATED_AT] instanceof \DateTimeImmutable) { + $data[Message::FIELD_CREATED_AT] = $data[Message::FIELD_CREATED_AT]->setTimeZone(new \DateTimeZone('UTC'))->format('c'); + } + + if (isset($data[Message::FIELD_LAST_MODIFIED_AT]) && $data[Message::FIELD_LAST_MODIFIED_AT] instanceof \DateTimeImmutable) { + $data[Message::FIELD_LAST_MODIFIED_AT] = $data[Message::FIELD_LAST_MODIFIED_AT]->setTimeZone(new \DateTimeZone('UTC'))->format('c'); + } + return (object) $data; + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartLockedMessagePayload.php b/lib/commercetools-api/src/Models/Message/CartLockedMessagePayload.php new file mode 100644 index 00000000000..b73e37669d3 --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartLockedMessagePayload.php @@ -0,0 +1,16 @@ + + */ +final class CartLockedMessagePayloadBuilder implements Builder +{ + public function build(): CartLockedMessagePayload + { + return new CartLockedMessagePayloadModel( + ); + } + + public static function of(): CartLockedMessagePayloadBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadCollection.php b/lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadCollection.php new file mode 100644 index 00000000000..8285a196df4 --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadCollection.php @@ -0,0 +1,56 @@ + + * @method CartLockedMessagePayload current() + * @method CartLockedMessagePayload end() + * @method CartLockedMessagePayload at($offset) + */ +class CartLockedMessagePayloadCollection extends MessagePayloadCollection +{ + /** + * @psalm-assert CartLockedMessagePayload $value + * @psalm-param CartLockedMessagePayload|stdClass $value + * @throws InvalidArgumentException + * + * @return CartLockedMessagePayloadCollection + */ + public function add($value) + { + if (!$value instanceof CartLockedMessagePayload) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?CartLockedMessagePayload + */ + protected function mapper() + { + return function (?int $index): ?CartLockedMessagePayload { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var CartLockedMessagePayload $data */ + $data = CartLockedMessagePayloadModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadModel.php new file mode 100644 index 00000000000..9a026b1e5a4 --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartLockedMessagePayloadModel.php @@ -0,0 +1,56 @@ +type = $type ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getType() + { + if (is_null($this->type)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_TYPE); + if (is_null($data)) { + return null; + } + $this->type = (string) $data; + } + + return $this->type; + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartUnlockedMessage.php b/lib/commercetools-api/src/Models/Message/CartUnlockedMessage.php new file mode 100644 index 00000000000..0d9ee15ce9f --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartUnlockedMessage.php @@ -0,0 +1,16 @@ + + */ +final class CartUnlockedMessageBuilder implements Builder +{ + /** + + * @var ?string + */ + private $id; + + /** + + * @var ?int + */ + private $version; + + /** + + * @var ?DateTimeImmutable + */ + private $createdAt; + + /** + + * @var ?DateTimeImmutable + */ + private $lastModifiedAt; + + /** + + * @var null|LastModifiedBy|LastModifiedByBuilder + */ + private $lastModifiedBy; + + /** + + * @var null|CreatedBy|CreatedByBuilder + */ + private $createdBy; + + /** + + * @var ?int + */ + private $sequenceNumber; + + /** + + * @var null|Reference|ReferenceBuilder + */ + private $resource; + + /** + + * @var ?int + */ + private $resourceVersion; + + /** + + * @var null|UserProvidedIdentifiers|UserProvidedIdentifiersBuilder + */ + private $resourceUserProvidedIdentifiers; + + /** + *

    Unique identifier of the Message. Can be used to track which Messages have been processed.

    + * + + * @return null|string + */ + public function getId() + { + return $this->id; + } + + /** + *

    Version of a resource. In case of Messages, this is always 1.

    + * + + * @return null|int + */ + public function getVersion() + { + return $this->version; + } + + /** + *

    Date and time (UTC) the Message was generated.

    + * + + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + return $this->createdAt; + } + + /** + *

    Value of createdAt.

    + * + + * @return null|DateTimeImmutable + */ + public function getLastModifiedAt() + { + return $this->lastModifiedAt; + } + + /** + *

    IDs and references that last modified the Message.

    + * + + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + return $this->lastModifiedBy instanceof LastModifiedByBuilder ? $this->lastModifiedBy->build() : $this->lastModifiedBy; + } + + /** + *

    IDs and references that created the Message.

    + * + + * @return null|CreatedBy + */ + public function getCreatedBy() + { + return $this->createdBy instanceof CreatedByBuilder ? $this->createdBy->build() : $this->createdBy; + } + + /** + *

    Message number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1. + * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.

    + * + + * @return null|int + */ + public function getSequenceNumber() + { + return $this->sequenceNumber; + } + + /** + *

    Reference to the resource on which the change or action was performed.

    + * + + * @return null|Reference + */ + public function getResource() + { + return $this->resource instanceof ReferenceBuilder ? $this->resource->build() : $this->resource; + } + + /** + *

    Version of the resource on which the change or action was performed.

    + * + + * @return null|int + */ + public function getResourceVersion() + { + return $this->resourceVersion; + } + + /** + *

    User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.

    + * + + * @return null|UserProvidedIdentifiers + */ + public function getResourceUserProvidedIdentifiers() + { + return $this->resourceUserProvidedIdentifiers instanceof UserProvidedIdentifiersBuilder ? $this->resourceUserProvidedIdentifiers->build() : $this->resourceUserProvidedIdentifiers; + } + + /** + * @param ?string $id + * @return $this + */ + public function withId(?string $id) + { + $this->id = $id; + + return $this; + } + + /** + * @param ?int $version + * @return $this + */ + public function withVersion(?int $version) + { + $this->version = $version; + + return $this; + } + + /** + * @param ?DateTimeImmutable $createdAt + * @return $this + */ + public function withCreatedAt(?DateTimeImmutable $createdAt) + { + $this->createdAt = $createdAt; + + return $this; + } + + /** + * @param ?DateTimeImmutable $lastModifiedAt + * @return $this + */ + public function withLastModifiedAt(?DateTimeImmutable $lastModifiedAt) + { + $this->lastModifiedAt = $lastModifiedAt; + + return $this; + } + + /** + * @param ?LastModifiedBy $lastModifiedBy + * @return $this + */ + public function withLastModifiedBy(?LastModifiedBy $lastModifiedBy) + { + $this->lastModifiedBy = $lastModifiedBy; + + return $this; + } + + /** + * @param ?CreatedBy $createdBy + * @return $this + */ + public function withCreatedBy(?CreatedBy $createdBy) + { + $this->createdBy = $createdBy; + + return $this; + } + + /** + * @param ?int $sequenceNumber + * @return $this + */ + public function withSequenceNumber(?int $sequenceNumber) + { + $this->sequenceNumber = $sequenceNumber; + + return $this; + } + + /** + * @param ?Reference $resource + * @return $this + */ + public function withResource(?Reference $resource) + { + $this->resource = $resource; + + return $this; + } + + /** + * @param ?int $resourceVersion + * @return $this + */ + public function withResourceVersion(?int $resourceVersion) + { + $this->resourceVersion = $resourceVersion; + + return $this; + } + + /** + * @param ?UserProvidedIdentifiers $resourceUserProvidedIdentifiers + * @return $this + */ + public function withResourceUserProvidedIdentifiers(?UserProvidedIdentifiers $resourceUserProvidedIdentifiers) + { + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + + return $this; + } + + /** + * @deprecated use withLastModifiedBy() instead + * @return $this + */ + public function withLastModifiedByBuilder(?LastModifiedByBuilder $lastModifiedBy) + { + $this->lastModifiedBy = $lastModifiedBy; + + return $this; + } + + /** + * @deprecated use withCreatedBy() instead + * @return $this + */ + public function withCreatedByBuilder(?CreatedByBuilder $createdBy) + { + $this->createdBy = $createdBy; + + return $this; + } + + /** + * @deprecated use withResource() instead + * @return $this + */ + public function withResourceBuilder(?ReferenceBuilder $resource) + { + $this->resource = $resource; + + return $this; + } + + /** + * @deprecated use withResourceUserProvidedIdentifiers() instead + * @return $this + */ + public function withResourceUserProvidedIdentifiersBuilder(?UserProvidedIdentifiersBuilder $resourceUserProvidedIdentifiers) + { + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + + return $this; + } + + public function build(): CartUnlockedMessage + { + return new CartUnlockedMessageModel( + $this->id, + $this->version, + $this->createdAt, + $this->lastModifiedAt, + $this->lastModifiedBy instanceof LastModifiedByBuilder ? $this->lastModifiedBy->build() : $this->lastModifiedBy, + $this->createdBy instanceof CreatedByBuilder ? $this->createdBy->build() : $this->createdBy, + $this->sequenceNumber, + $this->resource instanceof ReferenceBuilder ? $this->resource->build() : $this->resource, + $this->resourceVersion, + $this->resourceUserProvidedIdentifiers instanceof UserProvidedIdentifiersBuilder ? $this->resourceUserProvidedIdentifiers->build() : $this->resourceUserProvidedIdentifiers + ); + } + + public static function of(): CartUnlockedMessageBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartUnlockedMessageCollection.php b/lib/commercetools-api/src/Models/Message/CartUnlockedMessageCollection.php new file mode 100644 index 00000000000..bc2068a4de4 --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartUnlockedMessageCollection.php @@ -0,0 +1,56 @@ + + * @method CartUnlockedMessage current() + * @method CartUnlockedMessage end() + * @method CartUnlockedMessage at($offset) + */ +class CartUnlockedMessageCollection extends MessageCollection +{ + /** + * @psalm-assert CartUnlockedMessage $value + * @psalm-param CartUnlockedMessage|stdClass $value + * @throws InvalidArgumentException + * + * @return CartUnlockedMessageCollection + */ + public function add($value) + { + if (!$value instanceof CartUnlockedMessage) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?CartUnlockedMessage + */ + protected function mapper() + { + return function (?int $index): ?CartUnlockedMessage { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var CartUnlockedMessage $data */ + $data = CartUnlockedMessageModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartUnlockedMessageModel.php b/lib/commercetools-api/src/Models/Message/CartUnlockedMessageModel.php new file mode 100644 index 00000000000..842f44b23d5 --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartUnlockedMessageModel.php @@ -0,0 +1,454 @@ +id = $id; + $this->version = $version; + $this->createdAt = $createdAt; + $this->lastModifiedAt = $lastModifiedAt; + $this->lastModifiedBy = $lastModifiedBy; + $this->createdBy = $createdBy; + $this->sequenceNumber = $sequenceNumber; + $this->resource = $resource; + $this->resourceVersion = $resourceVersion; + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + $this->type = $type ?? self::DISCRIMINATOR_VALUE; + } + + /** + *

    Unique identifier of the Message. Can be used to track which Messages have been processed.

    + * + * + * @return null|string + */ + public function getId() + { + if (is_null($this->id)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ID); + if (is_null($data)) { + return null; + } + $this->id = (string) $data; + } + + return $this->id; + } + + /** + *

    Version of a resource. In case of Messages, this is always 1.

    + * + * + * @return null|int + */ + public function getVersion() + { + if (is_null($this->version)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_VERSION); + if (is_null($data)) { + return null; + } + $this->version = (int) $data; + } + + return $this->version; + } + + /** + *

    Date and time (UTC) the Message was generated.

    + * + * + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + if (is_null($this->createdAt)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_CREATED_AT); + if (is_null($data)) { + return null; + } + $data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data); + if (false === $data) { + return null; + } + $this->createdAt = $data; + } + + return $this->createdAt; + } + + /** + *

    Value of createdAt.

    + * + * + * @return null|DateTimeImmutable + */ + public function getLastModifiedAt() + { + if (is_null($this->lastModifiedAt)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_LAST_MODIFIED_AT); + if (is_null($data)) { + return null; + } + $data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data); + if (false === $data) { + return null; + } + $this->lastModifiedAt = $data; + } + + return $this->lastModifiedAt; + } + + /** + *

    IDs and references that last modified the Message.

    + * + * + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + if (is_null($this->lastModifiedBy)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_LAST_MODIFIED_BY); + if (is_null($data)) { + return null; + } + + $this->lastModifiedBy = LastModifiedByModel::of($data); + } + + return $this->lastModifiedBy; + } + + /** + *

    IDs and references that created the Message.

    + * + * + * @return null|CreatedBy + */ + public function getCreatedBy() + { + if (is_null($this->createdBy)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_CREATED_BY); + if (is_null($data)) { + return null; + } + + $this->createdBy = CreatedByModel::of($data); + } + + return $this->createdBy; + } + + /** + *

    Message number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1. + * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.

    + * + * + * @return null|int + */ + public function getSequenceNumber() + { + if (is_null($this->sequenceNumber)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_SEQUENCE_NUMBER); + if (is_null($data)) { + return null; + } + $this->sequenceNumber = (int) $data; + } + + return $this->sequenceNumber; + } + + /** + *

    Reference to the resource on which the change or action was performed.

    + * + * + * @return null|Reference + */ + public function getResource() + { + if (is_null($this->resource)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_RESOURCE); + if (is_null($data)) { + return null; + } + $className = ReferenceModel::resolveDiscriminatorClass($data); + $this->resource = $className::of($data); + } + + return $this->resource; + } + + /** + *

    Version of the resource on which the change or action was performed.

    + * + * + * @return null|int + */ + public function getResourceVersion() + { + if (is_null($this->resourceVersion)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_RESOURCE_VERSION); + if (is_null($data)) { + return null; + } + $this->resourceVersion = (int) $data; + } + + return $this->resourceVersion; + } + + /** + *

    Message Type of the Message.

    + * + * + * @return null|string + */ + public function getType() + { + if (is_null($this->type)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_TYPE); + if (is_null($data)) { + return null; + } + $this->type = (string) $data; + } + + return $this->type; + } + + /** + *

    User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.

    + * + * + * @return null|UserProvidedIdentifiers + */ + public function getResourceUserProvidedIdentifiers() + { + if (is_null($this->resourceUserProvidedIdentifiers)) { + /** @psalm-var stdClass|array|null $data */ + $data = $this->raw(self::FIELD_RESOURCE_USER_PROVIDED_IDENTIFIERS); + if (is_null($data)) { + return null; + } + + $this->resourceUserProvidedIdentifiers = UserProvidedIdentifiersModel::of($data); + } + + return $this->resourceUserProvidedIdentifiers; + } + + + /** + * @param ?string $id + */ + public function setId(?string $id): void + { + $this->id = $id; + } + + /** + * @param ?int $version + */ + public function setVersion(?int $version): void + { + $this->version = $version; + } + + /** + * @param ?DateTimeImmutable $createdAt + */ + public function setCreatedAt(?DateTimeImmutable $createdAt): void + { + $this->createdAt = $createdAt; + } + + /** + * @param ?DateTimeImmutable $lastModifiedAt + */ + public function setLastModifiedAt(?DateTimeImmutable $lastModifiedAt): void + { + $this->lastModifiedAt = $lastModifiedAt; + } + + /** + * @param ?LastModifiedBy $lastModifiedBy + */ + public function setLastModifiedBy(?LastModifiedBy $lastModifiedBy): void + { + $this->lastModifiedBy = $lastModifiedBy; + } + + /** + * @param ?CreatedBy $createdBy + */ + public function setCreatedBy(?CreatedBy $createdBy): void + { + $this->createdBy = $createdBy; + } + + /** + * @param ?int $sequenceNumber + */ + public function setSequenceNumber(?int $sequenceNumber): void + { + $this->sequenceNumber = $sequenceNumber; + } + + /** + * @param ?Reference $resource + */ + public function setResource(?Reference $resource): void + { + $this->resource = $resource; + } + + /** + * @param ?int $resourceVersion + */ + public function setResourceVersion(?int $resourceVersion): void + { + $this->resourceVersion = $resourceVersion; + } + + /** + * @param ?UserProvidedIdentifiers $resourceUserProvidedIdentifiers + */ + public function setResourceUserProvidedIdentifiers(?UserProvidedIdentifiers $resourceUserProvidedIdentifiers): void + { + $this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers; + } + + + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + $data = $this->toArray(); + if (isset($data[Message::FIELD_CREATED_AT]) && $data[Message::FIELD_CREATED_AT] instanceof \DateTimeImmutable) { + $data[Message::FIELD_CREATED_AT] = $data[Message::FIELD_CREATED_AT]->setTimeZone(new \DateTimeZone('UTC'))->format('c'); + } + + if (isset($data[Message::FIELD_LAST_MODIFIED_AT]) && $data[Message::FIELD_LAST_MODIFIED_AT] instanceof \DateTimeImmutable) { + $data[Message::FIELD_LAST_MODIFIED_AT] = $data[Message::FIELD_LAST_MODIFIED_AT]->setTimeZone(new \DateTimeZone('UTC'))->format('c'); + } + return (object) $data; + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayload.php b/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayload.php new file mode 100644 index 00000000000..aeb266c0ba3 --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayload.php @@ -0,0 +1,16 @@ + + */ +final class CartUnlockedMessagePayloadBuilder implements Builder +{ + public function build(): CartUnlockedMessagePayload + { + return new CartUnlockedMessagePayloadModel( + ); + } + + public static function of(): CartUnlockedMessagePayloadBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadCollection.php b/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadCollection.php new file mode 100644 index 00000000000..caf7fbc2611 --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadCollection.php @@ -0,0 +1,56 @@ + + * @method CartUnlockedMessagePayload current() + * @method CartUnlockedMessagePayload end() + * @method CartUnlockedMessagePayload at($offset) + */ +class CartUnlockedMessagePayloadCollection extends MessagePayloadCollection +{ + /** + * @psalm-assert CartUnlockedMessagePayload $value + * @psalm-param CartUnlockedMessagePayload|stdClass $value + * @throws InvalidArgumentException + * + * @return CartUnlockedMessagePayloadCollection + */ + public function add($value) + { + if (!$value instanceof CartUnlockedMessagePayload) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?CartUnlockedMessagePayload + */ + protected function mapper() + { + return function (?int $index): ?CartUnlockedMessagePayload { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var CartUnlockedMessagePayload $data */ + $data = CartUnlockedMessagePayloadModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadModel.php new file mode 100644 index 00000000000..2080247425e --- /dev/null +++ b/lib/commercetools-api/src/Models/Message/CartUnlockedMessagePayloadModel.php @@ -0,0 +1,56 @@ +type = $type ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getType() + { + if (is_null($this->type)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_TYPE); + if (is_null($data)) { + return null; + } + $this->type = (string) $data; + } + + return $this->type; + } +} diff --git a/lib/commercetools-api/src/Models/Message/MessageModel.php b/lib/commercetools-api/src/Models/Message/MessageModel.php index 378001aecc6..a2427602148 100644 --- a/lib/commercetools-api/src/Models/Message/MessageModel.php +++ b/lib/commercetools-api/src/Models/Message/MessageModel.php @@ -165,8 +165,10 @@ final class MessageModel extends JsonObjectModel implements Message 'CartDiscountStoreRemoved' => CartDiscountStoreRemovedMessageModel::class, 'CartDiscountStoresSet' => CartDiscountStoresSetMessageModel::class, 'CartFrozen' => CartFrozenMessageModel::class, + 'CartLocked' => CartLockedMessageModel::class, 'CartPurchaseOrderNumberSet' => CartPurchaseOrderNumberSetMessageModel::class, 'CartUnfrozen' => CartUnfrozenMessageModel::class, + 'CartUnlocked' => CartUnlockedMessageModel::class, 'CategoryCreated' => CategoryCreatedMessageModel::class, 'CategorySlugChanged' => CategorySlugChangedMessageModel::class, 'CustomLineItemStateTransition' => CustomLineItemStateTransitionMessageModel::class, diff --git a/lib/commercetools-api/src/Models/Message/MessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/MessagePayloadModel.php index 87b32c68dbe..2b87815427a 100644 --- a/lib/commercetools-api/src/Models/Message/MessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/MessagePayloadModel.php @@ -96,8 +96,10 @@ final class MessagePayloadModel extends JsonObjectModel implements MessagePayloa 'CartDiscountStoreRemoved' => CartDiscountStoreRemovedMessagePayloadModel::class, 'CartDiscountStoresSet' => CartDiscountStoresSetMessagePayloadModel::class, 'CartFrozen' => CartFrozenMessagePayloadModel::class, + 'CartLocked' => CartLockedMessagePayloadModel::class, 'CartPurchaseOrderNumberSet' => CartPurchaseOrderNumberSetMessagePayloadModel::class, 'CartUnfrozen' => CartUnfrozenMessagePayloadModel::class, + 'CartUnlocked' => CartUnlockedMessagePayloadModel::class, 'CategoryCreated' => CategoryCreatedMessagePayloadModel::class, 'CategorySlugChanged' => CategorySlugChangedMessagePayloadModel::class, 'CustomLineItemStateTransition' => CustomLineItemStateTransitionMessagePayloadModel::class, diff --git a/references.txt b/references.txt index cd6f57f9d76..88fb9e35cfc 100644 --- a/references.txt +++ b/references.txt @@ -653,3 +653,4 @@ c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 58c4025460344e66e55801d14b034113b0c4813b 0a06710e4ff5bc135b90c16971c3d13159f3dd1b 63fe6f069485cdb17182b7df6addf5648c2fef3f +279acb595587d0d617938a998966e340380ca7bb From fbf48aa589c69e47b225422462c1e7817ec2d912 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 13:14:30 +0000 Subject: [PATCH 31/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 88fb9e35cfc..a90a0c43ce9 100644 --- a/references.txt +++ b/references.txt @@ -654,3 +654,4 @@ c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 0a06710e4ff5bc135b90c16971c3d13159f3dd1b 63fe6f069485cdb17182b7df6addf5648c2fef3f 279acb595587d0d617938a998966e340380ca7bb +1029a3750597e7d8460ff164b8bec946d69c7c27