sparklesLatest Product Updates

See what’s new at TradeAware, check the announcements below

Product Update: Supplier Onboarding APIs

Product Update: Supplier Onboarding APIs

August 29, 2024

We are excited to introduce our Supplier Onboarding APIs, designed to facilitate seamless integration of supplier data from any Enterprise Organization or Supply Chain Solution into TradeAware, ensuring comprehensive deforestation risk assessments and compliance.

Key Benefits

  • Streamlined Integration: Simplify the process of onboarding suppliers, saving time and reducing manual effort.

  • Scalability: Efficiently manage large, complex supply chains, ensuring smooth integration across your entire network.

  • Automated Compliance: Easily initiate compliance checks, keeping your organization aligned with industry regulations.

  • Data Accuracy: Maintain accurate and up-to-date supplier information, reducing the risk of errors in compliance assessments.

How It Works:

  • Invite Suppliers: Easily send invitations to your suppliers, asking them to share their data with you. Accepted invitations connect them to your commercial network, giving you access to crucial compliance data.

  • Track Progress: Monitor the status of your invitations, and manage your commercial network with visibility into which suppliers are sharing data.

Public API Documentation

For detailed information on Supplier Onboarding API, please refer to the TradeAware API Documentationarrow-up-right.

Feature Release: Commercial Network and Email Confirmations

August 19, 2024

Our new feature, the TradeAware Commercial Network allows users to connect with and request data from their suppliers. This has also been launched alongside email confirmations.

Key Benefits for Users

  • Efficiency - It allows for companies to connect with each other for ongoing data sharing to simplify the process of ongoing due diligence and to prevent re-entry of plot information for each new buyer request.

  • Cost Effective - The commercial network is a free way for buyers to request plot data from their suppliers.

  • Privacy - It allows suppliers to request and anonymously share data from their sub-suppliers so that don’t have to worry about sharing commercially sensitive data.

  • Security - By confirming email addresses, users can be sure of who they are connecting with.

For detailed information on the Commercial Network, please refer to the Commercial Network User Guidearrow-up-right.

Feature Release: Programmatic Access to the TradeAware API

July 22, 2024

The new feature for programmatic access allows users to automate interactions with the TradeAware API, enhancing efficiency and enabling seamless integration with their existing systems.

Key Benefits for Users

  • Automation: Streamlines repetitive tasks by enabling backend systems to interact with the API without manual intervention.

  • Efficiency: Reduces the need for manual data handling, saving time and reducing errors.

  • Security: Uses OAuth2.0 client credentials for secure authentication, ensuring data protection.

  • Flexibility: Provides the ability to manage OAuth2.0 machine-to-machine clients directly from the TradeAware Web Application, giving users control over their API access.

Public API Documentation

For detailed information on using the new programmatic access feature, please refer to the TradeAware API Documentationarrow-up-right.

Product Update: Unified API Responses to Asynchronous

July 02, 2024

TradeAware platform has transitioned to Unified API Responses with asynchronous handling This update is designed to improve the efficiency and user experience of our API, providing a more seamless and reliable interaction for our users.

Key Benefits

  1. Improved Performance: The asynchronous approach allows for faster initial responses, reducing wait times and improving overall system responsiveness.

  2. Scalability: The system can handle a higher volume of requests simultaneously, enhancing its ability to manage large datasets and complex analyses without degradation in performance.

  3. Enhanced User Experience: Users will experience quicker feedback from the system, with immediate acknowledgment of their requests, allowing them to continue with other tasks while the analysis is being processed.

Adapting Your System to the Asynchronous Workflow

  1. Immediate Acknowledgment: Instead of waiting for the analysis to complete, you will receive an immediate 200 OK response, confirming that the request has been received and is being processed.

  2. Polling Mechanism: Implement a polling mechanism to periodically check for the status of the analysis.

  3. Request Status Endpoint: Use the endpoint /analyses/:analysisId to check the status of an analysis. You can poll this endpoint until the analysis is complete.

We are confident that this update will significantly enhance your workflow and overall experience with our platform.

New: New Field Added to Analysis Object Response

July 02, 2024

We have added a new field to the Analysis object response: type. This field will indicate the type of analysis requested, providing more detailed and specific information for better data handling.

The new field will allow you to easily identify the type of analysis associated with each request, streamlining your data processing and validation workflows. By specifying the type of analysis, we aim to make our API responses more informative and useful for your applications.

Example of Analysis Object

Last updated