Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.4 KB

File metadata and controls

22 lines (20 loc) · 1.4 KB

ShippingProfile

Properties

Name Type Description Notes
id String The shipping profile's ID
name String The name given to the Shipping profile - this may be displayed to the Customer.
type TypeEnum The type of the Shipping Profile, may be `default`, `gift_card` or `custom`.
products List<Object> The Products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded. [optional]
shippingOptions List<Object> The Shipping Options that can be used to fulfill the Products in the Shipping Profile. Available if the relation `shipping_options` is expanded. [optional]
createdAt OffsetDateTime The date with timezone at which the resource was created.
updatedAt OffsetDateTime The date with timezone at which the resource was updated.
deletedAt OffsetDateTime The date with timezone at which the resource was deleted.
metadata Object An optional key-value map with additional details

Enum: TypeEnum

Name Value
DEFAULT "default"
GIFT_CARD "gift_card"
CUSTOM "custom"