Production-ready foundation for distributor-led ordering, reseller attribution, customer activation, invoice creation, and license fulfillment.
X-API-Key: fs_s_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Idempotency-Key: unique-order-request-id
POST /api/v1/purchase
Content-Type: application/json
{
"externalOrderId": "DIST-ORDER-1001",
"partnerCode": "RES491230",
"customerCompany": "ABC Bank",
"customerEmail": "it@abcbank.com",
"productName": "FutureScope AI",
"productVersion": "v2.0",
"osType": "Windows 11",
"quantity": 10,
"unitPrice": 49,
"currency": "USD",
"paymentTerms": "NET60"
}
GET /api/v1/orders/{purchaseCode}
GET /api/customer/product-download/{assetId}?purchaseCode={purchaseCode}&email={customerEmail}