Skip to content

Konnect Platform API Reference (1.0.0)

The Konnect Platform APIs let custom marketplaces exchange order and inventory information with Konnect throughout the commerce lifecycle.

Use this reference to:

  • Generate an access token for an onboarded marketplace integration.
  • Receive inventory delta notifications through a marketplace-hosted webhook.
  • Create orders with customer, shipment, item, payment, and pricing details.
  • Retrieve the Konnect order and shipment identifiers created for a marketplace order.
  • Assign courier and Air Waybill Number (AWB) details to self-ship shipments.
  • Send shipment-status updates for forward, return, and RTO journeys.

Authentication

Call Generate Access Token with the credentials issued for your marketplace integration. Send the returned JWT in the x-access-token header on every other Konnect-hosted endpoint in this reference.

Integration directions

  • Marketplace → Konnect: authentication, order creation, order retrieval, courier/AWB updates, and shipment-status updates.
  • Konnect → Marketplace: inventory delta notifications sent to the webhook URL implemented and registered by the marketplace.

Validate marketplace-to-Konnect calls in UAT before sending production traffic.

Download OpenAPI description
Languages
Servers
Konnect UAT environment for integration testing
https://gateway.konnect.uat.fyndx1.de/
Konnect production environment
https://gateway.konnect.fynd.com/

Authentication

Generate the JWT required to authorize platform API requests.

Operations

Inventory

Receive sellable-inventory updates from Konnect through a marketplace-hosted webhook.

Operations

Orders

Create and retrieve orders, assign courier/AWB details, and update fulfillment statuses.

Operations