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! :
- # The shipment's US port of entry.
- CBPPortCode! :
- # The estimated (or actual) entry date.
- Date! :
- }