Build on Fuse
Send your orders, products, returns, and work orders into the ILG warehouse network — and get confirmations back the moment the warehouse acts on them.
- 1AuthenticateHTTP Basic with your
businessIdand API key, on every call. How to authenticate → - 2Send recordsPOST an array to a v2 endpoint. The whole batch is accepted with a
202, or rejected with a400naming every failing record and field. - 3Receive confirmationsFuse POSTs to your webhook as the warehouse picks, packs and despatches — same JSON array shape every time.
- Username
- your
businessId - Password
- your API key — both from your onboarding pack
Your key acts for your business alone: every record must carry your own businessId, and a record for a different business is rejected with a 400.
Environments
- ProductionCreates real orders
Live. A record sent here reaches the warehouse floor and is picked, packed and despatched.
- DevelopmentReal pipeline, test data
The full Fuse pipeline against a test warehouse. Use it for end-to-end runs once the sandbox is happy.
- SandboxNothing is created
A mock of every endpoint. Validates the shape of your payload and accepts any credentials — build against this first.
Start sending data
The dot marks the record flow — a record and the confirmations it produces share a colour.