Get Product
Product APIs
Get Product
Retrieve complete product information
GET
Get Product
Overview
Retrieve complete product information for a specific product in your store using API key authentication. Only products belonging to your store can be accessed.Rate Limit: 50 requests per minute
Endpoint
Authentication
Your TribeMade API key (format:
tb-xxxx-xxx-xxxx)Path Parameters
UUID of the product to retrieve
Request Body
No request body required for GET requests.Response
UUID of the product
ISO 8601 timestamp when the product was created (UTC)
UUID of the store this product belongs to
Product name (3-30 characters)
Original/MRP price in INR
Current/sale price in INR
Shipping cost in INR
Short product description (0-50 characters)
Full product description (0-500 characters)
Product variations (e.g., [“Regular Fit”, “Slim Fit”])
Available sizes (e.g., [“S”, “M”, “L”, “XL”])
Available colors (e.g., [“Black”, “White”, “Navy”])
Product categories
Whether the product is marked as on sale
Custom questions for customers. Each question contains:
question: Question texttype: Either “text” or “image”
Whether the product is active and visible to customers
Available quantity
Private seller-only notes (not visible to customers)
Examples
Basic Example
Retrieve a product by its ID:Success Response
Error Responses
401 Unauthorized - Missing API Key
401 Unauthorized - Invalid API Key
404 Not Found - Product Doesn’t Exist
429 Too Many Requests
500 Internal Server Error
500 errors are rare and indicate an unexpected server issue. If you encounter persistent 500 errors, check the API status or contact support.
Use Cases
Sync inventory with external systems
Sync inventory with external systems
Retrieve product details to sync with your inventory management system:
Verify product details before updates
Verify product details before updates
Check current product state before making updates:
Audit and reporting
Audit and reporting
Retrieve product data for analytics and reporting:
Build custom mobile apps
Build custom mobile apps
Fetch product details for custom mobile or web applications:
Best Practices
Cache product data appropriately
Cache product data appropriately
Cache product data to reduce API calls, but refresh periodically:
Handle errors gracefully
Handle errors gracefully
Always check response status and handle errors:
Respect rate limits
Respect rate limits
- Maximum 50 requests per minute
- Implement retry logic with exponential backoff
- See Rate Limits for details
Protect internal notes
Protect internal notes
Remember that
internal_note contains private information:- Never expose internal notes in customer-facing applications
- Be careful when logging or storing product data
- Internal notes may contain sensitive supplier or pricing information
Response Field Notes
Price Fields: Note the spelling
origional_price in the API response (this is the field name used by the API). Both origional_price and current_price are returned as numbers representing INR.Store Association: The API automatically filters products based on your API key’s store. You can only retrieve products that belong to your store.
Next Steps
Create Product
Add new products to your store
Edit Product
Update existing product details
Delete Product
Remove products from your store
Rate Limits
Understand API rate limits

