Get started with TribeMade API
TribeMade gives you powerful REST APIs and webhooks completely free with your store. Whether you’re automating product imports, syncing inventory, or integrating with shipping providers - our APIs make it effortless.Already have a TribeMade store? Great! If not, create your free store in minutes and come back here to access your API.
Step 1: Get your API key
1
Log in to your dashboard
Go to TribeMade Dashboard and select your store.
2
Navigate to Developer section
In the sidebar, click on Developer (below Settings).
3
Generate API key
Click the “Generate API Key” button. Your API key will be displayed immediately.
tb-xxxx-xxx-xxxx
Step 2: Make your first request
Let’s fetch an order to verify your API key works correctly.Step 3: Create your first product
Now let’s create a product programmatically:Success! You’ve created your first product via the API. The response includes the
product_id you can use to update or delete the product later.Next steps
Authentication
Learn about API key security and best practices
Product APIs
Explore all product management endpoints
Order APIs
Learn how to fetch and update orders
Webhooks
Set up real-time order notifications
Common use cases
Bulk product import
Bulk product import
Import products from your existing inventory system by looping through your data and calling the Create Product API for each item.
Inventory sync
Inventory sync
Keep stock levels synchronized between TribeMade and your warehouse system by periodically updating product stock via the Edit Product API.
Automated shipping
Automated shipping
When you receive an order webhook, automatically create a shipping label with your courier and update the order status with tracking information.
Analytics integration
Analytics integration
Pull order data programmatically and feed it into your analytics dashboard for custom reporting.
Need help? Contact support through your TribeMade Dashboard or check out the complete API reference.

