API & INTEGRATION
The OS for physical products.
Connect your ERP, IMS, or custom storefront directly into our fulfillment infrastructure using our modern GraphQL API and webhooks.
POST /graphql
123456789
mutation {
createFulfillmentOrder(
}sku: "KWC-9402",
quantity: 150,
destination: "FBA-DFW6"
) {quantity: 150,
destination: "FBA-DFW6"
id
status
estimatedShipDate
}status
estimatedShipDate
RESPONSE (200 OK) - 142ms
{
"data": {
"createFulfillmentOrder": {
"id": "fo_8f92kdj492",
"status": "QUEUED_FOR_PICK"
"data": {
"createFulfillmentOrder": {
"id": "fo_8f92kdj492",
"status": "QUEUED_FOR_PICK"
Enterprise Integration
We abstract away the complexity of EDI and legacy fulfillment protocols, offering modern developers a clean, strongly-typed interface to the physical world.
Real-time Webhooks
Subscribe to inventory state changes. Instantly update your custom storefront or ERP when an item is received, picked, packed, or shipped.
GraphQL API
Strongly typed, self-documenting API. Query exactly the data you need about your supply chain without massive over-fetching.
Secure Auth
Enterprise-grade security. Granular scoped API keys ensure your developers or third-party agencies only have access to the endpoints they need.
