DEV

Type.

Entry

A CBP filing grouping consignments (HAWBs) under a consolidation (MAWB), carrying the CBP entry number, statuses, and assessed charges. Customer-reachable only via Consolidation.entries (lifted in the Java PR) — i.e. only through the owner-scoped consolidations query, since Consignment.entry and Consignment.consolidation are both @inaccessible. Filing internals (transmissions, raw stream statuses, IOR/statement config) are field-level @inaccessible, internal-graph only.

Fields

id

•

ID!

Required

No description

assessedAdCvd

•

Decimal

CBP-assessed antidumping/countervailing duties.

assessedDuty

•

Decimal

CBP-assessed total duty.

assessedFee

•

Decimal

CBP-assessed fees (MPF + HMF).

assessedMpf

•

Decimal

Merchandise processing fee from the CC duty report — flat ($2.69) on Type 11, ad-valorem on Type 01.

assessedPortFee

•

Decimal

Port processing fee from the CC duty report.

assessedTax

•

Decimal

CBP-assessed total tax (IR tax).

cbpEvents

•

[EntryCbpEvent!]!

Required

Append-only timeline of CBP messages received for this entry — cargo release lifecycle, entry summary events, PGA status, error codes.

Required

Customer-facing status, derived from the filing lifecycle plus CBP/PGA disposition events — the single headline answer to "what's the binding state of this entry's clearance". Holds and rejections take precedence over release; precedence is REJECTED, then holds (PGA_HOLD, CBP_EXAM, CBP_HOLD, PGA_REVIEW), then RELEASED, PGA_MAY_PROCEED, ACCEPTED, FILED, PROCESSING. PGA-specific states are folded in here (PGA_HOLD/PGA_REVIEW/PGA_MAY_PROCEED); pgaAgencies tells you which agency they refer to.

consignments

•

[Consignment!]!

Required

The consignments grouped under this entry — house bill (trackingNumber), consignee, and line items (via federated items/landedCost).

consolidation

•

Consolidation!

Required

The consolidation this entry belongs to. Always present — entries are created under a consolidation by the filing workflow.

createdAt

•

DateTime!

Required

No description

entryDate

•

DateTime

Date goods released (Block 7).

entryNumber

•

String

CBP-assigned entry number.

Required

CBP entry type.

holdNotice

•

String

Description of the event that put this entry in its current held state. Null when not held.

importDate

•

DateTime

Date goods were imported into the US (Block 7a). ASPIRATIONAL / not yet populated: today the batch and filing flows record import date once on the Consolidation (uniform per MBOL), so this per-entry field currently resolves null. Retained as the intended per-entry home because import date is semantically per-entry — often equals entryDate for Type 11, but ~19% of Evolve's entries show a multi-day gap (goods arrive, sit at facility, then get filed), and it differs from Consolidation.arrivalDate (carrier arrival) vs. when these specific goods clear into US commerce. Will be wired per-entry once the postal-handoff architecture is defined. (US state of final destination was a sibling field here but was dead + doc-level, so it moved to the consolidation and the entry column was dropped.)

Required

Partner Government Agencies involved with this entry's goods, aggregated from its consignments — names which agency the PGA states in clearanceStatus refer to. Empty when no PGA applies.

portOfEntryCode

•

String!

Required

Schedule D port code (Block 6).

totalAssessedCharges

•

Decimal

Total charges assessed by CBP — derived as duty + tax + fees + AD/CVD; null until CBP reports at least one component.

updatedAt

•

DateTime!

Required

No description
Book a demo

Was this page helpful?