Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/commercetools-api/src/Models/Product/ProductData.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ public function getVariants();
public function getSearchKeywords();

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ public function getSearchKeywords()
}

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ public function getSearchKeywords()
}

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
*
*
* @return null|AttributeCollection
Expand Down
3 changes: 2 additions & 1 deletion lib/commercetools-api/src/Models/Product/ProductDraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ public function getPublish();
public function getPriceMode();

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.</p>
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ public function getPriceMode()
}

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.</p>
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ public function getPriceMode()
}

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.</p>
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
*
*
* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getKey();
public function getPrices();

/**
* <p>Attributes of the Product Variant.</p>
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function getPrices()
}

/**
* <p>Attributes of the Product Variant.</p>
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function getKey();
public function getPrices();

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getPrices()
}

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
*

* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function getPrices()
}

/**
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
*
*
* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function getPrices()
}

/**
* <p>Attributes of the Product Variant.</p>
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
*
*
* @return null|AttributeCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ public function getInputTip();
public function getInputHint();

/**
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.
* However, if an Attribute's <code>level</code> is set as <code>Product</code>, then Product Projection Search does <strong>not support</strong> the Attribute.</p>
* <p>The exact features that are available with this flag depend on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
* This constraint is enforced at both <a href="ctp:api:endpoint:/{projectKey}/products:POST">Product creation</a> and <a href="/../api/projects/products#update-product">Product update</a>.
* If the length of the input exceeds the maximum size, an <a href="ctp:api:type:InvalidFieldError">InvalidField</a> error is returned.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ public function getInputHint()
}

/**
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.
* However, if an Attribute's <code>level</code> is set as <code>Product</code>, then Product Projection Search does <strong>not support</strong> the Attribute.</p>
* <p>The exact features that are available with this flag depend on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
* This constraint is enforced at both <a href="ctp:api:endpoint:/{projectKey}/products:POST">Product creation</a> and <a href="/../api/projects/products#update-product">Product update</a>.
* If the length of the input exceeds the maximum size, an <a href="ctp:api:type:InvalidFieldError">InvalidField</a> error is returned.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ public function getInputTip();
public function getInputHint();

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* <p>Set as <code>true</code> if you want the Attribute's values to be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
* If an Attribute's <code>level</code> is set as <code>Product</code>, then Product Projection Search does <strong>not support</strong> the Attribute.</p>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
* This constraint is enforced at both Product creation and Product update.
* If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* If the length of the input exceeds the maximum size, an <a href="ctp:api:type:InvalidFieldError">InvalidField</a> error is returned.</p>
*

* @return null|bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,12 @@ public function getInputHint()
}

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* <p>Set as <code>true</code> if you want the Attribute's values to be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
* If an Attribute's <code>level</code> is set as <code>Product</code>, then Product Projection Search does <strong>not support</strong> the Attribute.</p>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
* This constraint is enforced at both Product creation and Product update.
* If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* If the length of the input exceeds the maximum size, an <a href="ctp:api:type:InvalidFieldError">InvalidField</a> error is returned.</p>
*

* @return null|bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,12 @@ public function getInputHint()
}

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* <p>Set as <code>true</code> if you want the Attribute's values to be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
* If an Attribute's <code>level</code> is set as <code>Product</code>, then Product Projection Search does <strong>not support</strong> the Attribute.</p>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
* This constraint is enforced at both Product creation and Product update.
* If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* If the length of the input exceeds the maximum size, an <a href="ctp:api:type:InvalidFieldError">InvalidField</a> error is returned.</p>
*
*
* @return null|bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,9 @@ public function getInputHint()
}

/**
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/product-projection-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.
* However, if an Attribute's <code>level</code> is set as <code>Product</code>, then Product Projection Search does <strong>not support</strong> the Attribute.</p>
* <p>The exact features that are available with this flag depend on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
* This constraint is enforced at both <a href="ctp:api:endpoint:/{projectKey}/products:POST">Product creation</a> and <a href="/../api/projects/products#update-product">Product update</a>.
* If the length of the input exceeds the maximum size, an <a href="ctp:api:type:InvalidFieldError">InvalidField</a> error is returned.</p>
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -473,3 +473,4 @@ a3b3120c87d02dcb4019d8f0dcc6d1f7496725ca
e4973c1b97c71699c2945d476161cd47eded2e6d
c47b5eda641591a8ffe2eb071826f157e2150771
48cdda09a82127b5745d64a6b889a500a31139d8
315719fe14a0aa4f14761fe5e768ad59b1a8a3e4