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.
Author: Aishwarya M J
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
Create a connection to Salsify
In order to create a connection to Salsify, the following required settings must be setup. Name your connection – Enter a clear and distinguishable name. API type – Choose the API type, depending on the Salsify API type you’re connecting to. The settings then become specific to the selected API type. Options are Salsify: V1 Salsify:… Continue reading Create a connection to Salsify
Provide mock output data for exports and lookups
You can save and use mock output data in the Mock output section of the Edit export panel as simulated output data when configuring a flow. Enter your own sample data in the integrator.io canonical format. You can either edit the mock data directly in the Mock output or click the Expand Window (Expand editor)… Continue reading Provide mock output data for exports and lookups
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
Run Amazon Settlement flows in Test mode
Use the following steps to access the test mode feature and initiate the settlement flows run for the selected transactions: Download the settlement report from Amazon in your system. Open the settlement report and make a note of up to 10 orders you wish to select for testing. From the Amazon Integration App in your… Continue reading Run Amazon Settlement flows in Test mode
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
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