diff --git a/lib/commercetools-api/src/Models/Category/CategoryDraft.php b/lib/commercetools-api/src/Models/Category/CategoryDraft.php index fa1827d1d1c..e5908bba33c 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 3505f40a513..77fa7660c1e 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 e4cd261dec7..140d7e89e87 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/Customer/CustomerDraft.php b/lib/commercetools-api/src/Models/Customer/CustomerDraft.php index 800a8c25ef2..260506fcd4d 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerDraft.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerDraft.php @@ -50,7 +50,7 @@ interface CustomerDraft extends JsonObject /** *

User-defined unique identifier for the Customer. * The key field is preferred over customerNumber as it is mutable and provides more flexibility.

- *

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

+ *

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

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerDraftBuilder.php b/lib/commercetools-api/src/Models/Customer/CustomerDraftBuilder.php index 65f09360426..1d73e238ad6 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerDraftBuilder.php @@ -194,7 +194,7 @@ final class CustomerDraftBuilder implements Builder /** *

User-defined unique identifier for the Customer. * The key field is preferred over customerNumber as it is mutable and provides more flexibility.

- *

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

+ *

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

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerDraftModel.php b/lib/commercetools-api/src/Models/Customer/CustomerDraftModel.php index 49802c23d08..15040dda562 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerDraftModel.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerDraftModel.php @@ -255,7 +255,7 @@ public function __construct( /** *

User-defined unique identifier for the Customer. * The key field is preferred over customerNumber as it is mutable and provides more flexibility.

- *

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

+ *

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

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php index ea1046a2b33..f86392c272b 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php @@ -33,7 +33,7 @@ interface DiscountCodeDraft extends JsonObject /** *

User-defined unique identifier for the DiscountCode.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes 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 Discount Codes with the Import API and the Merchant Center.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php index 81689d1542d..d57c5d56b02 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php @@ -106,7 +106,7 @@ final class DiscountCodeDraftBuilder implements Builder /** *

User-defined unique identifier for the DiscountCode.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes 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 Discount Codes with the Import API and the Merchant Center.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php index 00fd7a5185b..c5de58038a5 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php @@ -139,7 +139,7 @@ public function __construct( /** *

User-defined unique identifier for the DiscountCode.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes 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 Discount Codes with the Import API and the Merchant Center.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraft.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraft.php index 83103a1fe80..e796c08156f 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraft.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraft.php @@ -34,7 +34,7 @@ public function getSku(); /** *

User-defined unique identifier for the InventoryEntry.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries 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 InventoryEntries with the Import API and the Merchant Center.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftBuilder.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftBuilder.php index 784171eebab..f189503207e 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftBuilder.php @@ -80,7 +80,7 @@ public function getSku() /** *

User-defined unique identifier for the InventoryEntry.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries 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 InventoryEntries with the Import API and the Merchant Center.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftModel.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftModel.php index 9808173e53b..2d46af4c128 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftModel.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntryDraftModel.php @@ -110,7 +110,7 @@ public function getSku() /** *

User-defined unique identifier for the InventoryEntry.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries 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 InventoryEntries with the Import API and the Merchant Center.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductDraft.php b/lib/commercetools-api/src/Models/Product/ProductDraft.php index de2558cf639..f0e90997305 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraft.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraft.php @@ -64,7 +64,7 @@ public function getSlug(); /** *

User-defined unique identifier for the Product.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products 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 Products with the Import API and the Merchant Center.

*

To update a Product using the Import API or Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

* diff --git a/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php b/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php index d6e591bc84b..2b4e426dda5 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php @@ -168,7 +168,7 @@ public function getSlug() /** *

User-defined unique identifier for the Product.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products 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 Products with the Import API and the Merchant Center.

*

To update a Product using the Import API or Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

* diff --git a/lib/commercetools-api/src/Models/Product/ProductDraftModel.php b/lib/commercetools-api/src/Models/Product/ProductDraftModel.php index 1d719dff3db..82a57f3a145 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraftModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraftModel.php @@ -239,7 +239,7 @@ public function getSlug() /** *

User-defined unique identifier for the Product.

- *

This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products 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 Products with the Import API and the Merchant Center.

*

To update a Product using the Import API or Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

* * diff --git a/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php b/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php index 2eb143ad919..28e80e55891 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php @@ -17,7 +17,7 @@ interface ProductSetKeyAction extends ProductUpdateAction /** *

Value to set. If empty, any existing value will be removed.

- *

To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

+ *

To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetKeyActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductSetKeyActionBuilder.php index 1a73c1e6a8a..3c4e8f9a888 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetKeyActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetKeyActionBuilder.php @@ -28,7 +28,7 @@ final class ProductSetKeyActionBuilder implements Builder /** *

Value to set. If empty, any existing value will be removed.

- *

To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

+ *

To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetKeyActionModel.php b/lib/commercetools-api/src/Models/Product/ProductSetKeyActionModel.php index 460d90e0c08..6a37d8b87ef 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetKeyActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetKeyActionModel.php @@ -64,7 +64,7 @@ public function getAction() /** *

Value to set. If empty, any existing value will be removed.

- *

To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

+ *

To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.

* * * @return null|string diff --git a/references.txt b/references.txt index ca5b3a308c5..24b8c86b760 100644 --- a/references.txt +++ b/references.txt @@ -332,3 +332,4 @@ b747e1fa4f246b748a89bccbfd8a43f5b6f51175 df53588d26d7953dfdf44166866ca03045f0a70b 6b69c5425fe16564147deb9b1d6a9a1078dc5330 99e7aa1c7e3ba67a59b6df3efbaf4e320611c549 +269027575a6fd5a2a29387930064a06f22f09bbf