| 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 |
| Name | Value |
|---|---|
| DEFAULT | "default" |
| GIFT_CARD | "gift_card" |
| CUSTOM | "custom" |