routerExternal Platform Connections

The Connections module allows Vu to integrate with external platforms other than your e-commerce storefront. While "Stores" handle the front-end transactions, "Connections" handle the backend logistics, data transfer, and reconciliation.

You can use pre-built integrations or use Vu Platform APIs to build custom connections if a specific platform is not listed.

Connection Categories

We group connections into four primary categories:

chevron-right1. File Share & Authentication (Artwork Transfer)hashtag

These connections are primarily used to transfer artwork files from Vu to the factory's "Hot Folders," servers, or processing queues.

  • Supported Platforms: Dropbox, Google Drive, FTP/sFTP, various server configurations.

  • Use Case: A machine or operator on the production floor monitors a folder for incoming print-ready artwork files generated by VU.

chevron-right2. Systems (Accounting & Reconciliation)hashtag

These connections link Vu to financial software for invoicing and order reconciliation.

  • Supported Platforms: QuickBooks, Zoho Books.

chevron-right3. Order Management & Fulfillment (OMS)hashtag

These integrations route order data to third-party logistics (3PL) providers or external Order Management Systems.

  • Supported Platforms: NetSuite, ShipStation, ShipHero.

  • Use Case: ensuring orders flow from Vu into the merchant's fulfillment engine to generate shipping labels and track delivery

chevron-right4. Custom Authentication Protocolshashtag

For bespoke integrations where a specific branded connector does not exist, standard authentication protocols can be configured to link with proprietary APIs.

  • Basic Auth

    • Name: Display name. Connection url: Endpoint URL. Username / Password: Basic authentication credentials. Request method: POST, GET, PUT, or DELETE. Custom headers: (Optional) JSON format. Additional attributes: (Optional) JSON format.

  • OAuth

    • Name: Display name. Connection url: Primary endpoint. Token url: URL for token retrieval. Key / Secret: Consumer Key and Secret. Request method: POST, GET, PUT, or DELETE. Headers for connection: (Optional) JSON format. Attributes for token retrieval: (Optional) JSON format.

circle-info

Only users with Administrator permissions can add, edit, and delete the connections.

Last updated