Welcome to the Fynd Konnect API Reference, a resource designed for quickly testing and exploring the functionality offered by Fynd Konnect. This reference provides:
Schema Definitions: Clear, concise data models for requests and responses to facilitate debugging and prototyping API integrations
Try It Console: Interactive testing directly from the documentation, enabling real-time experimentation with endpoints, response examination, and setup validation
Endpoint Overview: A structured catalog of Fynd Konnect APIs (Authorization, Catalog, Pricing, Inventory, Orders, Returns) for streamlined discovery and usage
Dive into how Fynd Konnect can support operational and technical needs in a sandboxed, experimentation-friendly environment
Fynd Konnect is a unified platform built to streamline e-commerce and omni-channel operations by connecting seller's downstream systems (WMS, ERP, POS) with the the top marketplaces and webstores alongside Fynd Commerce
https://fyndkonnect.konnect.uat.fyndx1.de/
https://ginesys.konnect.uat.fyndx1.de/
https://unicommerce.konnect.uat.fyndx1.de/
https://fyndkonnect.konnect.uat.fyndx1.de/ims/v3/price
https://ginesys.konnect.uat.fyndx1.de/ims/v3/price
https://unicommerce.konnect.uat.fyndx1.de/ims/v3/price
curl -i -X PUT \
https://fyndkonnect.konnect.uat.fyndx1.de/ims/v3/price \
-H 'Content-Type: application/json' \
-H 'x-access-token: YOUR_API_KEY_HERE' \
-d '[
{
"location_id": "string",
"sku": "string",
"esp": 0,
"mrp": 0,
"currency": "string"
}
]'
{ "data": { "payload_count": 2, "success_count": 2, "failed_count": 0, "errors": [] }, "meta": { "ack_id": "679c771cc8f3483beac7862d", "integrationId": "64b8e312269b5327f0affee7", "time": "2025-01-31T06:58:37.608+00:00", "status": "SUCCESS" } }
Covers the entire end-to-end lifecycle of orders on Fynd, from initial retrieval through packing, dispatching, and final delivery. Includes:
Fetching new or updated orders
Cancellation of orders or specific items before invoicing
Confirmation of orders in bulk
Invoicing or credit note generation
Make order pack and dispatch calls
AWB and courier updates for self-ship scenarios
Order status transitions for self-ship scenarios (bag_picked
, delivery_done
, etc.)
Maximum 20 records can be updated in a single request
Manages the reverse and RTO (Return to Origin) journeys for your orders:
RETURN_DELIVERED
as the order status"invoiceType: return"
All reverse processes remain in sync with Fynd OMS
Maximum 20 records can be updated in a single request