UPC
Name
Brand
SKU
Search
Browse All
Filter Suppliers
Export CSV
Advanced: Bulk Search
Search List
No Products Found
Try adjusting your search terms.
Clear Search
Inventory Nexus
A powerful extension tool designed to streamline your inventory management. Upload your own inventory files, map data columns, and consolidate information efficiently.
Upload & Map
Seamlessly upload inventory files (CSV/Excel) and map columns to your specific needs.
Bulk Search & Extract
Perform bulk UPC searches against your uploaded data and extract results instantly.
Launch Inventory Nexus
API Documentation
Integrate your system directly with our live inventory. Authenticate using your private key from the API Key tab.
Authentication
Authorization: Bearer YOUR_API_KEY
Base URL
https://supplier-api-977359606390.us-central1.run.app
Endpoints
GET / - Retrieve products.
limit (max: 250)
sku, upc (Exact match)
cursor (Pagination)
Response Format
All successful requests will return a JSON object with meta and data keys.
General Browsing:
{
"meta": {
"rate_limit_remaining": 299,
"per_page": 250,
"next_page_cursor": "..."
},
"data": [ ... ]
}
Filtered Queries (SKU/UPC):
{
"meta": {
"rate_limit_remaining": 298,
"total": 1,
"per_page": 250
},
"data": [ ... ]
}
Data Fields
sku, upc, asin (String) - Identifiers
itemName, brand, size (String) - Product details
msrp (Number) - Suggested retail price
supplier_X_name, supplier_X_price, supplier_X_inventory - Flattened supplier data (sorted by price)
Rate Limit
300 requests / 24 hours
Errors
401: Invalid API Key
429: Rate limit exceeded
500: Server error
API Access
Manage your secret key for external integrations.
Your Secret Key
Copied to clipboard!
Revoke & Generate New Key
Generate New API Key
Usage Quota
0 / 300
Recent Activity