- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateShippingOptionDTO
The shipping option to be created.
name
stringThe name of the shipping option.
price_type
ShippingOptionPriceTypeThe type of the shipping option's price.
service_zone_id
stringThe associated service zone's ID.
shipping_profile_id
stringThe associated shipping profile's ID.
provider_id
stringThe associated provider's ID.
type
Omit<CreateShippingOptionTypeDTO, "shipping_option_id">The shipping option type associated with the shipping option.
type
Omit<CreateShippingOptionTypeDTO, "shipping_option_id">data
null | Record<string, unknown>OptionalThe data necessary for the associated fulfillment provider to process the shipping option
and its associated fulfillments.
The shipping option rules associated with the shipping option.
Was this page helpful?