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}$.
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}$.
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}$.
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}$.
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}$.
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}$.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
The attributes of ProductType.
The attributes of ProductType.
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.
The attributes of ProductType.
The attributes of ProductType.
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.
The attributes of ProductType.
The attributes of ProductType.
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.
false; otherwise, the import operation will fail with a NewMasterVariantAdditionNotAllowed error.false; otherwise, the import operation will fail with a NewMasterVariantAdditionNotAllowed error.true if the ProductVariant exists and you want to set this ProductVariant as the Master Variant.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.
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.
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.
false; otherwise, the import operation will fail with a NewMasterVariantAdditionNotAllowed error.false; otherwise, the import operation will fail with a NewMasterVariantAdditionNotAllowed error.true if the ProductVariant exists and you want to set this ProductVariant as the Master Variant.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.
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.
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.
false; otherwise, the import operation will fail with a NewMasterVariantAdditionNotAllowed error.false; otherwise, the import operation will fail with a NewMasterVariantAdditionNotAllowed error.true if the ProductVariant exists and you want to set this ProductVariant as the Master Variant.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.
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.
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.
Maps to ProductVariant.attributes.
state of the ImportOperation will be validationFailed.state of the ImportOperation will be validationFailed.null will remove the Attribute.null value to a required Attribute will make the import operation fail with an InvalidOperation error.null.null value to a required Attribute will make the import operation fail with an InvalidOperation error.null.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.
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.
Maps to ProductVariant.attributes.
state of the ImportOperation will be validationFailed.state of the ImportOperation will be validationFailed.null will remove the Attribute.null value to a required Attribute will make the import operation fail with an InvalidOperation error.null.null value to a required Attribute will make the import operation fail with an InvalidOperation error.null.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.
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.
Maps to ProductVariant.attributes.
state of the ImportOperation will be validationFailed.state of the ImportOperation will be validationFailed.null will remove the Attribute.null value to a required Attribute will make the import operation fail with an InvalidOperation error.null.null value to a required Attribute will make the import operation fail with an InvalidOperation error.null.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.
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.
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.
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.
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.
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.
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.