Hi,
I try to create a price rule from api with this example
{
"price_rule": {
"title": "SUMMERSALE10OFF",
"target_type": "line_item",
"target_selection": "all",
"allocation_method": "across",
"value_type": "fixed_amount",
"value": "-10.0",
"customer_selection": "all",
"starts_at": "2021-12-10T13:00:10Z"
}
}
but rule does not created and in response I have all price rules already created in past.
Permission are ok.
thanks for help