Skip to main content
Skip to main content

ShippingProfileDTO

The shipping profile details.

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?