Magento 2: Property “ActionsHintLabel” does not have accessor method “getActionsHintLabel” in class “MagentoSalesRuleApiDataRuleInterface”
In Magento 2 I am trying to add SalesRule from API: /rest/V1/SalesRules Post Request body: { “rule”: { “name”: “Test SalesRule”, “store_labels”: [], “description”: “test 50% discount”, “website_ids”: [ 1 ], “customer_group_ids”: [ 1, 2, 3, 5, 6 ], “from_date”:… Read More »Magento 2: Property “ActionsHintLabel” does not have accessor method “getActionsHintLabel” in class “MagentoSalesRuleApiDataRuleInterface”