OBJECT
EntryProduct
link GraphQL Schema definition
- type EntryProduct {
- # A product record
- : Product
- # The quantity of a product. Required for entry.
- : Int
- # The total value listed of the product. Required for entry.
- : Money
- # Line items associated with the shipment product. NOTE: These lines are persisted
- # on a shipment record, even if the associated product record is updated.
- : [EntryLine!]
- }