Recharge Now for ₹1000 & Get ₹1500* In Your Wallet. Use Code: FLAT500 | Limited Period Offer On First Recharge
*T&C Apply. Offer applies only for the first wallet recharge after sign up. If the user has made any wallet spend/transaction, this offer is not applicable.
Recharge Now
GVKart

Seller ERP API

Category master & API integration

Pull the live category tree with GET /api/v1/seller-erp/categories. The response includes a nested tree (primary → secondary → sub levels) and a flat leaves list with path values for product category_path.

To request a new subcategory, POST /api/v1/seller-erp/categories with primary_category_id, secondary_category_id, and name (parent_id optional for deeper nesting). The same seller API keys and AES-256-CBC encryption apply.

New categories stay pending until an admin approves them. Admins receive an email alert on each request. Once approved, the category goes live and appears in GET /categories for product payloads.

You can also use Category Master in the seller portal to browse the tree and submit requests without calling the API.

See docs/SELLER_ERP_API.md and the in-portal Seller ERP Integration Guide for request examples.