CheckoutTax Object
Description
Tax information applied to a checkout item or shipping.
Declaration
type CheckoutTax {
name: String
amount: Float
rate: Float
}
Fields
| Name | Type | Description |
|---|---|---|
name | String | Name of the tax (e.g., "VAT", "Sales Tax"). |
amount | Float | Tax amount in the shop's currency. |
rate | Float | Tax rate as a percentage. |