[solved] How to Debug Shipi Integrations or API’s?

This article is helps you to debug our all integration modules and API’s

Navigation Guide

    Debug Integration Plugins

    In our all plugin integrations, You will get a option called “Enable Debug Mode“. While enable this, You are able to get logs in checkout page/shipment creation page.

    After enabling the Plugin, goto checkout. you will get your request and response like below screenshot. This is only show to the admin logins.

    Based on the Response displaying here, change the settings and check is it working. Or Contact our support team to get it resolved.

    Debug API’s

    In our each API request we have a meta section is available. In meta section passing the “debug” key value to get the debug information.

    Valid values are

    • “response” : “request” – This will print the request informations alone & not wait for API response
    • “response” : “response” – This will provide you the Request and Response informations.
    { "exec_type": "auto",
        "mode": "live",
        "carrier_type": "carrier",
        "meta": {
            "request": "<request/response>"
            "api_type": "REST"
           }
    }