How to Connect SkuVault as a Source

Overview

SkuVault supports the core source operations, including obtaining product data, sending fulfillment requests/fulfillment orders (FRs/FOs), and receiving shipments for those FRs/FOs.


Authentication

To connect to SkuVault's API, we will need the following SkuVault account credentials:

  • Username
  • Password


Product Operations

Get Inventory

SUPPORTED

This process can pull the product titles, SKUs, image, brand, price, and quantity. Skuvault DOES NOT support variations. You will need your Username and Password for establishing the connection.


Send Orders

SUPPORTED

Channel Type/Channel ID
To find your Channel Type navigate to the sales section of your SkuVault account. Then click on an order. You will find the "Channel Type" listed next to "Channel". (below)

To retrieve your "Channel Account ID" you can run sales report (ReportsSales Report) which will show all of the long Sale IDs within a given date range. The sale ID will include the Channel Account ID. 

Alternatively, you can view this document here and make a call to the /GetIntegrations endpoint to retrieve your Channel Account IDs.

This process will submit FRs/FOs via SkuVault's API. During Step 2 you will input your Channel Type and Channel Account ID. There will be a button to click that will populate your channel accounts based on your account information configured in the connection.


Get Shipments

SUPPORTED

Channel Type/Channel ID
To find your Channel Type navigate to the sales section of your SkuVault account. Then click on an order. You will find the "Channel Type" listed next to "Channel". (below)

To retrieve your "Channel Account ID" you can run sales report (ReportsSales Report) which will show all of the long Sale IDs within a given date range. The sale ID will include the Channel Account ID. 

Alternatively, you can view this document here and make a call to the /GetIntegrations endpoint to retrieve your Channel Account IDs.

This process will retrieve shipments for submitted FRs/FOs when they become available via SkuVault's API. You will need to input the Channel Long ID within step 2 of this integration.