When creating a pricing rule to create an automatic discount for customer groups, I see the error message below. What field is “pricing_payment_types” referring to in the pricing rule request? I dont see that option in the docs. If I can set payment types instead of specific products for the pricing rule, that would solve some of my big problems
{
"errors": [
{
"category": "INVALID_REQUEST_ERROR",
"code": "MISSING_REQUIRED_PARAMETER",
"detail": "Invalid object `#Gogh30PricingRule`: [merchant_token=MLSFG76SWVKE9] Attribute pricing_match_product or pricing_payment_types required.."
}
]
}