transitionValidations
Get transition validations for a sales channel. Returns validation rules that apply to order fulfillment state transitions.
transitionValidations(
salesChannelId: ID!
scope: String
): [TransitionValidation!]!
Arguments
transitionValidations.salesChannelId ● ID! non-null scalar
The sales channel ID to get validations for.
transitionValidations.scope ● String scalar
Filter by scope: 'order' or 'order_fulfillment'. If not provided, returns all scopes.
Type
TransitionValidation object
Transition Validation
Represents a validation rule for order fulfillment state transitions. These rules define conditions that must be met (or automatically trigger transitions) when transitioning between fulfillment states (e.g., allocated -> sent).