ShippingPrice
Pricing information including regular and discounted prices
type ShippingPrice {
regularPrice: MonetaryValue
salePrice: MonetaryValue!
}
Fields
regularPrice ● MonetaryValue
The regular/ordinary price
salePrice ● MonetaryValue!
The price of method after discounts have been applied
Example
{
"regularPrice": {
"currency": {
"code": "USD",
"rate": 11.355,
"prefix": "$"
},
"tax": {}
}
}