CheckoutListingPrice Object
Description
Pricing information for a listing in a checkout.
Declaration
type CheckoutListingPrice {
beforeTaxes: Float
base: Float
sale: String
compare: String
cost: String
}
Fields
| Name | Type | Description |
|---|---|---|
beforeTaxes | Float | Price before taxes are applied. |
base | Float | Base price of the listing. |
sale | String | Current sale price as a string. |
compare | String | Original compare price as a string. |
cost | String | Cost price as a string. |