Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15fc4d commit 9ef0495Copy full SHA for 9ef0495
1 file changed
docs/book/products/catalog_promotions.rst
@@ -50,6 +50,17 @@ Rest of the fields are used for configuration:
50
# ...
51
}
52
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
64
* **Scopes** are used to define scopes on which the catalog promotion will work:
65
66
.. code-block:: bash
0 commit comments