/
Shipping App Integration with frontend

Shipping App Integration with frontend

  1. To create connection for Clickpost and return prime

    AppId on staging -

    Clickpost AppId - 2473
    Return prime AppId - 2562

    API to call from frontend -

    https://{{accountslug}}.auperator.co/api/v1/shippingapp/connection

    Request body :

    { "appinstallationId" : 6789, "appId" : 7868, "connectionName" : "Clickpost" }


Response :


{ "id" : connectionId, "refreshToken" : }

 

Client Id and Client Secret :

Fetch the clientId and clientSecret for the app using the same API method as used for the custom app

Get : https://{{accountslug}}.auperator.co/api/v1/app/{appId}

 

Related content