objectshipping_rate
Shipping rates describe the price of shipping presented to your customers and can be applied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping) to collect shipping costs.
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
ShippingRate
objectShipping rates describe the price of shipping presented to your customers and can be applied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping) to collect shipping costs.
Whether the shipping rate can be used for new purchases. Defaults to `true`.
Time at which the object was created. Measured in seconds since the Unix epoch.
The estimated range for how long shipping will take, meant to be displayable to the customer. This will appear on CheckoutSessions.
The name of the shipping rate, meant to be displayable to the customer. This will appear on CheckoutSessions.
Unique identifier for the object.
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
String representing the object's type. Objects of the same type share the same value.
Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`.
A [tax code](https://stripe.com/docs/tax/tax-codes) ID. The Shipping tax code is `txcd_92010001`.
The type of calculation to use on the shipping rate. Can only be `fixed_amount` for now.