Release Notes
Continuous Development and Updates
At EZ, we are committed to continuous development and enhancement of our API services. We understand the importance of keeping our users informed about new features, improvements, and updates. Our team is dedicated to ensuring that our API evolves to meet your needs, and we aim to keep you updated with all the latest changes.
We strive to avoid backward incompatible changes as much as possible, prioritizing a seamless integration experience for our customers.
Version 2.2.0 - Released on 4th June 2025 🆕
Major Update
- Client Order Number Validation: Introducing a new parameter
enableClientOrderNumberDupCheck
in the CreateBulkOrder API and CreateInstantOrder API. When enabled, this feature validates and prevents duplicate client order numbers, ensuring each order maintains a unique identifier within your system. This enhancement helps prevent accidental duplicate order submissions and strengthens order tracking capabilities.
Version 2.1.0 - Released on 19th March 2025
Major Update
- CreateInstantOrder API Enhancement: The CreateInstantOrder API has been upgraded from synchronous to asynchronous processing. Previously, the API maintained an open connection for up to 30 seconds while processing orders. With this update, the API now immediately generates a Transaction ID and returns a response, eliminating the connection wait time. Users will need to monitor the order status through the status check endpoint, similar to the CreateBulkOrder workflow.
Version 2.0.0 - Released on 1st November 2024
Major Update
We are excited to introduce the CreateInstantOrder API (POST /v2/orders/instant
). This new feature is designed to quickly create and fulfill
orders, targeting a completion time of within 30 seconds. It is ideal for B2B2C scenarios, streamlining the delivery of
redemption codes to customers efficiently.
Enhancements
- GetProducts API (
GET /v2/products
): The product list response is now paginated, offering a more manageable way to access the increasing number of products available through our API.
Version 1.0.0 - Released on 14th February 2024
We are pleased to announce the launch of EZ API Version 1.0.0. This release marks the beginning of our journey to provide you with a comprehensive suite of APIs that offer unparalleled access and control over your interactions with our services. Our APIs are designed to cater to your needs, providing a seamless, secure, and efficient way to manage your financials, product inquiries, order history, and purchases.
Major Update
-
Balances API (
GET /v1/balances
):- Retrieve balance information in various currencies.
- Filter by 3-letter currency codes (ISO-4217).
-
Products API (
GET /v1/products
):- Access a detailed list of all products offered by EZ.
- Filter by product SKU.
-
Ordering API:
POST /v1/orders
: Create new order with a list of products.GET /v1/orders
: Get a list of all past orders, sorted by created timestamp in descending order.- Parameters include limit, page, transaction ID, and client order number.
-
Order Codes API (
GET /v1/orders/{transactionId}/codes
):- Retrieve a list of redeemable codes associated with a specific order.
- Filter by transaction ID, product SKU, and EZ stock identifier.
Enhancements
- Improved security with Bearer Authentication (JWT).
- Enhanced error handling with detailed error responses for various scenarios like 'Bad Request', 'Unauthorized Access', and 'Internal Server Error'.
Stay tuned for more updates as we continue to enhance API to better serve your needs.