diff --git a/lib/commercetools-api/src/Models/Product/ProductDraft.php b/lib/commercetools-api/src/Models/Product/ProductDraft.php index 2927b3ea7eb..de2558cf639 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 b55ec3de3f3..d6e591bc84b 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 0e71589391e..1d719dff3db 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 1f79b7adfe2..2eb143ad919 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 12f19c74864..1a73c1e6a8a 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 035d7bdceb8..460d90e0c08 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/lib/commercetools-import/docs/RequestBuilder.md b/lib/commercetools-import/docs/RequestBuilder.md index 21be69abde3..ca6bb01272d 100644 --- a/lib/commercetools-import/docs/RequestBuilder.md +++ b/lib/commercetools-import/docs/RequestBuilder.md @@ -279,7 +279,7 @@ $request = $builder ## `withProjectKeyValue("projectKey")->productVariantPatches()->importContainers()->withImportContainerKeyValue("importContainerKey")->post(null)` Creates a new import request for Product Variant Patches. -Returns an [InvalidField](/error#invalidfielderror) error if the [ProductVariantPatchRequest](ctp:import:type:ProductVariantPatchRequest) contains patches with and without the `product` field set. +Returns an [InvalidField](ctp:import:type:InvalidFieldError) error if the [ProductVariantPatchRequest](ctp:import:type:ProductVariantPatchRequest) contains patches with and without the `product` field set. ### Example diff --git a/lib/commercetools-import/src/Models/Categories/CategoryImport.php b/lib/commercetools-import/src/Models/Categories/CategoryImport.php index efb8c87ac25..8d3d33b5e1f 100644 --- a/lib/commercetools-import/src/Models/Categories/CategoryImport.php +++ b/lib/commercetools-import/src/Models/Categories/CategoryImport.php @@ -31,7 +31,7 @@ interface CategoryImport extends ImportResource public const FIELD_CUSTOM = 'custom'; /** - *

User-defined unique identifier. If a Category with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Category with this key exists, it will be updated with the imported data.

* * @return null|string @@ -65,8 +65,8 @@ public function getDescription(); /** *

Maps to Category.parent. - * The Reference to the parent Category with which the Category is associated. - * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

+ * The Reference to the parent Category with which the Category is associated. + * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

* * @return null|CategoryKeyReference @@ -114,6 +114,8 @@ public function getMetaDescription(); public function getMetaKeywords(); /** + *

Maps to Category.assets.

+ * * @return null|AssetCollection */ diff --git a/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php b/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php index 1188f6a3832..d34a9d0e6fb 100644 --- a/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php +++ b/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php @@ -102,7 +102,7 @@ final class CategoryImportBuilder implements Builder private $custom; /** - *

User-defined unique identifier. If a Category with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Category with this key exists, it will be updated with the imported data.

* * @return null|string @@ -148,8 +148,8 @@ public function getDescription() /** *

Maps to Category.parent. - * The Reference to the parent Category with which the Category is associated. - * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

+ * The Reference to the parent Category with which the Category is associated. + * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

* * @return null|CategoryKeyReference @@ -215,6 +215,8 @@ public function getMetaKeywords() } /** + *

Maps to Category.assets.

+ * * @return null|AssetCollection */ diff --git a/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php b/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php index 8b30418d6a5..13d60277b0f 100644 --- a/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php +++ b/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php @@ -133,7 +133,7 @@ public function __construct( } /** - *

User-defined unique identifier. If a Category with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Category with this key exists, it will be updated with the imported data.

* * * @return null|string @@ -218,8 +218,8 @@ public function getDescription() /** *

Maps to Category.parent. - * The Reference to the parent Category with which the Category is associated. - * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

+ * The Reference to the parent Category with which the Category is associated. + * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

* * * @return null|CategoryKeyReference @@ -343,6 +343,8 @@ public function getMetaKeywords() } /** + *

Maps to Category.assets.

+ * * * @return null|AssetCollection */ diff --git a/lib/commercetools-import/src/Models/Common/DiscountedPrice.php b/lib/commercetools-import/src/Models/Common/DiscountedPrice.php index 2feba5fdb81..9d22f66c821 100644 --- a/lib/commercetools-import/src/Models/Common/DiscountedPrice.php +++ b/lib/commercetools-import/src/Models/Common/DiscountedPrice.php @@ -17,6 +17,8 @@ interface DiscountedPrice extends JsonObject public const FIELD_DISCOUNT = 'discount'; /** + *

Money value of the discounted price.

+ * * @return null|TypedMoney */ diff --git a/lib/commercetools-import/src/Models/Common/DiscountedPriceBuilder.php b/lib/commercetools-import/src/Models/Common/DiscountedPriceBuilder.php index 3ef01ea4a21..09f89854a1c 100644 --- a/lib/commercetools-import/src/Models/Common/DiscountedPriceBuilder.php +++ b/lib/commercetools-import/src/Models/Common/DiscountedPriceBuilder.php @@ -33,6 +33,8 @@ final class DiscountedPriceBuilder implements Builder private $discount; /** + *

Money value of the discounted price.

+ * * @return null|TypedMoney */ diff --git a/lib/commercetools-import/src/Models/Common/DiscountedPriceModel.php b/lib/commercetools-import/src/Models/Common/DiscountedPriceModel.php index 6c25f78cdf8..c75403a9307 100644 --- a/lib/commercetools-import/src/Models/Common/DiscountedPriceModel.php +++ b/lib/commercetools-import/src/Models/Common/DiscountedPriceModel.php @@ -44,6 +44,8 @@ public function __construct( } /** + *

Money value of the discounted price.

+ * * * @return null|TypedMoney */ diff --git a/lib/commercetools-import/src/Models/Common/UnresolvedReferences.php b/lib/commercetools-import/src/Models/Common/UnresolvedReferences.php index aefb95aa682..70df4b74ede 100644 --- a/lib/commercetools-import/src/Models/Common/UnresolvedReferences.php +++ b/lib/commercetools-import/src/Models/Common/UnresolvedReferences.php @@ -17,13 +17,15 @@ interface UnresolvedReferences extends JsonObject public const FIELD_TYPE_ID = 'typeId'; /** + *

The key of the resource.

+ * * @return null|string */ public function getKey(); /** - *

The type of the referenced resource.

+ *

The type of resource.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Common/UnresolvedReferencesBuilder.php b/lib/commercetools-import/src/Models/Common/UnresolvedReferencesBuilder.php index a066bb969b6..1a85a765d70 100644 --- a/lib/commercetools-import/src/Models/Common/UnresolvedReferencesBuilder.php +++ b/lib/commercetools-import/src/Models/Common/UnresolvedReferencesBuilder.php @@ -33,6 +33,8 @@ final class UnresolvedReferencesBuilder implements Builder private $typeId; /** + *

The key of the resource.

+ * * @return null|string */ @@ -42,7 +44,7 @@ public function getKey() } /** - *

The type of the referenced resource.

+ *

The type of resource.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Common/UnresolvedReferencesModel.php b/lib/commercetools-import/src/Models/Common/UnresolvedReferencesModel.php index f1c05d1a68f..af7985509bd 100644 --- a/lib/commercetools-import/src/Models/Common/UnresolvedReferencesModel.php +++ b/lib/commercetools-import/src/Models/Common/UnresolvedReferencesModel.php @@ -44,6 +44,8 @@ public function __construct( } /** + *

The key of the resource.

+ * * * @return null|string */ @@ -62,7 +64,7 @@ public function getKey() } /** - *

The type of the referenced resource.

+ *

The type of resource.

* * * @return null|string diff --git a/lib/commercetools-import/src/Models/Customers/CustomerAddress.php b/lib/commercetools-import/src/Models/Customers/CustomerAddress.php index 735aab0593e..d849f55e836 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerAddress.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerAddress.php @@ -15,6 +15,7 @@ interface CustomerAddress extends JsonObject { public const FIELD_KEY = 'key'; + public const FIELD_COUNTRY = 'country'; public const FIELD_TITLE = 'title'; public const FIELD_SALUTATION = 'salutation'; public const FIELD_FIRST_NAME = 'firstName'; @@ -26,7 +27,6 @@ interface CustomerAddress extends JsonObject public const FIELD_CITY = 'city'; public const FIELD_REGION = 'region'; public const FIELD_STATE = 'state'; - public const FIELD_COUNTRY = 'country'; public const FIELD_COMPANY = 'company'; public const FIELD_DEPARTMENT = 'department'; public const FIELD_BUILDING = 'building'; @@ -50,140 +50,184 @@ interface CustomerAddress extends JsonObject public function getKey(); /** + *

Name of the country.

+ * + + * @return null|string + */ + public function getCountry(); + + /** + *

Title of the contact, for example 'Dr.'

+ * * @return null|string */ public function getTitle(); /** + *

Salutation of the contact, for example 'Mr.' or 'Ms.'

+ * * @return null|string */ public function getSalutation(); /** + *

Given name (first name) of the contact.

+ * * @return null|string */ public function getFirstName(); /** + *

Family name (last name) of the contact.

+ * * @return null|string */ public function getLastName(); /** + *

Name of the street.

+ * * @return null|string */ public function getStreetName(); /** + *

Street number.

+ * * @return null|string */ public function getStreetNumber(); /** + *

Further information on the street address.

+ * * @return null|string */ public function getAdditionalStreetInfo(); /** + *

Postal code.

+ * * @return null|string */ public function getPostalCode(); /** + *

Name of the city.

+ * * @return null|string */ public function getCity(); /** + *

Name of the region.

+ * * @return null|string */ public function getRegion(); /** + *

Name of the state, for example, Colorado.

+ * * @return null|string */ public function getState(); /** - *

A two-digit country code as per ISO 3166-1 alpha-2.

+ *

Name of the company.

* - * @return null|string - */ - public function getCountry(); - - /** - * @return null|string */ public function getCompany(); /** + *

Name of the department.

+ * * @return null|string */ public function getDepartment(); /** + *

Number or name of the building.

+ * * @return null|string */ public function getBuilding(); /** + *

Number or name of the apartment.

+ * * @return null|string */ public function getApartment(); /** + *

Post office box number.

+ * * @return null|string */ public function getPOBox(); /** + *

Phone number of the contact.

+ * * @return null|string */ public function getPhone(); /** + *

Mobile phone number of the contact.

+ * * @return null|string */ public function getMobile(); /** + *

Email address of the contact.

+ * * @return null|string */ public function getEmail(); /** + *

Fax number of the contact.

+ * * @return null|string */ public function getFax(); /** + *

Further information on the Address.

+ * * @return null|string */ public function getAdditionalAddressInfo(); /** + *

ID for the contact used in an external system.

+ * * @return null|string */ @@ -202,6 +246,11 @@ public function getCustom(); */ public function setKey(?string $key): void; + /** + * @param ?string $country + */ + public function setCountry(?string $country): void; + /** * @param ?string $title */ @@ -257,11 +306,6 @@ public function setRegion(?string $region): void; */ public function setState(?string $state): void; - /** - * @param ?string $country - */ - public function setCountry(?string $country): void; - /** * @param ?string $company */ diff --git a/lib/commercetools-import/src/Models/Customers/CustomerAddressBuilder.php b/lib/commercetools-import/src/Models/Customers/CustomerAddressBuilder.php index 3ff77bc84a0..06966352f95 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerAddressBuilder.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerAddressBuilder.php @@ -28,6 +28,12 @@ final class CustomerAddressBuilder implements Builder */ private $key; + /** + + * @var ?string + */ + private $country; + /** * @var ?string @@ -94,12 +100,6 @@ final class CustomerAddressBuilder implements Builder */ private $state; - /** - - * @var ?string - */ - private $country; - /** * @var ?string @@ -185,6 +185,19 @@ public function getKey() } /** + *

Name of the country.

+ * + + * @return null|string + */ + public function getCountry() + { + return $this->country; + } + + /** + *

Title of the contact, for example 'Dr.'

+ * * @return null|string */ @@ -194,6 +207,8 @@ public function getTitle() } /** + *

Salutation of the contact, for example 'Mr.' or 'Ms.'

+ * * @return null|string */ @@ -203,6 +218,8 @@ public function getSalutation() } /** + *

Given name (first name) of the contact.

+ * * @return null|string */ @@ -212,6 +229,8 @@ public function getFirstName() } /** + *

Family name (last name) of the contact.

+ * * @return null|string */ @@ -221,6 +240,8 @@ public function getLastName() } /** + *

Name of the street.

+ * * @return null|string */ @@ -230,6 +251,8 @@ public function getStreetName() } /** + *

Street number.

+ * * @return null|string */ @@ -239,6 +262,8 @@ public function getStreetNumber() } /** + *

Further information on the street address.

+ * * @return null|string */ @@ -248,6 +273,8 @@ public function getAdditionalStreetInfo() } /** + *

Postal code.

+ * * @return null|string */ @@ -257,6 +284,8 @@ public function getPostalCode() } /** + *

Name of the city.

+ * * @return null|string */ @@ -266,6 +295,8 @@ public function getCity() } /** + *

Name of the region.

+ * * @return null|string */ @@ -275,6 +306,8 @@ public function getRegion() } /** + *

Name of the state, for example, Colorado.

+ * * @return null|string */ @@ -284,18 +317,9 @@ public function getState() } /** - *

A two-digit country code as per ISO 3166-1 alpha-2.

+ *

Name of the company.

* - * @return null|string - */ - public function getCountry() - { - return $this->country; - } - - /** - * @return null|string */ public function getCompany() @@ -304,6 +328,8 @@ public function getCompany() } /** + *

Name of the department.

+ * * @return null|string */ @@ -313,6 +339,8 @@ public function getDepartment() } /** + *

Number or name of the building.

+ * * @return null|string */ @@ -322,6 +350,8 @@ public function getBuilding() } /** + *

Number or name of the apartment.

+ * * @return null|string */ @@ -331,6 +361,8 @@ public function getApartment() } /** + *

Post office box number.

+ * * @return null|string */ @@ -340,6 +372,8 @@ public function getPOBox() } /** + *

Phone number of the contact.

+ * * @return null|string */ @@ -349,6 +383,8 @@ public function getPhone() } /** + *

Mobile phone number of the contact.

+ * * @return null|string */ @@ -358,6 +394,8 @@ public function getMobile() } /** + *

Email address of the contact.

+ * * @return null|string */ @@ -367,6 +405,8 @@ public function getEmail() } /** + *

Fax number of the contact.

+ * * @return null|string */ @@ -376,6 +416,8 @@ public function getFax() } /** + *

Further information on the Address.

+ * * @return null|string */ @@ -385,6 +427,8 @@ public function getAdditionalAddressInfo() } /** + *

ID for the contact used in an external system.

+ * * @return null|string */ @@ -415,6 +459,17 @@ public function withKey(?string $key) return $this; } + /** + * @param ?string $country + * @return $this + */ + public function withCountry(?string $country) + { + $this->country = $country; + + return $this; + } + /** * @param ?string $title * @return $this @@ -536,17 +591,6 @@ public function withState(?string $state) return $this; } - /** - * @param ?string $country - * @return $this - */ - public function withCountry(?string $country) - { - $this->country = $country; - - return $this; - } - /** * @param ?string $company * @return $this @@ -694,6 +738,7 @@ public function build(): CustomerAddress { return new CustomerAddressModel( $this->key, + $this->country, $this->title, $this->salutation, $this->firstName, @@ -705,7 +750,6 @@ public function build(): CustomerAddress $this->city, $this->region, $this->state, - $this->country, $this->company, $this->department, $this->building, diff --git a/lib/commercetools-import/src/Models/Customers/CustomerAddressModel.php b/lib/commercetools-import/src/Models/Customers/CustomerAddressModel.php index 0d4d79cec5b..4faf0f37b75 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerAddressModel.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerAddressModel.php @@ -27,6 +27,12 @@ final class CustomerAddressModel extends JsonObjectModel implements CustomerAddr */ protected $key; + /** + * + * @var ?string + */ + protected $country; + /** * * @var ?string @@ -93,12 +99,6 @@ final class CustomerAddressModel extends JsonObjectModel implements CustomerAddr */ protected $state; - /** - * - * @var ?string - */ - protected $country; - /** * * @var ?string @@ -177,6 +177,7 @@ final class CustomerAddressModel extends JsonObjectModel implements CustomerAddr */ public function __construct( ?string $key = null, + ?string $country = null, ?string $title = null, ?string $salutation = null, ?string $firstName = null, @@ -188,7 +189,6 @@ public function __construct( ?string $city = null, ?string $region = null, ?string $state = null, - ?string $country = null, ?string $company = null, ?string $department = null, ?string $building = null, @@ -203,6 +203,7 @@ public function __construct( ?Custom $custom = null ) { $this->key = $key; + $this->country = $country; $this->title = $title; $this->salutation = $salutation; $this->firstName = $firstName; @@ -214,7 +215,6 @@ public function __construct( $this->city = $city; $this->region = $region; $this->state = $state; - $this->country = $country; $this->company = $company; $this->department = $department; $this->building = $building; @@ -251,6 +251,28 @@ public function getKey() } /** + *

Name of the country.

+ * + * + * @return null|string + */ + public function getCountry() + { + if (is_null($this->country)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_COUNTRY); + if (is_null($data)) { + return null; + } + $this->country = (string) $data; + } + + return $this->country; + } + + /** + *

Title of the contact, for example 'Dr.'

+ * * * @return null|string */ @@ -269,6 +291,8 @@ public function getTitle() } /** + *

Salutation of the contact, for example 'Mr.' or 'Ms.'

+ * * * @return null|string */ @@ -287,6 +311,8 @@ public function getSalutation() } /** + *

Given name (first name) of the contact.

+ * * * @return null|string */ @@ -305,6 +331,8 @@ public function getFirstName() } /** + *

Family name (last name) of the contact.

+ * * * @return null|string */ @@ -323,6 +351,8 @@ public function getLastName() } /** + *

Name of the street.

+ * * * @return null|string */ @@ -341,6 +371,8 @@ public function getStreetName() } /** + *

Street number.

+ * * * @return null|string */ @@ -359,6 +391,8 @@ public function getStreetNumber() } /** + *

Further information on the street address.

+ * * * @return null|string */ @@ -377,6 +411,8 @@ public function getAdditionalStreetInfo() } /** + *

Postal code.

+ * * * @return null|string */ @@ -395,6 +431,8 @@ public function getPostalCode() } /** + *

Name of the city.

+ * * * @return null|string */ @@ -413,6 +451,8 @@ public function getCity() } /** + *

Name of the region.

+ * * * @return null|string */ @@ -431,6 +471,8 @@ public function getRegion() } /** + *

Name of the state, for example, Colorado.

+ * * * @return null|string */ @@ -449,29 +491,11 @@ public function getState() } /** - *

A two-digit country code as per ISO 3166-1 alpha-2.

+ *

Name of the company.

* * * @return null|string */ - public function getCountry() - { - if (is_null($this->country)) { - /** @psalm-var ?string $data */ - $data = $this->raw(self::FIELD_COUNTRY); - if (is_null($data)) { - return null; - } - $this->country = (string) $data; - } - - return $this->country; - } - - /** - * - * @return null|string - */ public function getCompany() { if (is_null($this->company)) { @@ -487,6 +511,8 @@ public function getCompany() } /** + *

Name of the department.

+ * * * @return null|string */ @@ -505,6 +531,8 @@ public function getDepartment() } /** + *

Number or name of the building.

+ * * * @return null|string */ @@ -523,6 +551,8 @@ public function getBuilding() } /** + *

Number or name of the apartment.

+ * * * @return null|string */ @@ -541,6 +571,8 @@ public function getApartment() } /** + *

Post office box number.

+ * * * @return null|string */ @@ -559,6 +591,8 @@ public function getPOBox() } /** + *

Phone number of the contact.

+ * * * @return null|string */ @@ -577,6 +611,8 @@ public function getPhone() } /** + *

Mobile phone number of the contact.

+ * * * @return null|string */ @@ -595,6 +631,8 @@ public function getMobile() } /** + *

Email address of the contact.

+ * * * @return null|string */ @@ -613,6 +651,8 @@ public function getEmail() } /** + *

Fax number of the contact.

+ * * * @return null|string */ @@ -631,6 +671,8 @@ public function getFax() } /** + *

Further information on the Address.

+ * * * @return null|string */ @@ -649,6 +691,8 @@ public function getAdditionalAddressInfo() } /** + *

ID for the contact used in an external system.

+ * * * @return null|string */ @@ -696,6 +740,14 @@ public function setKey(?string $key): void $this->key = $key; } + /** + * @param ?string $country + */ + public function setCountry(?string $country): void + { + $this->country = $country; + } + /** * @param ?string $title */ @@ -784,14 +836,6 @@ public function setState(?string $state): void $this->state = $state; } - /** - * @param ?string $country - */ - public function setCountry(?string $country): void - { - $this->country = $country; - } - /** * @param ?string $company */ diff --git a/lib/commercetools-import/src/Models/Customers/CustomerImport.php b/lib/commercetools-import/src/Models/Customers/CustomerImport.php index b07a48273e0..f1495d1505c 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerImport.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerImport.php @@ -43,7 +43,7 @@ interface CustomerImport extends ImportResource public const FIELD_AUTHENTICATION_MODE = 'authenticationMode'; /** - *

User-defined unique identifier. If a Customer with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Customer with this key exists, it will be updated with the imported data.

* * @return null|string @@ -75,7 +75,7 @@ public function getEmail(); public function getPassword(); /** - *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

+ *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

* * @return null|StoreKeyReferenceCollection @@ -163,8 +163,8 @@ public function getVatId(); public function getIsEmailVerified(); /** - *

The Reference to the CustomerGroup with which the Customer is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

+ *

The Reference to the CustomerGroup with which the Customer is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference diff --git a/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php b/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php index e323eb4d9b8..471c52894fc 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php @@ -173,7 +173,7 @@ final class CustomerImportBuilder implements Builder private $authenticationMode; /** - *

User-defined unique identifier. If a Customer with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Customer with this key exists, it will be updated with the imported data.

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

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

+ *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

* * @return null|StoreKeyReferenceCollection @@ -338,8 +338,8 @@ public function getIsEmailVerified() } /** - *

The Reference to the CustomerGroup with which the Customer is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

+ *

The Reference to the CustomerGroup with which the Customer is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference diff --git a/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php b/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php index d9e5bed73bc..b8b5b9c604d 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php @@ -228,7 +228,7 @@ public function __construct( } /** - *

User-defined unique identifier. If a Customer with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Customer with this key exists, it will be updated with the imported data.

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

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

+ *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

* * * @return null|StoreKeyReferenceCollection @@ -532,8 +532,8 @@ public function getIsEmailVerified() } /** - *

The Reference to the CustomerGroup with which the Customer is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

+ *

The Reference to the CustomerGroup with which the Customer is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * * @return null|CustomerGroupKeyReference diff --git a/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImport.php b/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImport.php index 34509add5f8..3dc04a19a39 100644 --- a/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImport.php +++ b/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImport.php @@ -57,7 +57,7 @@ public function getDescription(); /** *

User-defined unique identifier of the DiscountCode that is used by the customer to apply the discount.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportBuilder.php b/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportBuilder.php index 28bc7317c64..af51a5f54e6 100644 --- a/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportBuilder.php +++ b/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportBuilder.php @@ -141,7 +141,7 @@ public function getDescription() /** *

User-defined unique identifier of the DiscountCode that is used by the customer to apply the discount.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportModel.php b/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportModel.php index d89eb41198c..6945a2c0d5d 100644 --- a/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportModel.php +++ b/lib/commercetools-import/src/Models/DiscountCodes/DiscountCodeImportModel.php @@ -203,7 +203,7 @@ public function getDescription() /** *

User-defined unique identifier of the DiscountCode that is used by the customer to apply the discount.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * * @return null|string diff --git a/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorBuilder.php index 4c52e50ecba..ea65eb0c092 100644 --- a/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorBuilder.php @@ -27,6 +27,8 @@ final class AccessDeniedErrorBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorModel.php b/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorModel.php index 264d7545d7b..4c81b2e2753 100644 --- a/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/AccessDeniedErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorBuilder.php index 97ed75a0627..a01cb7dde92 100644 --- a/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorBuilder.php @@ -45,6 +45,8 @@ final class ConcurrentModificationErrorBuilder implements Builder private $conflictedResource; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorModel.php b/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorModel.php index d0b0ec8f368..569c7487f0b 100644 --- a/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/ConcurrentModificationErrorModel.php @@ -69,6 +69,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -87,6 +89,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ContentionErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/ContentionErrorBuilder.php index 7f17ded3a50..a08194dc02d 100644 --- a/lib/commercetools-import/src/Models/Errors/ContentionErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/ContentionErrorBuilder.php @@ -27,6 +27,8 @@ final class ContentionErrorBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ContentionErrorModel.php b/lib/commercetools-import/src/Models/Errors/ContentionErrorModel.php index 7e8f760f1d9..89460e769fa 100644 --- a/lib/commercetools-import/src/Models/Errors/ContentionErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/ContentionErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorBuilder.php index 5218ce0a155..c70f14c5720 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorBuilder.php @@ -35,6 +35,8 @@ final class DuplicateAttributeValueErrorBuilder implements Builder private $attribute; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorModel.php b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorModel.php index 2df0bd1d41b..c63e6712164 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValueErrorModel.php @@ -55,6 +55,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -73,6 +75,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorBuilder.php index 85d7d11092c..93eb9208772 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorBuilder.php @@ -34,6 +34,8 @@ final class DuplicateAttributeValuesErrorBuilder implements Builder private $attributes; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorModel.php b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorModel.php index b81aaea8014..d371b33e58a 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateAttributeValuesErrorModel.php @@ -54,6 +54,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -72,6 +74,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorBuilder.php index 45d727be853..837f48d5325 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorBuilder.php @@ -39,6 +39,8 @@ final class DuplicateFieldErrorBuilder implements Builder private $duplicateValue; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorModel.php b/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorModel.php index a6411d8a5eb..4c4b97d090a 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateFieldErrorModel.php @@ -61,6 +61,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -79,6 +81,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorBuilder.php index 2bb2e3017f1..5c3fd64c523 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorBuilder.php @@ -33,6 +33,8 @@ final class DuplicateVariantValuesErrorBuilder implements Builder private $variantValues; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorModel.php b/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorModel.php index 58da8da7f5c..0f7c646479e 100644 --- a/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/DuplicateVariantValuesErrorModel.php @@ -53,6 +53,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -71,6 +73,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ErrorObject.php b/lib/commercetools-import/src/Models/Errors/ErrorObject.php index 0f355ca60e1..6f9c1629757 100644 --- a/lib/commercetools-import/src/Models/Errors/ErrorObject.php +++ b/lib/commercetools-import/src/Models/Errors/ErrorObject.php @@ -18,12 +18,16 @@ interface ErrorObject extends JsonObject public const FIELD_MESSAGE = 'message'; /** + *

An error identifier.

+ * * @return null|string */ public function getCode(); /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ErrorObjectBuilder.php b/lib/commercetools-import/src/Models/Errors/ErrorObjectBuilder.php index c2a94507fa0..8694debbc43 100644 --- a/lib/commercetools-import/src/Models/Errors/ErrorObjectBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/ErrorObjectBuilder.php @@ -27,6 +27,8 @@ final class ErrorObjectBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ErrorObjectModel.php b/lib/commercetools-import/src/Models/Errors/ErrorObjectModel.php index 6d5855d1f5c..672dcd87e37 100644 --- a/lib/commercetools-import/src/Models/Errors/ErrorObjectModel.php +++ b/lib/commercetools-import/src/Models/Errors/ErrorObjectModel.php @@ -76,6 +76,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -94,6 +96,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/GenericErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/GenericErrorBuilder.php index e8c2a1765c5..2e2ab2ba6fc 100644 --- a/lib/commercetools-import/src/Models/Errors/GenericErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/GenericErrorBuilder.php @@ -27,6 +27,8 @@ final class GenericErrorBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/GenericErrorModel.php b/lib/commercetools-import/src/Models/Errors/GenericErrorModel.php index 9a9ad5e959b..d5f2ebcea19 100644 --- a/lib/commercetools-import/src/Models/Errors/GenericErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/GenericErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorBuilder.php index 539c41ed6ec..fedf6c8f6d6 100644 --- a/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorBuilder.php @@ -27,6 +27,8 @@ final class InsufficientScopeErrorBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorModel.php b/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorModel.php index 16a08e5d424..4719618fb44 100644 --- a/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InsufficientScopeErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorBuilder.php index 9b7ae4349c1..e3762910e34 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorBuilder.php @@ -27,6 +27,8 @@ final class InvalidCredentialsErrorBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorModel.php b/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorModel.php index 50c42cc9a2f..81607dce146 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidCredentialsErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorBuilder.php index 06398d8917c..b972508dcac 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorBuilder.php @@ -51,6 +51,8 @@ final class InvalidFieldErrorBuilder implements Builder private $resourceIndex; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorModel.php b/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorModel.php index 7fb55eb8a22..5f30c5d35fe 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidFieldErrorModel.php @@ -77,6 +77,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -95,6 +97,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidFieldsUpdateErrorModel.php b/lib/commercetools-import/src/Models/Errors/InvalidFieldsUpdateErrorModel.php index 939eb336221..d1d3f1c6f80 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidFieldsUpdateErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidFieldsUpdateErrorModel.php @@ -53,6 +53,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidInputBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidInputBuilder.php index d5ad6e1e926..7ded03a6812 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidInputBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidInputBuilder.php @@ -27,6 +27,8 @@ final class InvalidInputBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidInputModel.php b/lib/commercetools-import/src/Models/Errors/InvalidInputModel.php index a4ba3065bd2..b12d2336d54 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidInputModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidInputModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidJsonInputBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidJsonInputBuilder.php index 48d5ae9b180..4c2d7ecf589 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidJsonInputBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidJsonInputBuilder.php @@ -27,6 +27,8 @@ final class InvalidJsonInputBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidJsonInputModel.php b/lib/commercetools-import/src/Models/Errors/InvalidJsonInputModel.php index 9b67b77d220..0ab13374c6f 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidJsonInputModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidJsonInputModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidOperationBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidOperationBuilder.php index 4c26ca7a001..ae6194b5cb4 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidOperationBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidOperationBuilder.php @@ -27,6 +27,8 @@ final class InvalidOperationBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidOperationModel.php b/lib/commercetools-import/src/Models/Errors/InvalidOperationModel.php index 61542d4b128..e3c41b0f1aa 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidOperationModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidOperationModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorBuilder.php index 2f3bcae5701..1879eb3101d 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorBuilder.php @@ -27,6 +27,8 @@ final class InvalidScopeErrorBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorModel.php b/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorModel.php index 93d0b04502f..a5fad8538af 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidScopeErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php index 51d22c47301..3c5a7ee3915 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php @@ -17,7 +17,7 @@ interface InvalidStateTransitionError extends ErrorObject public const FIELD_NEW_STATE = 'newState'; /** - *

Every Import Operation is assigned one of the following states.

+ *

Every Import Operation is assigned one of the following states.

* * @return null|string @@ -25,7 +25,7 @@ interface InvalidStateTransitionError extends ErrorObject public function getCurrentState(); /** - *

Every Import Operation is assigned one of the following states.

+ *

Every Import Operation is assigned one of the following states.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php index 91bf9d75ebe..e7ec5a04fa0 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php @@ -39,6 +39,8 @@ final class InvalidStateTransitionErrorBuilder implements Builder private $newState; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ @@ -48,7 +50,7 @@ public function getMessage() } /** - *

Every Import Operation is assigned one of the following states.

+ *

Every Import Operation is assigned one of the following states.

* * @return null|string @@ -59,7 +61,7 @@ public function getCurrentState() } /** - *

Every Import Operation is assigned one of the following states.

+ *

Every Import Operation is assigned one of the following states.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php index 5a7486edc30..757a90ee594 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php @@ -61,6 +61,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -79,6 +81,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

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

Every Import Operation is assigned one of the following states.

+ *

Every Import Operation is assigned one of the following states.

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

Every Import Operation is assigned one of the following states.

+ *

Every Import Operation is assigned one of the following states.

* * * @return null|string diff --git a/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorBuilder.php index 45051829377..56965572394 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorBuilder.php @@ -27,6 +27,8 @@ final class InvalidTokenErrorBuilder implements Builder private $message; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorModel.php b/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorModel.php index 6723712522c..184d713391c 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidTokenErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -63,6 +65,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/NewMasterVariantAdditionNotAllowedErrorModel.php b/lib/commercetools-import/src/Models/Errors/NewMasterVariantAdditionNotAllowedErrorModel.php index c8c955f41f2..d6e31b0d95e 100644 --- a/lib/commercetools-import/src/Models/Errors/NewMasterVariantAdditionNotAllowedErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/NewMasterVariantAdditionNotAllowedErrorModel.php @@ -45,6 +45,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorBuilder.php index ba45eef7e79..148f8355194 100644 --- a/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorBuilder.php @@ -33,6 +33,8 @@ final class RequiredFieldErrorBuilder implements Builder private $field; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorModel.php b/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorModel.php index dadc15d9ef8..a13081932d8 100644 --- a/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/RequiredFieldErrorModel.php @@ -53,6 +53,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -71,6 +73,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorBuilder.php index d40a584d8b9..2e2b6269b89 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorBuilder.php @@ -33,6 +33,8 @@ final class ResourceCreationErrorBuilder implements Builder private $resource; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorModel.php b/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorModel.php index 2706923cc77..6de53abd6fc 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceCreationErrorModel.php @@ -53,6 +53,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -71,6 +73,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorBuilder.php index 21632addf10..188e71478aa 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorBuilder.php @@ -33,6 +33,8 @@ final class ResourceDeletionErrorBuilder implements Builder private $resource; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorModel.php b/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorModel.php index 922ce13834d..96b0eb33ffe 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceDeletionErrorModel.php @@ -53,6 +53,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -71,6 +73,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorBuilder.php index 422c6d67b76..17ebdea40df 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorBuilder.php @@ -33,6 +33,8 @@ final class ResourceNotFoundErrorBuilder implements Builder private $resource; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorModel.php b/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorModel.php index 507341db370..6b741dadbc1 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceNotFoundErrorModel.php @@ -53,6 +53,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -71,6 +73,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorBuilder.php index ec56849732f..5014eab8f8b 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorBuilder.php @@ -33,6 +33,8 @@ final class ResourceUpdateErrorBuilder implements Builder private $resource; /** + *

A plain language description of the cause of an error.

+ * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorModel.php b/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorModel.php index 4340318adbb..7e42884751d 100644 --- a/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/ResourceUpdateErrorModel.php @@ -53,6 +53,8 @@ public function __construct( } /** + *

An error identifier.

+ * * * @return null|string */ @@ -71,6 +73,8 @@ public function getCode() } /** + *

A plain language description of the cause of an error.

+ * * * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php index 60b8fc986b7..7d1f0eaa220 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php @@ -37,7 +37,7 @@ interface ImportOperation extends JsonObject public function getVersion(); /** - *

The key of the importContainer.

+ *

The key of the ImportContainer.

* * @return null|string @@ -77,7 +77,7 @@ public function getState(); public function getResourceVersion(); /** - *

Contains an error if the import of the resource was not successful. See Errors.

+ *

Contains an error if the import of the resource was not successful. See Errors.

* * @return null|ErrorObjectCollection diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php index 5dac43e312c..b943647e7c2 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php @@ -101,7 +101,7 @@ public function getVersion() } /** - *

The key of the importContainer.

+ *

The key of the ImportContainer.

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

Contains an error if the import of the resource was not successful. See Errors.

+ *

Contains an error if the import of the resource was not successful. See Errors.

* * @return null|ErrorObjectCollection diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php index 2e96ac9def3..d59a3c19072 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php @@ -139,7 +139,7 @@ public function getVersion() } /** - *

The key of the importContainer.

+ *

The key of the ImportContainer.

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

Contains an error if the import of the resource was not successful. See Errors.

+ *

Contains an error if the import of the resource was not successful. See Errors.

* * * @return null|ErrorObjectCollection diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatus.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatus.php index 883659ec965..76c7e047b5f 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatus.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatus.php @@ -36,7 +36,7 @@ public function getState(); /** *

The validation errors for the ImportOperation. - * See Errors.

+ * See Errors.

* * @return null|ErrorObjectCollection diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusBuilder.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusBuilder.php index 9098d21cee7..72815125964 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusBuilder.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusBuilder.php @@ -63,7 +63,7 @@ public function getState() /** *

The validation errors for the ImportOperation. - * See Errors.

+ * See Errors.

* * @return null|ErrorObjectCollection diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusModel.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusModel.php index fa753b19717..82455fcf61a 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusModel.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationStatusModel.php @@ -94,7 +94,7 @@ public function getState() /** *

The validation errors for the ImportOperation. - * See Errors.

+ * See Errors.

* * * @return null|ErrorObjectCollection diff --git a/lib/commercetools-import/src/Models/Importsummaries/ImportSummary.php b/lib/commercetools-import/src/Models/Importsummaries/ImportSummary.php index 07755a4c92f..e21c89a3f80 100644 --- a/lib/commercetools-import/src/Models/Importsummaries/ImportSummary.php +++ b/lib/commercetools-import/src/Models/Importsummaries/ImportSummary.php @@ -17,7 +17,7 @@ interface ImportSummary extends JsonObject public const FIELD_TOTAL = 'total'; /** - *

The import status of an ImportContainer given by the number of resources in each Processing State.

+ *

The import status of an ImportContainer given by the number of resources in each Processing State.

* * @return null|OperationStates @@ -25,7 +25,7 @@ interface ImportSummary extends JsonObject public function getStates(); /** - *

The total number of ImportOperations received for this Import Summary.

+ *

The total number of ImportOperations received for this Import Summary.

* * @return null|int diff --git a/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryBuilder.php b/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryBuilder.php index d7a3213b205..49afa72ce89 100644 --- a/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryBuilder.php +++ b/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryBuilder.php @@ -33,7 +33,7 @@ final class ImportSummaryBuilder implements Builder private $total; /** - *

The import status of an ImportContainer given by the number of resources in each Processing State.

+ *

The import status of an ImportContainer given by the number of resources in each Processing State.

* * @return null|OperationStates @@ -44,7 +44,7 @@ public function getStates() } /** - *

The total number of ImportOperations received for this Import Summary.

+ *

The total number of ImportOperations received for this Import Summary.

* * @return null|int diff --git a/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryModel.php b/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryModel.php index c42add39191..18c2c8da208 100644 --- a/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryModel.php +++ b/lib/commercetools-import/src/Models/Importsummaries/ImportSummaryModel.php @@ -44,7 +44,7 @@ public function __construct( } /** - *

The import status of an ImportContainer given by the number of resources in each Processing State.

+ *

The import status of an ImportContainer given by the number of resources in each Processing State.

* * * @return null|OperationStates @@ -65,7 +65,7 @@ public function getStates() } /** - *

The total number of ImportOperations received for this Import Summary.

+ *

The total number of ImportOperations received for this Import Summary.

* * * @return null|int diff --git a/lib/commercetools-import/src/Models/Inventories/InventoryImport.php b/lib/commercetools-import/src/Models/Inventories/InventoryImport.php index cbfbb6a2348..84fadd41f51 100644 --- a/lib/commercetools-import/src/Models/Inventories/InventoryImport.php +++ b/lib/commercetools-import/src/Models/Inventories/InventoryImport.php @@ -25,7 +25,7 @@ interface InventoryImport extends ImportResource public const FIELD_CUSTOM = 'custom'; /** - *

User-defined unique identifier. If an InventoryEntry with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If an InventoryEntry with this key exists, it will be updated with the imported data.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Inventories/InventoryImportBuilder.php b/lib/commercetools-import/src/Models/Inventories/InventoryImportBuilder.php index 0a0db3436ed..35ba6e62aea 100644 --- a/lib/commercetools-import/src/Models/Inventories/InventoryImportBuilder.php +++ b/lib/commercetools-import/src/Models/Inventories/InventoryImportBuilder.php @@ -70,7 +70,7 @@ final class InventoryImportBuilder implements Builder private $custom; /** - *

User-defined unique identifier. If an InventoryEntry with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If an InventoryEntry with this key exists, it will be updated with the imported data.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Inventories/InventoryImportModel.php b/lib/commercetools-import/src/Models/Inventories/InventoryImportModel.php index 5f281415e0e..90ee1fbc815 100644 --- a/lib/commercetools-import/src/Models/Inventories/InventoryImportModel.php +++ b/lib/commercetools-import/src/Models/Inventories/InventoryImportModel.php @@ -91,7 +91,7 @@ public function __construct( } /** - *

User-defined unique identifier. If an InventoryEntry with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If an InventoryEntry with this key exists, it will be updated with the imported data.

* * * @return null|string diff --git a/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php b/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php index 1b07c613317..d39f6dc0a6b 100644 --- a/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php +++ b/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php @@ -78,8 +78,8 @@ public function getState(); /** *

Maps to LineItem.supplyChannel. - * The Reference to the Supply Channel with which the LineItem is associated. - * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

+ * The Reference to the Supply Channel with which the LineItem is associated. + * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

* * @return null|ChannelKeyReference @@ -88,8 +88,8 @@ public function getSupplyChannel(); /** *

Maps to LineItem.distributionChannel. - * The Reference to the Distribution Channel with which the LineItem is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

+ * The Reference to the Distribution Channel with which the LineItem is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

* * @return null|ChannelKeyReference diff --git a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php index 36d7950a9a0..bb6d24ff354 100644 --- a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php +++ b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php @@ -162,8 +162,8 @@ public function getState() /** *

Maps to LineItem.supplyChannel. - * The Reference to the Supply Channel with which the LineItem is associated. - * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

+ * The Reference to the Supply Channel with which the LineItem is associated. + * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

* * @return null|ChannelKeyReference @@ -175,8 +175,8 @@ public function getSupplyChannel() /** *

Maps to LineItem.distributionChannel. - * The Reference to the Distribution Channel with which the LineItem is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

+ * The Reference to the Distribution Channel with which the LineItem is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

* * @return null|ChannelKeyReference diff --git a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php index c340f2f3875..ee73d292641 100644 --- a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php +++ b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php @@ -249,8 +249,8 @@ public function getState() /** *

Maps to LineItem.supplyChannel. - * The Reference to the Supply Channel with which the LineItem is associated. - * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

+ * The Reference to the Supply Channel with which the LineItem is associated. + * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

* * * @return null|ChannelKeyReference @@ -272,8 +272,8 @@ public function getSupplyChannel() /** *

Maps to LineItem.distributionChannel. - * The Reference to the Distribution Channel with which the LineItem is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

+ * The Reference to the Distribution Channel with which the LineItem is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

* * * @return null|ChannelKeyReference diff --git a/lib/commercetools-import/src/Models/Orders/OrderImport.php b/lib/commercetools-import/src/Models/Orders/OrderImport.php index 6ac6866dd52..05b74a6c188 100644 --- a/lib/commercetools-import/src/Models/Orders/OrderImport.php +++ b/lib/commercetools-import/src/Models/Orders/OrderImport.php @@ -222,7 +222,7 @@ public function getOrigin(); public function getItemShippingAddresses(); /** - *

Reference to the Store in which the Order is associated. If referenced Store does not exist, the state of the ImportOperation will be set to unresolved until the necessary Store exists.

+ *

Reference to the Store in which the Order is associated. If referenced Store does not exist, the state of the ImportOperation will be set to unresolved until the necessary Store exists.

* * @return null|StoreKeyReference diff --git a/lib/commercetools-import/src/Models/Orders/OrderImportBuilder.php b/lib/commercetools-import/src/Models/Orders/OrderImportBuilder.php index e35e54f3ff2..5966b9a9084 100644 --- a/lib/commercetools-import/src/Models/Orders/OrderImportBuilder.php +++ b/lib/commercetools-import/src/Models/Orders/OrderImportBuilder.php @@ -421,7 +421,7 @@ public function getItemShippingAddresses() } /** - *

Reference to the Store in which the Order is associated. If referenced Store does not exist, the state of the ImportOperation will be set to unresolved until the necessary Store exists.

+ *

Reference to the Store in which the Order is associated. If referenced Store does not exist, the state of the ImportOperation will be set to unresolved until the necessary Store exists.

* * @return null|StoreKeyReference diff --git a/lib/commercetools-import/src/Models/Orders/OrderImportModel.php b/lib/commercetools-import/src/Models/Orders/OrderImportModel.php index b3fbdf6fc91..3a87f5d1bc6 100644 --- a/lib/commercetools-import/src/Models/Orders/OrderImportModel.php +++ b/lib/commercetools-import/src/Models/Orders/OrderImportModel.php @@ -686,7 +686,7 @@ public function getItemShippingAddresses() } /** - *

Reference to the Store in which the Order is associated. If referenced Store does not exist, the state of the ImportOperation will be set to unresolved until the necessary Store exists.

+ *

Reference to the Store in which the Order is associated. If referenced Store does not exist, the state of the ImportOperation will be set to unresolved until the necessary Store exists.

* * * @return null|StoreKeyReference diff --git a/lib/commercetools-import/src/Models/Prices/PriceImport.php b/lib/commercetools-import/src/Models/Prices/PriceImport.php index 31baeae19c6..291ff1577b5 100644 --- a/lib/commercetools-import/src/Models/Prices/PriceImport.php +++ b/lib/commercetools-import/src/Models/Prices/PriceImport.php @@ -77,8 +77,8 @@ public function getValidFrom(); public function getValidUntil(); /** - *

The Reference to the CustomerGroup with which the Price is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

+ *

The Reference to the CustomerGroup with which the Price is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference @@ -86,8 +86,8 @@ public function getValidUntil(); public function getCustomerGroup(); /** - *

The Reference to the Channel with which the Price is associated. - * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

+ *

The Reference to the Channel with which the Price is associated. + * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

* * @return null|ChannelKeyReference @@ -130,9 +130,9 @@ public function getTiers(); public function getCustom(); /** - *

The ProductVariant in which this Embedded Price is contained. - * The Reference to the ProductVariant with which the Price is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

+ *

The ProductVariant in which this Embedded Price is contained. + * The Reference to the ProductVariant with which the Price is associated. + * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference @@ -140,9 +140,9 @@ public function getCustom(); public function getProductVariant(); /** - *

The Product in which the Product Variant containing this Embedded Price is contained. Maps to ProductVariant.product. - * The Reference to the Product with which the Price is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

+ *

The Product in which the Product Variant containing this Embedded Price is contained. Maps to ProductVariant.product. + * The Reference to the Product with which the Price is associated. + * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference diff --git a/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php b/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php index e7c215de57d..0d95bfe6306 100644 --- a/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php +++ b/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php @@ -172,8 +172,8 @@ public function getValidUntil() } /** - *

The Reference to the CustomerGroup with which the Price is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

+ *

The Reference to the CustomerGroup with which the Price is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference @@ -184,8 +184,8 @@ public function getCustomerGroup() } /** - *

The Reference to the Channel with which the Price is associated. - * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

+ *

The Reference to the Channel with which the Price is associated. + * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

* * @return null|ChannelKeyReference @@ -243,9 +243,9 @@ public function getCustom() } /** - *

The ProductVariant in which this Embedded Price is contained. - * The Reference to the ProductVariant with which the Price is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

+ *

The ProductVariant in which this Embedded Price is contained. + * The Reference to the ProductVariant with which the Price is associated. + * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference @@ -256,9 +256,9 @@ public function getProductVariant() } /** - *

The Product in which the Product Variant containing this Embedded Price is contained. Maps to ProductVariant.product. - * The Reference to the Product with which the Price is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

+ *

The Product in which the Product Variant containing this Embedded Price is contained. Maps to ProductVariant.product. + * The Reference to the Product with which the Price is associated. + * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference diff --git a/lib/commercetools-import/src/Models/Prices/PriceImportModel.php b/lib/commercetools-import/src/Models/Prices/PriceImportModel.php index 1835d9ff118..3d5ce655eb8 100644 --- a/lib/commercetools-import/src/Models/Prices/PriceImportModel.php +++ b/lib/commercetools-import/src/Models/Prices/PriceImportModel.php @@ -259,8 +259,8 @@ public function getValidUntil() } /** - *

The Reference to the CustomerGroup with which the Price is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

+ *

The Reference to the CustomerGroup with which the Price is associated. + * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * * @return null|CustomerGroupKeyReference @@ -281,8 +281,8 @@ public function getCustomerGroup() } /** - *

The Reference to the Channel with which the Price is associated. - * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

+ *

The Reference to the Channel with which the Price is associated. + * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

* * * @return null|ChannelKeyReference @@ -388,9 +388,9 @@ public function getCustom() } /** - *

The ProductVariant in which this Embedded Price is contained. - * The Reference to the ProductVariant with which the Price is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

+ *

The ProductVariant in which this Embedded Price is contained. + * The Reference to the ProductVariant with which the Price is associated. + * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * * @return null|ProductVariantKeyReference @@ -411,9 +411,9 @@ public function getProductVariant() } /** - *

The Product in which the Product Variant containing this Embedded Price is contained. Maps to ProductVariant.product. - * The Reference to the Product with which the Price is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

+ *

The Product in which the Product Variant containing this Embedded Price is contained. Maps to ProductVariant.product. + * The Reference to the Product with which the Price is associated. + * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * * @return null|ProductKeyReference diff --git a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php index dd3d138fe13..8e764fcc7be 100644 --- a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php +++ b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php @@ -37,7 +37,7 @@ interface ProductDraftImport extends ImportResource public const FIELD_PRICE_MODE = 'priceMode'; /** - *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

* * @return null|string @@ -45,10 +45,10 @@ interface ProductDraftImport extends ImportResource public function getKey(); /** - *

The productType of a Product. + *

The productType of a Product. * Maps to Product.productType. - * The Reference to the ProductType with which the ProductDraft is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

+ * The Reference to the ProductType with which the ProductDraft is associated. + * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference @@ -79,8 +79,8 @@ public function getSlug(); public function getDescription(); /** - *

The Reference to the Categories with which the ProductDraft is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

+ *

The Reference to the Categories with which the ProductDraft is associated. + * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection @@ -144,8 +144,8 @@ public function getMasterVariant(); public function getVariants(); /** - *

The Reference to the TaxCategory with which the ProductDraft is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

+ *

The Reference to the TaxCategory with which the ProductDraft is associated. + * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference @@ -177,8 +177,8 @@ public function getTaxCategory(); public function getSearchKeywords(); /** - *

The Reference to the State with which the ProductDraft is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

+ *

The Reference to the State with which the ProductDraft is associated. + * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference @@ -186,7 +186,7 @@ public function getSearchKeywords(); public function getState(); /** - *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

+ *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

* * @return null|bool @@ -194,7 +194,7 @@ public function getState(); public function getPublish(); /** - *

Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode is not changed.

+ *

Determines the type of Prices the API uses. If not provided, the existing Product.priceMode is not changed.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php index cddf6a39197..fc207936d88 100644 --- a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php +++ b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php @@ -130,7 +130,7 @@ final class ProductDraftImportBuilder implements Builder private $priceMode; /** - *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

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

The productType of a Product. + *

The productType of a Product. * Maps to Product.productType. - * The Reference to the ProductType with which the ProductDraft is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

+ * The Reference to the ProductType with which the ProductDraft is associated. + * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference @@ -187,8 +187,8 @@ public function getDescription() } /** - *

The Reference to the Categories with which the ProductDraft is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

+ *

The Reference to the Categories with which the ProductDraft is associated. + * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection @@ -270,8 +270,8 @@ public function getVariants() } /** - *

The Reference to the TaxCategory with which the ProductDraft is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

+ *

The Reference to the TaxCategory with which the ProductDraft is associated. + * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference @@ -309,8 +309,8 @@ public function getSearchKeywords() } /** - *

The Reference to the State with which the ProductDraft is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

+ *

The Reference to the State with which the ProductDraft is associated. + * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference @@ -321,7 +321,7 @@ public function getState() } /** - *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

+ *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

* * @return null|bool @@ -332,7 +332,7 @@ public function getPublish() } /** - *

Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode is not changed.

+ *

Determines the type of Prices the API uses. If not provided, the existing Product.priceMode is not changed.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php index 6d9eed574d9..bd5359d2c1b 100644 --- a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php +++ b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php @@ -169,7 +169,7 @@ public function __construct( } /** - *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

* * * @return null|string @@ -189,10 +189,10 @@ public function getKey() } /** - *

The productType of a Product. + *

The productType of a Product. * Maps to Product.productType. - * The Reference to the ProductType with which the ProductDraft is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

+ * The Reference to the ProductType with which the ProductDraft is associated. + * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * * @return null|ProductTypeKeyReference @@ -275,8 +275,8 @@ public function getDescription() } /** - *

The Reference to the Categories with which the ProductDraft is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

+ *

The Reference to the Categories with which the ProductDraft is associated. + * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * * @return null|CategoryKeyReferenceCollection @@ -416,8 +416,8 @@ public function getVariants() } /** - *

The Reference to the TaxCategory with which the ProductDraft is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

+ *

The Reference to the TaxCategory with which the ProductDraft is associated. + * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * * @return null|TaxCategoryKeyReference @@ -475,8 +475,8 @@ public function getSearchKeywords() } /** - *

The Reference to the State with which the ProductDraft is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

+ *

The Reference to the State with which the ProductDraft is associated. + * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * * @return null|StateKeyReference @@ -497,7 +497,7 @@ public function getState() } /** - *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

+ *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

* * * @return null|bool @@ -517,7 +517,7 @@ public function getPublish() } /** - *

Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode is not changed.

+ *

Determines the type of Prices the API uses. If not provided, the existing Product.priceMode is not changed.

* * * @return null|string diff --git a/lib/commercetools-import/src/Models/Products/ProductImport.php b/lib/commercetools-import/src/Models/Products/ProductImport.php index 01d74968f3f..89b4e98b36b 100644 --- a/lib/commercetools-import/src/Models/Products/ProductImport.php +++ b/lib/commercetools-import/src/Models/Products/ProductImport.php @@ -34,7 +34,7 @@ interface ProductImport extends ImportResource public const FIELD_PRICE_MODE = 'priceMode'; /** - *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

* * @return null|string @@ -50,10 +50,10 @@ public function getKey(); public function getName(); /** - *

The productType of a Product. + *

The productType of a Product. * Maps to Product.productType. - * The Reference to the ProductType with which the Product is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

+ * The Reference to the ProductType with which the Product is associated. + * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference @@ -79,8 +79,8 @@ public function getDescription(); /** *

Maps to Product.categories. - * The References to the Categories with which the Product is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

+ * The References to the Categories with which the Product is associated. + * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection @@ -127,8 +127,8 @@ public function getMetaDescription(); public function getMetaKeywords(); /** - *

The Reference to the TaxCategory with which the Product is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

+ *

The Reference to the TaxCategory with which the Product is associated. + * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference @@ -160,8 +160,8 @@ public function getTaxCategory(); public function getSearchKeywords(); /** - *

The Reference to the State with which the Product is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

+ *

The Reference to the State with which the Product is associated. + * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference @@ -169,7 +169,7 @@ public function getSearchKeywords(); public function getState(); /** - *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

+ *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

* * @return null|bool @@ -177,7 +177,7 @@ public function getState(); public function getPublish(); /** - *

Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode is not changed.

+ *

Determines the type of Prices the API uses. If not provided, the existing Product.priceMode is not changed.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php b/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php index 1b8ae3ecc92..63b0e3d29dd 100644 --- a/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php +++ b/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php @@ -116,7 +116,7 @@ final class ProductImportBuilder implements Builder private $priceMode; /** - *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

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

The productType of a Product. + *

The productType of a Product. * Maps to Product.productType. - * The Reference to the ProductType with which the Product is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

+ * The Reference to the ProductType with which the Product is associated. + * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference @@ -176,8 +176,8 @@ public function getDescription() /** *

Maps to Product.categories. - * The References to the Categories with which the Product is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

+ * The References to the Categories with which the Product is associated. + * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection @@ -236,8 +236,8 @@ public function getMetaKeywords() } /** - *

The Reference to the TaxCategory with which the Product is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

+ *

The Reference to the TaxCategory with which the Product is associated. + * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference @@ -275,8 +275,8 @@ public function getSearchKeywords() } /** - *

The Reference to the State with which the Product is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

+ *

The Reference to the State with which the Product is associated. + * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference @@ -287,7 +287,7 @@ public function getState() } /** - *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

+ *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

* * @return null|bool @@ -298,7 +298,7 @@ public function getPublish() } /** - *

Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode is not changed.

+ *

Determines the type of Prices the API uses. If not provided, the existing Product.priceMode is not changed.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Products/ProductImportModel.php b/lib/commercetools-import/src/Models/Products/ProductImportModel.php index ed04ca89894..b317292c259 100644 --- a/lib/commercetools-import/src/Models/Products/ProductImportModel.php +++ b/lib/commercetools-import/src/Models/Products/ProductImportModel.php @@ -151,7 +151,7 @@ public function __construct( } /** - *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a Product with this key exists, it will be updated with the imported data.

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

The productType of a Product. + *

The productType of a Product. * Maps to Product.productType. - * The Reference to the ProductType with which the Product is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

+ * The Reference to the ProductType with which the Product is associated. + * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * * @return null|ProductTypeKeyReference @@ -260,8 +260,8 @@ public function getDescription() /** *

Maps to Product.categories. - * The References to the Categories with which the Product is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

+ * The References to the Categories with which the Product is associated. + * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * * @return null|CategoryKeyReferenceCollection @@ -359,8 +359,8 @@ public function getMetaKeywords() } /** - *

The Reference to the TaxCategory with which the Product is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

+ *

The Reference to the TaxCategory with which the Product is associated. + * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * * @return null|TaxCategoryKeyReference @@ -418,8 +418,8 @@ public function getSearchKeywords() } /** - *

The Reference to the State with which the Product is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

+ *

The Reference to the State with which the Product is associated. + * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * * @return null|StateKeyReference @@ -440,7 +440,7 @@ public function getState() } /** - *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

+ *

Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.

* * * @return null|bool @@ -460,7 +460,7 @@ public function getPublish() } /** - *

Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode is not changed.

+ *

Determines the type of Prices the API uses. If not provided, the existing Product.priceMode is not changed.

* * * @return null|string diff --git a/lib/commercetools-import/src/Models/Producttypes/ProductTypeImport.php b/lib/commercetools-import/src/Models/Producttypes/ProductTypeImport.php index 967338555ca..6246c7dfc72 100644 --- a/lib/commercetools-import/src/Models/Producttypes/ProductTypeImport.php +++ b/lib/commercetools-import/src/Models/Producttypes/ProductTypeImport.php @@ -19,7 +19,7 @@ interface ProductTypeImport extends ImportResource public const FIELD_ATTRIBUTES = 'attributes'; /** - *

User-defined unique identifier. If a ProductType with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a ProductType with this key exists, it will be updated with the imported data.

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

The attributes of ProductType.

+ *

The attributes of ProductType.

* * @return null|AttributeDefinitionCollection diff --git a/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportBuilder.php b/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportBuilder.php index 4e7232c63bb..1cc60f2a46e 100644 --- a/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportBuilder.php +++ b/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportBuilder.php @@ -47,7 +47,7 @@ final class ProductTypeImportBuilder implements Builder private $attributes; /** - *

User-defined unique identifier. If a ProductType with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a ProductType with this key exists, it will be updated with the imported data.

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

The attributes of ProductType.

+ *

The attributes of ProductType.

* * @return null|AttributeDefinitionCollection diff --git a/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportModel.php b/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportModel.php index 9cb4c252d16..dd3e6d9fdd5 100644 --- a/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportModel.php +++ b/lib/commercetools-import/src/Models/Producttypes/ProductTypeImportModel.php @@ -62,7 +62,7 @@ public function __construct( } /** - *

User-defined unique identifier. If a ProductType with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier. If a ProductType with this key exists, it will be updated with the imported data.

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

The attributes of ProductType.

+ *

The attributes of ProductType.

* * * @return null|AttributeDefinitionCollection diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php index e252c2cda6d..93f4fbc230b 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php @@ -26,7 +26,7 @@ interface ProductVariantImport extends ImportResource public const FIELD_PRODUCT = 'product'; /** - *

User-defined unique identifier. If a ProductVariant with this key exists on the specified product, it will be updated with the imported data.

+ *

User-defined unique identifier. If a ProductVariant with this key exists on the specified product, it will be updated with the imported data.

* * @return null|string @@ -43,7 +43,7 @@ public function getSku(); /** * * @@ -54,7 +54,7 @@ public function getIsMasterVariant(); /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the project, or the state of the ImportOperation will be unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the project, or the state of the ImportOperation will be unresolved.

* * @return null|AttributeCollection @@ -89,9 +89,9 @@ public function getAssets(); public function getStaged(); /** - *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. - * The Reference to the Product with which the ProductVariant is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

+ *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. + * The Reference to the Product with which the ProductVariant is associated. + * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php index f8a6f4a1169..f1f33d37b7b 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php @@ -75,7 +75,7 @@ final class ProductVariantImportBuilder implements Builder private $product; /** - *

User-defined unique identifier. If a ProductVariant with this key exists on the specified product, it will be updated with the imported data.

+ *

User-defined unique identifier. If a ProductVariant with this key exists on the specified product, it will be updated with the imported data.

* * @return null|string @@ -98,7 +98,7 @@ public function getSku() /** * * @@ -112,7 +112,7 @@ public function getIsMasterVariant() /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the project, or the state of the ImportOperation will be unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the project, or the state of the ImportOperation will be unresolved.

* * @return null|AttributeCollection @@ -159,9 +159,9 @@ public function getStaged() } /** - *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. - * The Reference to the Product with which the ProductVariant is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

+ *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. + * The Reference to the Product with which the ProductVariant is associated. + * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php index 07d3d91b169..6005a853edb 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php @@ -98,7 +98,7 @@ public function __construct( } /** - *

User-defined unique identifier. If a ProductVariant with this key exists on the specified product, it will be updated with the imported data.

+ *

User-defined unique identifier. If a ProductVariant with this key exists on the specified product, it will be updated with the imported data.

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

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the project, or the state of the ImportOperation will be unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the project, or the state of the ImportOperation will be unresolved.

* * * @return null|AttributeCollection @@ -245,9 +245,9 @@ public function getStaged() } /** - *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. - * The Reference to the Product with which the ProductVariant is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

+ *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. + * The Reference to the Product with which the ProductVariant is associated. + * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * * @return null|ProductKeyReference diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php index d0767744cf2..9ccf1a269ef 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php @@ -21,8 +21,8 @@ interface ProductVariantPatch extends JsonObject public const FIELD_PRODUCT = 'product'; /** - *

Reference to the ProductVariant to update. - * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

+ *

Reference to the ProductVariant to update. + * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference @@ -32,10 +32,10 @@ public function getProductVariant(); /** *

Maps to ProductVariant.attributes.

* * @@ -44,7 +44,7 @@ public function getProductVariant(); public function getAttributes(); /** - *

If false, the attribute changes are applied to both current and staged projected representations of the Product.

+ *

If false, the attribute changes are applied to both current and staged projected representations of the Product.

* * @return null|bool diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php index a947151efe2..f48aabe4d53 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php @@ -49,8 +49,8 @@ final class ProductVariantPatchBuilder implements Builder private $product; /** - *

Reference to the ProductVariant to update. - * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

+ *

Reference to the ProductVariant to update. + * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference @@ -63,10 +63,10 @@ public function getProductVariant() /** *

Maps to ProductVariant.attributes.

* * @@ -78,7 +78,7 @@ public function getAttributes() } /** - *

If false, the attribute changes are applied to both current and staged projected representations of the Product.

+ *

If false, the attribute changes are applied to both current and staged projected representations of the Product.

* * @return null|bool diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php index 20a92d90da3..be5d03cb6c2 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php @@ -64,8 +64,8 @@ public function __construct( } /** - *

Reference to the ProductVariant to update. - * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

+ *

Reference to the ProductVariant to update. + * If the referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * * @return null|ProductVariantKeyReference @@ -88,10 +88,10 @@ public function getProductVariant() /** *

Maps to ProductVariant.attributes.

* * * @@ -113,7 +113,7 @@ public function getAttributes() } /** - *

If false, the attribute changes are applied to both current and staged projected representations of the Product.

+ *

If false, the attribute changes are applied to both current and staged projected representations of the Product.

* * * @return null|bool diff --git a/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImport.php b/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImport.php index 8dac91413f6..ddcfa53e514 100644 --- a/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImport.php +++ b/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImport.php @@ -33,7 +33,7 @@ interface StandalonePriceImport extends ImportResource public const FIELD_CUSTOM = 'custom'; /** - *

User-defined unique identifier for the Standalone Price. If a StandalonePrice with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key exists, it will be updated with the imported data.

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

Sets the country for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

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

Sets the CustomerGroup for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * @return null|CustomerGroupKeyReference @@ -76,7 +76,7 @@ public function getCustomerGroup(); /** *

Sets the product distribution Channel for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * @return null|ChannelKeyReference diff --git a/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportBuilder.php b/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportBuilder.php index c7eea97d182..8f96b8b968e 100644 --- a/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportBuilder.php +++ b/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportBuilder.php @@ -101,7 +101,7 @@ final class StandalonePriceImportBuilder implements Builder private $custom; /** - *

User-defined unique identifier for the Standalone Price. If a StandalonePrice with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key exists, it will be updated with the imported data.

* * @return null|string @@ -135,7 +135,7 @@ public function getValue() /** *

Sets the country for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * @return null|string @@ -147,7 +147,7 @@ public function getCountry() /** *

Sets the CustomerGroup for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * @return null|CustomerGroupKeyReference @@ -159,7 +159,7 @@ public function getCustomerGroup() /** *

Sets the product distribution Channel for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * @return null|ChannelKeyReference diff --git a/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportModel.php b/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportModel.php index 54fbc047f11..15f1a1e379f 100644 --- a/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportModel.php +++ b/lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportModel.php @@ -130,7 +130,7 @@ public function __construct( } /** - *

User-defined unique identifier for the Standalone Price. If a StandalonePrice with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key exists, it will be updated with the imported data.

* * * @return null|string @@ -192,7 +192,7 @@ public function getValue() /** *

Sets the country for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * * @return null|string @@ -213,7 +213,7 @@ public function getCountry() /** *

Sets the CustomerGroup for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * * @return null|CustomerGroupKeyReference @@ -235,7 +235,7 @@ public function getCustomerGroup() /** *

Sets the product distribution Channel for which this Price is valid.

- *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

+ *

The value cannot be updated. Attempting to update the value will result in an InvalidFieldsUpdate error.

* * * @return null|ChannelKeyReference diff --git a/lib/commercetools-import/src/Models/Types/TypeImport.php b/lib/commercetools-import/src/Models/Types/TypeImport.php index 1a64a77b51a..5587fe69bd8 100644 --- a/lib/commercetools-import/src/Models/Types/TypeImport.php +++ b/lib/commercetools-import/src/Models/Types/TypeImport.php @@ -21,7 +21,7 @@ interface TypeImport extends ImportResource public const FIELD_FIELD_DEFINITIONS = 'fieldDefinitions'; /** - *

User-defined unique identifier for the Type. If a Type with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier for the Type. If a Type with this key exists, it will be updated with the imported data.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Types/TypeImportBuilder.php b/lib/commercetools-import/src/Models/Types/TypeImportBuilder.php index 8a84e3c5816..0598dbdf11f 100644 --- a/lib/commercetools-import/src/Models/Types/TypeImportBuilder.php +++ b/lib/commercetools-import/src/Models/Types/TypeImportBuilder.php @@ -55,7 +55,7 @@ final class TypeImportBuilder implements Builder private $fieldDefinitions; /** - *

User-defined unique identifier for the Type. If a Type with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier for the Type. If a Type with this key exists, it will be updated with the imported data.

* * @return null|string diff --git a/lib/commercetools-import/src/Models/Types/TypeImportModel.php b/lib/commercetools-import/src/Models/Types/TypeImportModel.php index e1f4c76e980..db78747ebcf 100644 --- a/lib/commercetools-import/src/Models/Types/TypeImportModel.php +++ b/lib/commercetools-import/src/Models/Types/TypeImportModel.php @@ -72,7 +72,7 @@ public function __construct( } /** - *

User-defined unique identifier for the Type. If a Type with this key exists, it will be updated with the imported data.

+ *

User-defined unique identifier for the Type. If a Type with this key exists, it will be updated with the imported data.

* * * @return null|string diff --git a/reference.txt b/reference.txt new file mode 100644 index 00000000000..bb5395f6f53 --- /dev/null +++ b/reference.txt @@ -0,0 +1 @@ +4737d71cc21da48de456b4b7d0b2c64112bf24b3 diff --git a/references.txt b/references.txt index a0848b48715..a02cdc558ba 100644 --- a/references.txt +++ b/references.txt @@ -328,3 +328,4 @@ f254d17f05343dcc4299fc53ff9b335b5ef63d69 971c1b4ce06c29fcb8c2402dc2ca523b2907352c b747e1fa4f246b748a89bccbfd8a43f5b6f51175 505b3af56b4452b22dfb595f93e010b3e2fccc53 +7375cdc26481ba55e756479a87270432635bfcf7