{"info":{"name":"InvoiceMate Partners API","description":"Reseller partner API for InvoiceMate catalogs.\nAuthenticate with Authorization: Bearer <key_id>.<secret>.\n\nEnvironments: mk_test_* → sandbox fixture; mk_live_* → live catalog.\nSandbox fixture version: 2026.08.01 (product ids 9001–9010).\n\nDocs: https://partner.invoicemate.in/docs\nPostman: GET /api/v1/postman","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"variable":[{"key":"base_url","value":"https://partner.invoicemate.in/api/v1"},{"key":"api_key","value":"mk_test_xxx.your_secret"}],"item":[{"name":"GET /health — Health check","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/health","description":"Health check"}},{"name":"GET /me — Account + key environment","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/me","description":"Account + key environment"}},{"name":"GET /usage — API usage for this key","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/usage","description":"API usage for this key"}},{"name":"GET /openapi — This OpenAPI document","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/openapi","description":"This OpenAPI document"}},{"name":"GET /postman — Postman collection v2.1 export","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/postman","description":"Postman collection v2.1 export"}},{"name":"GET /products — List products","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/products","description":"List products"}},{"name":"GET /products/{id} — Get product","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/products/:id","description":"Get product"}},{"name":"POST /products/bulk — Fetch products by ids","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/products/bulk","description":"Fetch products by ids","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"GET /products/sync — Delta sync since cursor/timestamp","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/products/sync","description":"Delta sync since cursor/timestamp"}},{"name":"GET /products/stats — Catalog stats","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/products/stats","description":"Catalog stats"}},{"name":"POST /products/availability — Bulk availability check","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/products/availability","description":"Bulk availability check","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"GET /products/{id}/availability — Single product availability","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/products/:id/availability","description":"Single product availability"}},{"name":"GET /categories — List categories","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/categories","description":"List categories"}},{"name":"GET /artists — List artists","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/artists","description":"List artists"}},{"name":"GET /filters — Filter facets","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/filters","description":"Filter facets"}},{"name":"POST /orders/quote — Quote line items (no stock hold)","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders/quote","description":"Quote line items (no stock hold)","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"POST /orders/reserve — Reserve stock","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders/reserve","description":"Reserve stock","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"POST /orders/{id}/confirm — Confirm reserved order","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders/:id/confirm","description":"Confirm reserved order","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"GET /orders — List orders","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders","description":"List orders"}},{"name":"POST /orders — One-shot create + confirm","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders","description":"One-shot create + confirm","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"GET /orders/{id} — Get order","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders/:id","description":"Get order"}},{"name":"GET /orders/by-ref/{ref} — Get order by reseller reference","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders/by-ref/:ref","description":"Get order by reseller reference"}},{"name":"GET /orders/{id}/tracking — Tracking info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/orders/:id/tracking","description":"Tracking info"}},{"name":"GET /customers — List customers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/customers","description":"List customers"}},{"name":"POST /customers — Upsert customer","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/customers","description":"Upsert customer","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"GET /customers/{id} — Get customer","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/customers/:id","description":"Get customer"}},{"name":"PATCH /customers/{id} — Update customer","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/customers/:id","description":"Update customer","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"GET /customers/{id}/orders — Orders for customer","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/customers/:id/orders","description":"Orders for customer"}},{"name":"GET /webhooks — Webhook config for site","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/webhooks","description":"Webhook config for site"}},{"name":"POST /webhooks — Set webhook URL","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/webhooks","description":"Set webhook URL","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"POST /webhooks/test — Send test webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/webhooks/test","description":"Send test webhook","body":{"mode":"raw","raw":"{\n  \n}"}}},{"name":"GET /sandbox — Sandbox fixture info (test keys)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/sandbox","description":"Fixture version 2026.08.01"}},{"name":"POST /sandbox/reset — Reset sandbox orders + stock (test keys)","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://partner.invoicemate.in/api/v1/sandbox/reset","description":"Reset sandbox orders + stock (test keys)","body":{"mode":"raw","raw":"{\n  \n}"}}}]}