BusinessRuleCreateInput
Input data for creating a new business rule with basic configuration and metadata
input BusinessRuleCreateInput {
  name: [LocalizedStringInput!]!
  shopId: Int
  type: BusinessRuleType!
}
Fields
BusinessRuleCreateInput.name ● [LocalizedStringInput!]! non-null input
Localized names for the business rule supporting multiple languages for international use
BusinessRuleCreateInput.shopId ● Int scalar
[DEPRECATED] Shop or store identifier that will own this business rule for multi-tenant rule management
BusinessRuleCreateInput.type ● BusinessRuleType! non-null enum
Classification of the business rule determining its domain context and application scope
Member Of
businessRuleCreate  mutation ● incentiveRuleCreate  mutation