New Release: tremendous-node v3.0.0
We are excited to announce the release of the 3.0.0 version of our Node.js client library, tremendous-node. This is a significant update that represents a full rewrite of the library.
We are excited to announce the release of the 3.0.0 version of our Node.js client library, tremendous-node. This is a significant update that represents a full rewrite of the library.
We have introduced two new endpoints: POST api/v2/order_approvals/{id}/approve and POST api/v2/order_approvals/{id}/reject. These endpoints are designed to provide a more intuitive approach to managing order approvals and rejections.
When calling the list products or retrieve product endpoints, the category name of merchant cards has changed. We previously returned the plural merchant_cards even though our documentation specified the singular merchant_card.
We've added new filters to the GET /api/v2/orders endpoint.
We've added a copy_settings object parameter to the Create Organization endpoint.
The "List organizations" endpoint will no longer return related organizations. It will only return the organization associated with the API key used to make the request.
We've added an endpoint to list balance transactions, which grants you programmatic access to your Tremendous balance history.
We have removed the endpoint that creates access tokens.
The Tremendous API is moving from www.tremendous.com to api.tremendous.com. None of the routes will change, so the only change you will have to make is to replace www with api in your calls to our API.
We are deprecating support for multi-reward orders.