Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ef0495

Browse files
committed
[Docs] Mention priorities in Catalog Promotions docs
1 parent d15fc4d commit 9ef0495

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/book/products/catalog_promotions.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ Rest of the fields are used for configuration:
5050
# ...
5151
}
5252
53+
* **Priority** is used to define which promotion should be applied first. Promotions are applied in the descending order.
54+
The default priority is `0`:
55+
56+
.. code-block:: bash
57+
58+
{
59+
# ...
60+
"priority": 100
61+
# ...
62+
}
63+
5364
* **Scopes** are used to define scopes on which the catalog promotion will work:
5465

5566
.. code-block:: bash

0 commit comments

Comments
 (0)