# SkuVault

## Overview

The **SkuVault Connector** in **DBSync Cloud Workflow** enables secure integration between **SkuVault** - a cloud-based inventory and warehouse management system - and your enterprise applications such as eCommerce platforms, ERP, accounting, order management, and analytics tools.

Using DBSync's SkuVault connector, the customer can directly connect to the SkuVault Warehouse Management System. This allows you to query, add, and modify various types of records - including Items, Vendors, Sales order, Purchase order and others. The connector uses the SkuVault API to move data in and out of SkuVault. Integrating with SkuVault consists of REST calls using a JSON request/response made over an HTTPS connection.

## Key Benefits

**For Business Users:**

* **Accurate Inventory Visibility:** Maintain consistent stock levels across all sales channels.
* **Reduced Overselling:** Automatically reflect real-time inventory changes.
* **Operational Efficiency:** Eliminate manual inventory updates and reconciliation.

**For Technical Teams:**

* **Flexible Workflow Automation:** Supports scheduled and event-driven workflows.
* **Bi-Directional Sync:** Exchange inventory and fulfillment data in both directions.

## Prerequisites

Before configuring the SkuVault Connector, ensure the following requirements are met:

1. **DBSync Access**
   * A valid license for this connector and access to the DBSync Cloud Workflow platform.
2. **SkuVault API Access**
   * A valid **Username**, **Password**, **Base URL** to access SkuVault API
3. **Privileges to Connect to SkuVault APIs**
   * SkuVault user account with privileges to connect to SkuVault APIs.

## Connector Configuration

Each SkuVault connector instance represents a connection to a specific SkuVault account. If you manage multiple warehouses or environments, configure separate connector instances, as needed.

After entering the credentials, you can test the connection to validate access before saving the configuration.

## Quick Setup Guide

{% stepper %}
{% step %}

### Login to DBSync Cloud Workflow

Use your DBSync credentials to access the platform.
{% endstep %}

{% step %}

### Add the SkuVault Connector

Navigate to the connectors list in the Apps pane and select **SkuVault**.
{% endstep %}

{% step %}

### Enter the Login Credentials&#x20;

Provide the **Username** and **Password** to connect to Skuvault warehouse management system.
{% endstep %}

{% step %}

### Enter the Base URL

Provide the Base URL ​ <https://app.skuvault.com/api​>
{% endstep %}

{% step %}

### Test Connection

Confirm successful connectivity to SkuVault.
{% endstep %}

{% step %}

### Save Configuration

Save the connector and begin building workflows.
{% endstep %}
{% endstepper %}

Once configured, SkuVault objects become available for use within DBSync workflows. DBSync can then map to, and from, virtually any system using the SkuVault connector to retrieve data from, or send data to, SkuVault warehouse management system. Click the following [Connectors List](http://help.mydbsync.com/docs/display/dbsync/Connectors+List) link to learn all about connectors DBSync supports.

## Common Use Cases

The SkuVault Connector supports a wide range of inventory and fulfillment automation scenarios:

* **Inventory Sync Across Channels:**
  * Keep stock levels aligned between SkuVault and eCommerce platforms, accounting application, and any other ERP/CRM solution.
* **Order Fulfillment Automation:**
  * Push orders to SkuVault for picking, packing, and shipping.
* **Reorder & Restock Triggers:**
  * Trigger workflows when inventory levels fall below thresholds.
* **Analytics & Reporting:**
  * Feed inventory and fulfillment data into BI and analytics platforms.

## Frequently Asked Questions (FAQ)

<details>

<summary>Can I connect multiple SkuVault warehouses?</summary>

Yes, warehouses and locations are supported within the connector.

</details>

<details>

<summary>Is the connector secure?</summary>

Yes, API credentials are securely stored and all communication is encrypted.

</details>

<details>

<summary>Can I sync inventory bi-directionally?</summary>

Yes, workflows can be configured for both uni-directional or bi-directional inventory syncs.

</details>

<details>

<summary>Does this connector support real-time updates?</summary>

Workflows can be scheduled or triggered based on events, depending on your integration design.

</details>

<details>

<summary>Do I need technical expertise to use the connector?</summary>

No, DBSync provides a no-code interface, though understanding inventory concepts is helpful.

</details>

<details>

<summary>When do we need this additional Integration coding?</summary>

DBSync has a standard template built-in for clients of SkuVault and QuickBooks. If the scope of work involves other than standard data flow supported by our standard template then, a user must customize the integration.

</details>

<details>

<summary>How does DBSync connect to SkuVault?</summary>

DBSync connects to SkuVault through API calls. This has in-built API methods that open a connection to the SkuVault application for data retrieval and data insertion.

</details>

<details>

<summary>What are the prerequisites for software required for DBSync integration with SkuVault?</summary>

A valid SkuVault account and a valid license of SkuVault connector.

</details>

<details>

<summary>Does DBSync need to be installed on the same machine as that of SkuVault?</summary>

DBSync works through cloud. This makes it accessible and easier to maintain without additional installations.

</details>

## Summary

The **SkuVault Connector** in **DBSync Cloud Workflow** provides a robust solution for integrating inventory and warehouse management data with your broader business systems. By automating inventory synchronization and fulfillment workflows, this connector helps organizations improve stock accuracy, reduce operational friction, and scale warehouse operations efficiently.

Related Links

[SkuVault WebSite](https://www.linnworks.com/product-skuvault-core/)

[SkuVault API Docs](https://dev.skuvault.com/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mydbsync.com/cloud-workflow/2026_connectors_new/skuvault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
