BusinessRuleUpdateInput
Input data for updating an existing business rule's basic configuration and metadata
input BusinessRuleUpdateInput {
name: [LocalizedStringInput!]!
channelIds: [Int!]
}
Fields
BusinessRuleUpdateInput.name ● [LocalizedStringInput!]! non-null input
Updated localized names for the business rule in multiple languages
BusinessRuleUpdateInput.channelIds ● [Int!] list scalar
Channel ids this rule applies to. Omit to leave the current channel scope unchanged, or pass an empty list to apply the rule to every channel in the tenant.
Member Of
businessRuleUpdate mutation