- Can my developer build against it today?
- No. The API is on the roadmap and is not available yet, and there is no documentation to hand out until it is. Book a demo, tell us what your system needs to send and receive, and we will tell you when access opens.
- Do I need the API if I sell on Salla, Zid, Shopify or WooCommerce?
- Probably not. Those store connections are designed to cover the standard flow without code, and each carries its own status on the integrations page. The API is for a system that is not one of them, or for a flow the standard connection does not cover.
- What does idempotent mean for my operation?
- It means a timeout is safe. When your system is not sure whether a shipment was created, it can send the request again and get the original shipment back rather than a duplicate, so a bad connection never turns into a second parcel and a second amount to collect.
- What happens if my system is down when an event fires?
- The notification is retried on a schedule, and the current state of any shipment stays readable, so once your system is back it can catch up by asking rather than by waiting for something that already passed.
- Will the COD figures come through it?
- That is the intent. The amount to collect goes out with the shipment and the amount actually collected comes back with the delivery event, so your accounts can reconcile against your own order numbers without an export in between.