INPUT_OBJECT

EntryInBondInfoInput

IT In-bond data for a shipment.

link GraphQL Schema definition

  • input EntryInBondInfoInput {
  • # The date that the in-bond associated with the shipment initiated.
  • date: Date!
  • # The shipment's US port of entry.
  • portOfEntryCode: CBPPortCode!
  • # The estimated (or actual) entry date.
  • estimatedEntryDate: Date!
  • }