post https://{accountName}.{environment}.com.br/_v/custom-prices/rules
Creates a new price association for a shopping scenario
Request body has the following properties:
Attribute | Type | Description |
---|---|---|
| string | Order type |
| string | Delivery location |
| string | Name of the Price Table associated with the scenario |
| string | User's email |
Request body example:
{
"orderType": "Resale",
"state": "ES",
"pricetable": "pricetable1",
"email": "[email protected]"
}
Request body has the following properties:
| integer | Price association ID |
---|---|---|
| string | Order type |
| string | Delivery location |
| string | Name of the Price Table associated with the scenario |
| string | User's email |
Request body example:
{
"id":1,
"orderType": "Resale",
"state": "ES",
"pricetable": "pricetable1",
"email": "[email protected]"
}