The Fulfillment Lab

📘

Key Takeaways

  • Credentials are generated from Fulfillment Lab

Connecting your Fulfillment Lab

  • First you will need to get the following credentials from Fulfillment Lab
    • Store ID
    • Secret
  • Then you will input those credentials in the Vrio Fulfillment Lab Connection

To add the Fulfillment Lab Connection within Vrio:

  1. Navigate to Settings
  2. Scroll down to the Connections Section
  3. Select Add New Connection
  4. Under the Fulfillment Tab, find Fulfillment Lab and select Connect Now

Here you will enter your credentials that you generated from Fulfillment.com


Fulfillment Lab Settings

Within the Shipstation Connection there are additional settings that you can configure for this connection

Connection Value

Description

Uses

Store ID

Generated in Fulfillment Lab

Secret

Generated in Fulfillment Lab

Test Mode

When checked, all test orders will be submitted to Fulfillment Lab

When unchecked, no test orders will be submitted to Fulfillment Lab

This is recommended to be used at initial launch. Ensure to disable prior to going live.

Combine Shipments

Combine any shipments created for the same customer address into one shipment.

This will combine any shipment that is either scheduled before, or up to 6 hours in the future.

ID Mapping

VrioThe Fulfllment Lab
Shipment IDcartOrderId
Code field within the Shipping ProfileshipMethod

Here is an example request from Vrio to Fulfillment.com:

Request:
[
    {
        "cartOrderId": {Vrio shipment_id},
        "company": ,
        "firstName": "",
        "lastName": "",
        "email": "",
        "phone": "",
        "address1": "",
        "address2": ,
        "city": "",
        "state": "",
        "postalCode": "",
        "country": "",
        "shipMethod": ,
        "orderDate": "",
        "items": [
            {
                "name": "",
                "quantity": "",
                "sku": ""
            }
        ]
    }
]