Category:API V2: Difference between revisions

Jump to navigation Jump to search
Line 357: Line 357:
It's currently not possible to create new price rules, however, you can modify the price rules with this request.
It's currently not possible to create new price rules, however, you can modify the price rules with this request.


 
'''''Example: Modify the name of the price rule:'''''
[
[
     {
     {
Line 367: Line 367:
             {
             {
               "priceruleid": 1,
               "priceruleid": 1,
               "name": "Reeeeeeel"
               "name": "-INSERT NAME HERE-"
             }
             }
           ]
           ]