Track delivery & costs
Fetch an order to see its current status, tracking details and what it cost. You can poll this endpoint, or — better — subscribe to webhooks and let Framme push updates to you.
Get an order
curl https://api.development.platform.framme.com/public/v1/store/orders/$ORDER_ID \
-H "Authorization: Bearer $TOKEN"The response includes status, delivery tracking (tracking_number, tracking_url, carrier, and a trackings array for multi-parcel orders), and the costs: total, service_fee and delivery_fee in the order's currency.
Delivery status is driven by our Aftership tracking (in transit, out for delivery, delivered, exception). To react to changes without polling, subscribe to the order webhooks.