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
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function getDescription();
public function getCategories();

/**
* <p>Numerical values to allow ordering of Products within a specified Category.</p>
* <p>Numerical values to allow ordering of Products within specified Categories. If the referenced Categories are not also assigned in the <code>categories</code> field, an <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned.</p>
*

* @return null|CategoryOrderHints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function getCategories()
}

/**
* <p>Numerical values to allow ordering of Products within a specified Category.</p>
* <p>Numerical values to allow ordering of Products within specified Categories. If the referenced Categories are not also assigned in the <code>categories</code> field, an <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned.</p>
*

* @return null|CategoryOrderHints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public function getCategories()
}

/**
* <p>Numerical values to allow ordering of Products within a specified Category.</p>
* <p>Numerical values to allow ordering of Products within specified Categories. If the referenced Categories are not also assigned in the <code>categories</code> field, an <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned.</p>
*
*
* @return null|CategoryOrderHints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface ProductSetCategoryOrderHintAction extends ProductUpdateAction
public const FIELD_STAGED = 'staged';

/**
* <p>The <code>id</code> of the Category to add the <code>orderHint</code>.</p>
* <p>The <code>id</code> of the Category to add the <code>orderHint</code>. If this Category is not assigned to the Product, an <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned.</p>
*

* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class ProductSetCategoryOrderHintActionBuilder implements Builder
private $staged;

/**
* <p>The <code>id</code> of the Category to add the <code>orderHint</code>.</p>
* <p>The <code>id</code> of the Category to add the <code>orderHint</code>. If this Category is not assigned to the Product, an <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned.</p>
*

* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getAction()
}

/**
* <p>The <code>id</code> of the Category to add the <code>orderHint</code>.</p>
* <p>The <code>id</code> of the Category to add the <code>orderHint</code>. If this Category is not assigned to the Product, an <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned.</p>
*
*
* @return null|string
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,4 @@ f0288f95a5fe33fd2973df3f8290defb15129192
761762c7caad45bc86b08db7021a033fff18ba90
b32dd9c6633745d71fb526473fed6cc60e1fab0a
dec65e707130185745930bde27ce78ae64ab29c1
356beed6a818fbf0e5a7f5c4e938d02c2ca174ec