ASCI API

| Home | Swagger | All Forms | Documentation | HTS →

Developer hub for the ASCI customs-broker integration API. Each card below opens that module's own page - how it works, a real field-by-field test form, and the endpoint reference, all in one place. Forms POST directly to the API and show the JSON response and HTTP status - set your tenant API Key once in the Setup block on each module page. The combined All Forms surface is still available.

Document Forms

End-to-end submit forms. Each card opens that module's own page.

ISF

Importer Security Filing (10+2) wizard.

POST /api/Isf/Submit

Quick Entry

ACE Quick Entry (ACEQE) 6-step wizard.

POST /api/AceQe/Submit

QP (In-Bond)

In-bond header + conveyances / bills / parties.

POST /api/Qp/Submit

BL (Billing)

Import billing invoice header + charge lines.

POST /api/Bl/Submit

Tally In

FTZ warehouse receipt header + lines.

POST /api/TallyIn/Submit

Tally Out

FTZ withdrawal header + lines (FIFO depletion).

POST /api/TallyOut/Submit

CBP Communication

Transmit CATAIR to U.S. Customs + track replies (cert/prod).

POST /api/Cbp/{channel}/Transmit

Master & Reference Data

Create / find customer, manufacturer, product and A/P vendor records; pending charges (billing); bulk import.

Customer

Create / find a customer master record.

POST /api/Customers

Manufacturer

Create / find a manufacturer (MID) record.

POST /api/Manufacturers

Product

Create / find a product master record.

POST /api/Products

Vendor (A/P)

Create / find an accounts-payable vendor master record.

POST /api/Vendors

Pending Charges

Billing charges store + settlement writeback via our payment provider.

POST /api/Charges/Import

Bulk Import

Idempotent upsert of customers / manufacturers / products / vendors.

POST /api/Import/Entities

Status Checker

Poll a submission_id lifecycle by document type.

GET /api/{Type}/{id}/Status

Reference Pages

API documentation, the Swagger explorer, and the HTS lookup tool.

Swagger UI

Interactive OpenAPI explorer for every endpoint.

Documentation

External-client API reference (auth, contracts, webhooks).

HTS Lookup

Harmonized Tariff Schedule search + duty calculator.

Note: this is a developer test surface for the API that UI applications are built on top of. Every request needs a tenant ApiKey header - set it once in the Setup block on any module page (or the All Forms page). Tally In / Tally Out ride the generic inbound pipeline; the Submit response carries the submission_id (there is no dedicated per-submission Tally status endpoint).