Fulfillment.com
Key Takeaways
- Credentials are generated from Fulfillment.com
Connecting your Fulfillment.com
- First you will need to get the following credentials from Fulfillment.com
- Client ID
- Client Secret
- Username
- Password
- Then you will input those credentials in the the Vrio Fulfillment.com Connection
To add the Fulfillment.com Connection within Vrio:
- Navigate to Settings
- Scroll down to the Connections Section
- Select Add New Connection
- Under the Fulfillment Tab, find Fulfillment.com and select Connect Now
Here you will enter your credentials that you generated from Fulfillment.com

Fulfillment.com Settings
Within the Shipstation Connection there are additional settings that you can configure for this connection
Connection Value | Description | Uses |
---|---|---|
Client ID | Generated in Fulfillment.com | |
Client Secret | Generated in Fulfillment.com | |
User | Generated in Fulfillment.com | |
Password | Generated in Fulfillment.com | |
Test Mode | When checked, all test orders will be submitted to Fulfillment.com When unchecked, no test orders will be submitted to Fulfillment.com | 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
Vrio | Fulfllment.com |
---|---|
Shipment ID | merchantOrderId |
Item Cost | declaredValue |
Code field within the Shipping Profile | requestedShippingService |
Here is an example request from Vrio to Fulfillment.com:
Request:
{
"merchantOrderId": {Vrio shipment_id,
"items": [
{
"quantity": "",
"sku": "",
"declaredValue": ""
},
{
"quantity": "",
"sku": "",
"declaredValue": ""
}
],
"recipient": {
"email": "",
"firstName": "",
"lastName": "",
"phone": "",
"address1": "",
"address2": ,
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"country": "",
"companyName":
},
"shippingMethod": {Vrio Shipping Profile "Code"}
}
Updated 21 days ago