TFDi Design Icon
TFDi Design

Vendor API

Integrate with TFDi Design's product system to process orders for 717, MD-11, and PACX.

The Vendor API lets approved vendors process orders for TFDi Design products (717, MD-11, PACX) on behalf of customers. You send order details to the API and receive success or error responses so you can complete checkout and, where applicable, deliver license or activation data.

Overview

  • Base URL: https://tfdidesign.com/store/vendors/api
  • Authentication: Bearer token (vendor API key)
  • Content type: application/json

Vendors receive an API key from TFDi Design. Include it in the Authorization header for every request:

Authorization: Bearer <your-vendor-api-key>

How it works

  1. Choose the product endpoint for the item being purchased (717, MD-11, or PACX).
  2. Send a POST request with the order payload (e.g. customer email, order ID, product details as defined per product).
  3. Handle the response: on success you get product-specific data (e.g. client and session IDs for 717); on failure you get an error code and message.

Product-specific flows (e.g. 717 activation) are described on each product's page.

Support

For API access, keys, or integration help, please reach out to your contact at TFDi Design.

On this page