ShippingOptionRule - Fulfillment Module Data Models Reference

This documentation provides a reference to the ShippingOptionRule data model. It belongs to the Fulfillment Module.

idPrimaryKeyModifier<IdProperty>
The ID of the shipping option rule.
attributeTextProperty
The name of a property or table that the rule applies to. @example customer_group
operatorEnumProperty<typeof RuleOperator>
The operator used in the condition. @example eq
shipping_optionBelongsTo<ShippingOption>
The associated shipping option.
valueJSONPropertyOptional
The value of the shipping option rule
Was this page helpful?