Retrieves details of a specific shipping rate.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
The amount in cents to be charged, represented as a whole integer. For example 9900 is equivalent to $99.
The calculation strategy for this shipping rate – one of amount, flat, or weight. If amount, this shipping rate will be applicable to checkouts that have a subtotal_amount within the min/max amount range. If flat, this rate will be applicable to all line items. If weight, this rate will be applicable to line items that have a combined weight within the min/max weight range.
The minimum subtotal_amount of a checkout for this rate to apply.
The maximum subtotal_amount of a checkout for this rate to apply.
The minimum combined weight of a line item for this rate to apply.
The maximum combined weight of a line item for this rate to apply.
The weight unit for this shipping rate – one of lb, oz, kg, g.
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.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.
Three-letter ISO currency code, in lowercase. This value will match the Account currency.
Expandable – The associated shipping zone ID.
Expandable – The associated shipping method ID.