Muvx Platforms Integrations Postman
The Muvx Platforms Integrations Postman Collection provides everything E-Commerce Platforms and Marketplaces need to test and explore the unified delivery integration APIs.
Muvx provides a unified delivery integration API designed for E-Commerce Platforms and Marketplaces to connect their merchants' stores to multiple delivery providers through a single, consistent interface.
This Postman Collection helps you explore and test the Platforms Integration APIs effortlessly.
With it, you can:
- Authenticate using your Platform Access Token (OAuth2)
- Retrieve supported delivery destinations
- Register and manage merchants
- Connect merchants to delivery providers and obtain their unique API keys
Downloads
Use these files to quickly set up Postman and start testing the Muvx Platform APIs:
Online Postman Documentation
You can also explore the live Postman docs here:
Setup Instructions
You have two options to configure the environment:
Option A — Import the Environment (Recommended)
- Open Postman → Environments → Import
- Upload the file
Muvx Platform Env.postman_environment.json - Activate the environment named Muvx Env from the dropdown in the top-right
Environment variables included:
muvx-platform_base_url→ API base URL (https://core.muvx.ai/v1)platform_access_token→ Your Platform OAuth2 access tokenplatform_merchant_id→ Merchant ID returned from Muvx after creation
- Always replace the
platform_access_tokenvalue with your real Platform Access Token. - To set platform_merchant_id, first create a merchant using the Create Merchant API, then copy the returned
idinto this variable.
Option B — Create the Environment Manually
If you prefer not to use the file, you can manually create the environment:
- Open Postman → Environments → Add New
- Add the following variables and values:
| Key | Value | Type |
|---|---|---|
muvx-platform_base_url | https://core.muvx.ai/v1 | Default |
platform_access_token | Your real Platform Access Token | Secret |
platform_merchant_id | Example merchant ID | Default |
- Save the environment.
- Select it from the environment dropdown in the top-right.
Only one environment can be active at a time. All
{{variables}}in the collection will be resolved from the selected environment.
2. Import the Collection
- Open Postman → Collections → Import.
- Upload the file
Muvx Platform Collection.postman_collection.json. - You’ll see the Muvx Platforms Integrations collection with all requests ready.
Authentication
This collection uses Bearer Token authentication:
- The token is set at the collection level.
- All requests automatically use
{{platform_access_token}}from your active environment. - You don’t need to edit headers manually.
Using the Collection
With the environment and collection active, you can immediately start testing:
- Obtain Access Token → Authenticate your platform
- List Destinations → Retrieve available delivery providers
- Create Merchant → Register a merchant in Muvx
- Connect Merchant Destination → Link a merchant to a delivery provider and obtain the API key
- Get Merchant Details → View merchant profiles and destination connections
For full API details, see the Platforms Integrations documentation.
