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

Warehouses API

Create a warehouse.

#POST /warehouses

Create a warehouse.

json
{
  "accountId": "acc_123",
  "name": "Toronto FC-1",
  "countryCode": "CA",
  "city": "Toronto",
  "contactEmail": "warehouse@north.example"
}

#GET /warehouses

List warehouses.

PreviousOrdersOrder intake and sync, with idempotent upsert behavior and planning prerequisites.NextBrokersBroker records and execution handoff targets used by the export workflow.