Quickstart
This guide walks you through making your first Merchant API call. By the end, you will have retrieved your store statistics using a Bearer token.Prerequisites
- An RMZ store on the RMZ+ plan
- An API token (generated from your dashboard)
Step 1: Get Your API Token
- Log in to your RMZ Dashboard
- Go to Settings > API Keys
- Click Generate Token and copy the value
Step 2: Make Your First Request
Use the token to fetch your store information:Step 3: Check the Response
A successful response looks like this:Step 4: Get Store Statistics
Now fetch your store stats:Response
What’s Next
List Orders
Fetch and filter your store orders.
Create an Order
Create orders programmatically via the API.
Authentication Deep Dive
Learn about all auth patterns across RMZ APIs.
Error Handling
Handle errors and edge cases gracefully.

