- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ShippingProfileDTO
The shipping profile details.
id
stringThe ID of the shipping profile.
name
stringThe name of the shipping profile.
type
stringThe type of the shipping profile.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
shipping_options
ShippingOptionDTO[]The shipping options associated with the shipping profile.
shipping_options
ShippingOptionDTO[]created_at
DateThe creation date of the shipping profile.
updated_at
DateThe update date of the shipping profile.
deleted_at
null | DateThe deletion date of the shipping profile.
Was this page helpful?