DocumentationMuvx Platforms Integrations Postman

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:

  • Open PostmanEnvironmentsImport
  • 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_tokenYour Platform OAuth2 access token
  • platform_merchant_idMerchant ID returned from Muvx after creation
  • Always replace the platform_access_token value with your real Platform Access Token.
  • To set platform_merchant_id, first create a merchant using the Create Merchant API, then copy the returned id into this variable.

Option B — Create the Environment Manually

If you prefer not to use the file, you can manually create the environment:

  1. Open PostmanEnvironmentsAdd New
  2. Add the following variables and values:
KeyValueType
muvx-platform_base_urlhttps://core.muvx.ai/v1Default
platform_access_tokenYour real Platform Access TokenSecret
platform_merchant_idExample merchant IDDefault
  1. Save the environment.
  2. 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 PostmanCollectionsImport.
  • 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.

Updated 1 month ago