Hello, team!
I would like to ask for a help or report a bug.
So here is a situation.
Firstly: I send a request to create a Promotion extension with such payload: "payload1.py" which transforms to request to your API which is in "request1.txt" and I receive response which is in "response1.txt" file. Everything goes well and extension is successfully created! As you may noticed it has money moneyAmountOff discount, not percent.
But then I want to change it's discount to percent and send payload which is in "payload2.py" which cast to "request2.txt" and receive response from API "response2.txt"...
It says -
ExtensionSettingError.PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF.
So there is no possibility to change discount to percentOff from moneyAmountOff? Or am I missing something? ( On your platform there is such opportunity )
Also you might noticed that in "request2.py" missing any data that I dropped to None moneyAmountOff field, so it might be the reason why API still considering I am using that value...
Well, I hope that's enough info...
Thank you and have a nice day!