ShippingOption - Fulfillment Module Data Models Reference

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

idPrimaryKeyModifier<IdProperty>
The ID of the shipping option.
nameTextProperty
The name of the shipping option
price_typeEnumProperty<typeof ShippingOptionPriceType>
The price type of the shipping option
service_zoneBelongsTo<ServiceZone>
The associated service zone.
typeHasOneWithForeignKey<ShippingOptionType>
The associated type.
rulesHasMany<ShippingOptionRule>
The associated rules.
fulfillmentsHasMany<Fulfillment>
The associated fulfillments.
dataJSONPropertyOptional
The data of the shipping option useful for the associated fulfillment provider. Learn more in this documentation
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
shipping_profileBelongsTo<ShippingProfile>Optional
The associated shipping profile.
providerBelongsTo<FulfillmentProvider>Optional
The associated provider.
Was this page helpful?