Reach them over REST, webhooks, EDI, and the MCP server. API keys, SSO, and tenant isolation are built in. Agents and API clients read and write the same records.
ActualDeliveryDatedeliveryDatedelivery_timestampRequest and payload shapes are the ones in the API docs.
Create the order, request rates for it, and generate the label from the selected rate. When the shipment moves, the event is posted to the subscribed endpoint with an HMAC-SHA256 signature to verify.
Any MCP client authenticates with an API key and calls CommerceShip tools directly. Over A2A, an external agent reads the agent card and calls the live skills: inventory check, order status, shipment tracking.
ActualDeliveryDatedeliveryDatedelivery_timestampWrap the app in the provider once. Hooks and components take the same API key and call the same endpoints as any other client.
Make the first call against real orders, or bring the stack to a demo and we'll walk through the integration.