- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ShippingOptionDTO
The shipping option details.
id
stringThe ID of the shipping option.
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 fulfillment provider's ID.
shipping_option_type_id
null | stringThe associated shipping option type's ID.
data
null | Record<string, unknown>The data necessary for the associated fulfillment provider to process the shipping option
and, later, its associated fulfillments.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
service_zone
ServiceZoneDTOThe associated service zone.
service_zone
ServiceZoneDTOshipping_profile
ShippingProfileDTOThe associated shipping profile.
shipping_profile
ShippingProfileDTOfulfillment_provider
FulfillmentProviderDTOThe associated fulfillment provider.
fulfillment_provider
FulfillmentProviderDTOThe associated shipping option type.
rules
ShippingOptionRuleDTO[]The rules associated with the shipping option.
rules
ShippingOptionRuleDTO[]fulfillments
FulfillmentDTO[]The fulfillments associated with the shipping option.
fulfillments
FulfillmentDTO[]created_at
DateThe creation date of the shipping option.
updated_at
DateThe update date of the shipping option.
deleted_at
null | DateThe deletion date of the shipping option.
Was this page helpful?