Price
(OBJECT)
Amount with currency, possibility to format/locale and indication if it is net or gross
link GraphQL Schema definition
- type Price {
- # amount with rounding rules
- Float! :
- # raw amount (unrounded)
- Float! :
- # currency reference
- Currency! :
- # includes tax or not - for VAT non-payer this field may carry both values and not
- # to be relied upon
- Boolean :
- # amount incl. currency symbol and optional formatting/rounding rules
- String :
- }
link Require by
- InvoiceFinal invoice - serves as an accounting document
- OrderOrder detail
- OrderItemProduct contained within order
- OrderPriceElementNon-product element in order (possibly affecting a price). Order price elements represent most often a shipping or payment fee, applied discount or used gift certificates.
- Paymentorder payment method
- PreinvoicePreinvoice - payment request document - not a final invoice
- ProductProduct
- ReceiptReceipt for order
- ReceiptItemReceipt item
- Shippingorder shipping definition
- WarehouseItemProduct warehouse item