EntryGoDocs
QuickstartProtocolAPI Reference

Docs

EntryGo developer docs

Overview
Concepts
ProtocolMental modelExport LifecycleFlowPrimitivesObjectsArtifactsFilesBroker SubmissionDelivery
Guides
First ExportQuick pathBuild a Supply Chain App with EntryGoHello worldWarehouse Integration3PLAutomation AgentsAgentsPublishing EntryGo PackagesPublish
API
OverviewOpenAPIAccountsScopeProductsPOSTOrdersPOSTWarehousesOriginBrokersPartnerExportsCoreCustoms OptimizerAICustoms PackagesGETErrorsHandling
SDKs / CLI
TypeScriptSDKPythonSDKCLITooling

API

Accounts API

Create an account.

#POST /accounts

Create an account.

json
{
  "name": "North Fulfillment",
  "email": "ops@north.example"
}
json
{
  "id": "acc_123",
  "name": "North Fulfillment",
  "email": "ops@north.example",
  "createdAt": "2026-03-10T00:00:00.000Z",
  "updatedAt": "2026-03-10T00:00:00.000Z"
}
PreviousOverviewInteractive OpenAPI reference rendered from the checked-in EntryGo contract.NextProductsProduct sync and customs-readiness inputs that planning depends on.