Mircate
    Mircate
    • Introduction
    • Authentication
    • Errors
    • Change Logs
    • PIM
      • Get Products
        POST
      • Get Product Settings
        GET
      • Get Catalog Settings
        GET
      • Upsert Product
        POST
      • Upsert Category
        POST
      • Bulk Product Upsert
        POST
      • Check Batch Status
        POST
      • Delete Product
        POST
      • Attach Product Attribute Image
        POST
      • Attach Category Image
        POST
      • Get Image
        GET
      • Upsert Attributes
        POST
      • Delete Attribute
        POST
      • Upsert Attribute Options
        POST
      • Upsert Attribute Option
        POST
      • Delete Attribute Option
        POST
    • Promotion
      • Calculate
        POST
      • Start Transaction
        POST
      • Commit Transaction
        POST
      • Revert Transaction
        POST
      • Cancel Transaction
        POST
      • Get Active Promotions
        GET
    • Loyalty
      • Receive Event
        POST
      • Calculate
        POST
      • Start Transaction
        POST
      • Commit Transaction
        POST
      • Cancel Transaction
        POST
      • List Measurements
        POST
    • Wallet
      • Get Wallet
      • Create Wallet
      • Create Account
      • Get Account
      • Get Accounts
      • List Accounts
      • List Transactions
      • Add Account
      • Remove Account
      • Fix
      • Load
      • Spend
      • Refund
      • Cancel
    • Talking Product
      • Create Product
      • Update Product
      • Delete Product
      • Get Product
      • List Product
    • Merchant
      • Sales Channel
        • Reserve Stock
        • Cancel Stock
        • Commit Stock
        • Refund Stock
        • Get Current Stock
      • Product Supplier
        • Receive Stock
        • Receive Price
        • Get Stock/Price History
        • Check Batch Status
        • Remove My Products
        • Clean My Products
        • Export Stock/Price
        • List Exports
        • Get Exported Files
      • Global Products
        • Receive Products
        • Get Global Products
        • Remove Global Products
    • Common
      • Dataset
        • Create
        • Update
        • Delete
        • Value Upsert
        • Value Delete
        • List Sources
        • List Values
    • How to
      • Creating a Promotion Template
      • Promotion Transaction Flow
      • Understanding PIM Product Statuses

    Introduction

    The Mircate API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
    You can use the Mircate API in test mode (sandbox), which doesn’t affect your live data. For testing, you can use the API keys and sandbox endpoints provided within the project you created in the sandbox environment.
    The Mircate API doesn’t support bulk updates. You can work on only one object per request.
    The Mircate API differs for every account as we release new versions and tailor functionality. Log in to see docs with your test key and data.
    Screenshot 2024-09-17 at 17.28.44.png
    Modified at 2024-09-17 14:29:44
    Next
    Authentication
    Built with