CreateShippingOptionDTO
The shipping option to be created.
name
stringRequiredThe name of the shipping option.
The type of the shipping option's price.
service_zone_id
stringRequiredThe associated service zone's ID.
shipping_profile_id
stringRequiredThe associated shipping profile's ID.
provider_id
stringRequiredThe associated provider's ID.
The shipping option type associated with the shipping option.
data
null | Record<string, unknown>The data necessary for the associated fulfillment provider to process the shipping option
and its associated fulfillments.
rules
Omit<CreateShippingOptionRuleDTO, "shipping_option_id">[]The shipping option rules associated with the shipping option.
rules
Omit<CreateShippingOptionRuleDTO, "shipping_option_id">[]Was this section helpful?