OBJECT
CommercialInvoice
link GraphQL Schema definition
- type CommercialInvoice {
- #   The number of the CommercialInvoice.
- : String 
- #   The commercial invoice's seller.
- : Supplier 
- #   The currency listed on the CommercialInvoice.
- : CurrencyCode 
- #   The Foreign Currency Exchange Rate of the listed currency.
- : Float 
- #   The total value listed on the CommercialInvoice.
- : Money 
- #   Adjustments to the CommercialInvoice.
- : [Adjustment!] 
- #   Data associated with the CommercialInvoice's products, new Product entities.
- : [EntryProduct!] 
- }