Your First Order¶
Quick start steps to authenticate and submit your first shipment order.
Quick Start Guide¶
-
Obtain an API key — Log in to the ALPHA Portal → API Keys → Generate Key
-
Add authentication — Include
Authorization: Api-Key <your-key>in every request -
Submit an order — POST to the submit-order endpoint with your payload
Typical Order Flow¶
-
Submit — POST your order payload to create the order
-
Processing — The optimizer runs. The PI is emailed to defined recipients, or fetch it via Download Packing Instructions.
-
Optional — Use Get Order by ID or List All Orders to check status
See Authentication for full authentication details and Submit Order for the submit-order endpoint reference.