Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

ShippingProfileDTO

The shipping profile details.

Properties

idstringRequired
The ID of the shipping profile.
namestringRequired
The name of the shipping profile.
typestringRequired
The type of the shipping profile.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
shipping_optionsShippingOptionDTO[]Required
The shipping options associated with the shipping profile.
created_atDateRequired
The creation date of the shipping profile.
updated_atDateRequired
The update date of the shipping profile.
deleted_atnull | DateRequired
The deletion date of the shipping profile.
Was this section helpful?