Single SKU Price & Spec Management
Search, view, and directly update monthly rates for any compute node, storage block, backup option, or firewall.
| Item ID | Name | Category / Group | vCPU | RAM | Base Disk | Price INR / Mo (₹) | Price USD / Mo ($) | Quick Actions |
|---|---|---|---|---|---|---|---|---|
| Loading catalog items... | ||||||||
Bulk Category & Percentage Adjuster
Perform instant percentage-based price revisions across entire compute families or all catalog offerings simultaneously.
⚡ Configure Bulk Adjustment
Changes are calculated atomically, backed up, and reflected across the presales engine immediately.
config/backups/.
👁️ Live Impact Preview
Sample calculation preview based on current target and percentage input:
| Plan Name | Current INR | New INR | Current USD | New USD |
|---|
Spreadsheet File Upload & Synchronization
Download the current catalog template, edit prices offline in Microsoft Excel or Google Sheets, and re-upload with live diff review.
Which Cells to Edit in the Spreadsheet? (Non-Technical User Cheat Sheet)
When you open the downloaded file in Microsoft Excel or Google Sheets, follow these simple rules:
- Price INR Monthly (₹) • Example:
1250 - Price USD Monthly ($) • Example:
14.20 - Numbers only! Do not include currency symbols ($ or ₹).
- Plan ID / Item ID (e.g.
linux-gp-8) - needed for system match! - Category, vCPU, RAM, Base Storage
- Do not delete or rename header columns.
📤 Upload Updated Catalog
Supports .xlsx, .xls, or .csv. The parser identifies SKUs by the Plan ID / Item ID column.
Drag & Drop Price Spreadsheet Here
or browse from your computer
Accepts .xlsx, .xls, or .csv up to 20MB📑 Change Diff & Verification
Upload a spreadsheet to preview detected price changes before committing.
REST API Studio & Backend Team Integration
Automate price updates directly from ERP, billing, or internal backend services using secured REST endpoints.
🔑 API Credentials & Endpoints
x-api-key: <KEY>
/api/admin/pricing/single
Update pricing for a single server plan, storage rate, or security add-on.
/api/admin/pricing/bulk
Apply percentage revision across a category or universal catalog.
/api/admin/pricing/upload
Multipart upload of .xlsx or .csv spreadsheet catalog.
/api/pricing/version
Public endpoint returning current version timestamp (used by UI to live sync).
💻 Code Snippets & Test Runner
# Update single SKU price via cURL
curl -X PUT http://localhost:3000/api/admin/pricing/single \
-H "Content-Type: application/json" \
-H "x-api-key: presales-admin-2026" \
-d '{
"id": "linux-gp-8",
"priceINRMonthly": 1250,
"priceUSDMonthly": 13.90
}'
Interactive API Test Console
Test single SKU price updates right now from this console:
Real-Time Price Audit Trail & History
Chronological, tamper-evident log of all catalog modifications, source methods, users, and backup snapshots.
| ID | Timestamp | Method | Updated By | Change Summary | Backup Snapshot |
|---|---|---|---|---|---|
| Loading audit records... | |||||