Money
A monetary amount with its ISO 4217 currency code.
type Money {
amount: Decimal!
currencyCode: CurrencyCode!
}
Fields
Money.amount ● Decimal! non-null scalar
Amount as a decimal string in major currency units (e.g. "12.99"). String, not float — preserves precision across locales.
Money.currencyCode ● CurrencyCode! non-null enum
ISO 4217 currency code (e.g. PLN, EUR, USD).
Member Of
AttributeFilterValue object ● AvailableShippingMethod object ● B2BVariantPricing object ● BankTransferInstructions object ● CarrierShippingRate object ● CartAppliedGiftCard object ● CartCost object ● CartDiscountAllocation object ● CartFeeAllocation object ● CartLineCost object ● CartShippingMethod object ● Customer object ● DiscountInfo object ● FreeShippingProgress object ● GiftCard object ● GiftCardValidation object ● LoyaltyMember object ● LoyaltyReward object ● LoyaltyTier object ● NewsletterIncentive object ● OrderDiscountAllocation object ● OrderFeeAllocation object ● OrderLineItem object ● OrderTotals object ● PaymentMethodFee object ● PriceRange object ● PriceReductionInfo object ● PricingTier object ● ProductPriceRange object ● ProductVariant object ● Return object ● ReturnItem object ● TierProgress object ● VariantPrice object ● WishlistItem object