Remove Customer ID In Customer Name Column Of A Saved Transaction Search

Scenario Customers’ Name begin with Auto-generated numbers and users want to remove these numbers on their Saved Search ‘Name’ column.   Solution Navigate to Lists > Search > Saved Searches Click Edit on the Saved Search in concern Click Results tab Remove the Name column Replace the Name column with Customer Fields.. > select Name Save   Note: The Name column will only show the Customers’ Name.  

How to Clone exports

Cloning allows you to keep the original export unchanged while modifying a duplicate version of it. Cloning exports is based on permissions that a user has in an account. If you are the Owner or have Admin or Manage all permissions, you can clone exports. If you have Custom or Monitor all permissions, you cannot… Continue reading How to Clone exports

Published
Categorized as Celigo

Retrieve the source name of an external app

You can integrate your Shopify store with other external applications to generate returns. The refund transaction source will have the “source_name” of the app that creates a refund. To retrieve the source name and ID of that source or external application, perform the following steps: Go to your Shopify store. In the left pane, click Orders.… Continue reading Retrieve the source name of an external app

Return a response code from Webhook listener

integrator.io returns a 204 HTTP status code for all successful webhook requests by default. There can be situations when the requested platform expects a response code other than 204. In such cases we can select an alternate successful HTTP status code for the listener. Edit the webhook listner Click on the Advanced option. Click Override… Continue reading Return a response code from Webhook listener

Published
Categorized as Celigo Tagged

Suite script sample to get Access Token from Amazon Seller Central

The below code can be used to retrieve the Access Token from Amazon Seller Central. The token will be returned in the response body of the request. The refreshToken, clientId and clientSecret can be retrieved from the developer app created in the Amazon Developer Central. function getAccessToken(){ let refreshToken=”xxxxxxxxxxxx”; let clientId=”xxxxxxxxxx”; let clientSecret=”xxxxxxxxxxxx”; let amazonApiUrl… Continue reading Suite script sample to get Access Token from Amazon Seller Central

Configure refresh token in HTTP connection

Refresh token can be set up by giving the following Refresh token (required): Enter a token that can serve as a refresh expired auth token. You can place this token in the body, headers or URL simply by referencing it with the handlebars placeholder {{connection.http.auth.token.refreshToken}}. Multiple layers of protection, including AES 256 encryption, are in place to… Continue reading Configure refresh token in HTTP connection

Depreciation of REST API Connectors

The REST API connector is being deprecated. A better alternative, with similar functionality and additional settings, is the universal HTTP connector. While the REST API connector still appears in the + Create Connection pane, it now automatically defaults to the HTTP connector. Existing REST connections are still available and are not affected by the change. However, you can’t… Continue reading Depreciation of REST API Connectors