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/SubmitQuick Entry
ACE Quick Entry (ACEQE) 6-step wizard.
POST /api/AceQe/SubmitQP (In-Bond)
In-bond header + conveyances / bills / parties.
POST /api/Qp/SubmitBL (Billing)
Import billing invoice header + charge lines.
POST /api/Bl/SubmitTally In
FTZ warehouse receipt header + lines.
POST /api/TallyIn/SubmitTally Out
FTZ withdrawal header + lines (FIFO depletion).
POST /api/TallyOut/SubmitCBP Communication
Transmit CATAIR to U.S. Customs + track replies (cert/prod).
POST /api/Cbp/{channel}/TransmitMaster & 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/CustomersManufacturer
Create / find a manufacturer (MID) record.
POST /api/ManufacturersProduct
Create / find a product master record.
POST /api/ProductsVendor (A/P)
Create / find an accounts-payable vendor master record.
POST /api/VendorsPending Charges
Billing charges store + settlement writeback via our payment provider.
POST /api/Charges/ImportBulk Import
Idempotent upsert of customers / manufacturers / products / vendors.
POST /api/Import/EntitiesStatus Checker
Poll a submission_id lifecycle by document type.
GET /api/{Type}/{id}/StatusReference 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.
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).