ShippingOptionDTO
The shipping option details.
id
stringRequiredThe ID of the shipping option.
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 fulfillment provider's ID.
shipping_option_type_id
null | stringRequiredThe associated shipping option type's ID.
data
null | Record<string, unknown>RequiredThe data necessary for the associated fulfillment provider to process the shipping option
and, later, its associated fulfillments.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
The associated service zone.
The associated shipping profile.
The associated fulfillment provider.
The associated shipping option type.
The rules associated with the shipping option.
The fulfillments associated with the shipping option.
created_at
DateRequiredThe creation date of the shipping option.
updated_at
DateRequiredThe update date of the shipping option.
deleted_at
null | DateRequiredThe deletion date of the shipping option.
Was this section helpful?