VIP Connector v1.0
1. Prerequisites and Additional Steps
VIP is the leading technology supplier for brewers, distributors, wineries, soda bottlers, and other companies in the beverage industry. From helping distributors improve their warehouse, delivery, and sales operations, to empowering suppliers to know where their products are and how they’re selling, VIP has the technology and expertise to help your business thrive.
2. Authentication
VIP supports OAuth2 type of authentication for authenticating HTTP requests. We need
Client ID
Client Secret
Token Url
Scopes (Comma Separated)
for authenticating requests.
3. Connection settings and Configuration
After the credentials are obtained from the VIP account, set up a connection like the one below.

4. Connector Action & Tests
Action Name / Method | Get Asset (All Fields) After Last Run Date | ||
---|---|---|---|
Action Description | Gets all assets after the last run of the previous flow using timestamp. | ||
Test Case | Search assets after a specified timestamp. | ||
Request Body Name | Parameter | Type | Description (Example) |
|
|
|
|
Limit | Assets limiti to be retrieved | Integer | Asset limit to be retrieved. |
Filter | JSON |
| [{"field":"vipPackageUpdateTimestamp","op":">","type":"timestamp","value":"timestamp"},{"field":"retailGtinUpc","op":">","type":"string","value":"0"}] |

Action Name / Method | VIP Search for Current Product by GTIN | ||
---|---|---|---|
Action Description | Search for Current Product by GTIN | ||
Test Case | Search assets after a specified timestamp. | ||
Request Body Name | Parameter | Type | Description (Example) |
|
|
|
|
Limit | Assets limiti to be retrieved | Integer | Asset limit to be retrieved. |
Filter | JSON |
| [{"field":"vipPackageUpdateTimestamp","op":">","type":"timestamp","value":"timestamp"},{"field":"retailGtinUpc","op":">","type":"string","value":"0"}] |