ShippingProfileDTO
The shipping profile details.
id
stringRequiredThe ID of the shipping profile.
name
stringRequiredThe name of the shipping profile.
type
stringRequiredThe type of the shipping profile.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
The shipping options associated with the shipping profile.
created_at
DateRequiredThe creation date of the shipping profile.
updated_at
DateRequiredThe update date of the shipping profile.
deleted_at
null | DateRequiredThe deletion date of the shipping profile.
Was this section helpful?