CheckoutShippingRateData
Inline shipping rate data used to create a Checkout Session shipping rate.
- deliveryType: object · CheckoutDeliveryEstimate nullable
_estimate - maximumType: object · CheckoutDeliveryEstimateBound nullable
- minimumType: object · CheckoutDeliveryEstimateBound nullable
- displayType: string
_name Customer-facing shipping option name.
- fixedType: object · CheckoutShippingFixedAmount nullable
_amount - amountType: integer · amountWithCurrencyPrecisionFormat: int64required
Integer amount in minor units (e.g. cents) specific to the currency. Example: 100 for €1.00
- currencyType: string · CurrencyCoderequired
ISO 4217 currency codes (alpha3) supported for payments
- metadatanullable
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.- propertyType: string
Name
- taxType: string · CheckoutShippingTaxBehaviorenum
_behavior values- unspecified
No tax behavior has been specified for the shipping rate.
- exclusive
Tax is added on top of the shipping amount.
- inclusive
Tax is included in the shipping amount.
- taxType: string | null
_code Optional tax code for this shipping rate.
- typeenumconst:fixed_amountvalues
- fixed
_amount Shipping is charged as a fixed amount.

