DEVELOPER NEWS
ZHIPSTER API GUIDELINES
Our APIs supports both XML and JSON but we always recommend JSON for new integrations.
GUIDELINES:
- Your application must ignore unknown fields.
- Additional fields my be added without prior notice.
- Deprecated API versions will be supported for at least 6 months.
- Enumerations must be sent as names.
- JSON properties must use PascalCase naming convention.
- JSON booleans cannot be sent with quotes.
- Rate limit is set to a maximum of 10 requests per second.
ZHIPSTER API CATALOG
CHECKOUT API V2
An easy way to get shipping options connected in your web shop checkout process.
SHIPMENT API V1
Create and manage your shipments directly from your own business system.
PRINT API V1
Print freight documents on demand. This API allows you to control where and when you want your labels in your pick and pack process.
WATCHIT API V1
Monitor your shipments from pickup to delivery. Through this API you can retrieve status events together with the associated descriptions and which locations/cities your shipments has passed.
DEPRECATED API CATALOG
CHECKOUT API V1
An easy way to get shipping options connected in your web shop checkout process.