Vendre Integration

Vendre

To integrate Trustvoice with a store running on Vendre, please provide the following details.


What Trustvoice needs

  • API Access Token – Required to access order data via Vendre’s API.
  • Domain – For example: customerwebsite.com.

Purpose of the Integration

The Vendre integration supports both product and order data,
but Trustvoice typically uses it only for retrieving order data.

📝 Note: Product data is generally fetched via separate channels such as a Google Shopping feed or other structured product feeds. View product feed guide


How to get the API Token

Vendre does not allow generating the API token via the admin interface.
To receive it, follow these steps:

  1. Contact Vendre support or your technical representative.
    • Request an API access token for integration with Trustvoice.
    • Specify that you need read access to order data.
  2. Provide your store domain, e.g. yourstore.com.

  3. Vendre will provide you with an access token and the API base URL, which may vary by implementation.
    Example usage:
    GET https://api.vendre.io/api/orders
    Authorization: Bearer {access_token}

Order Status Codes

Trustvoice filters order data based on order status codes.
By default, we use status code 3 (usually meaning “completed” orders).

⚠️ Important: If your store uses a different status code for completed orders, let your Trustvoice contact know so we can adjust the setup.