INPUT_OBJECT
CommercialInvoiceInput
link GraphQL Schema definition
- input CommercialInvoiceInput {
- # The number of the CommercialInvoice. Required for entry.
- : String!
- # The commercial invoice's seller. Required for entry.
- : KeyInput!
- # The currency listed on the CommercialInvoice. Required for entry.
- : CurrencyCode!
- # The Foreign Currency Exchange Rate of the listed currency. Required for entry.
- : Float!
- # The total value listed on the CommercialInvoice. Required for entry
- : Money!
- # Adjustments to the CommercialInvoice.
- : [AdjustmentInput!]
- # CommercialInvoice's Products. Required for entry.
- : [EntryProductInput!]!
- }