The St Regis Group Core Shipping Calculator (version 2) provides rate estimates and an FOB point given an array of products and quantities, and a valid address.
https://api.stregisgrp.com/core/shipping/rates
All requests must be valid JSON data. Starred fields are required.
{
"id": "api@stregisgrp.com",
"password": "XXXXXX",
"version": "2",
"shippers": "ups",
"items": [
{
"sku": "MUG101",
"quantity": 4
},
{
"sku": "AWJ122",
"quantity": 4
}
],
"address": {
"city": "Markham",
"stateOrProvinceCode": "ON",
"postalCode": "L6G1A6",
"country": "CA"
}
}
{
"shipment": {
"totalWeight": "21.51",
"totalWeightUom": "LB",
"cartons": [
{
"width": "13",
"height": "11",
"length": "10",
"dimensionUom": "IN",
"weight": "6.51",
"weightUom": "LB",
"items": [
{
"sku": "MUG101",
"quantity": 4
}
]
},
{
"width": "20",
"height": "14",
"length": "13",
"dimensionUom": "IN",
"weight": "15.00",
"weightUom": "LB",
"items": [
{
"sku": "AWJ122",
"quantity": 4
}
]
}
],
"items": [
{
"sku": "MUG101",
"quantity": 4
},
{
"sku": "AWJ122",
"quantity": 4
}
],
"fobs": [
{
"addressLines": [
"271 Yorktech Drive"
],
"city": "Markham",
"stateOrProvinceCode": "ON",
"countryCode": "CA",
"postalCode": "L6G1A6"
}
]
},
"rates": [
{
"service": "UPS Standard",
"carrierCode": "UPS Standard",
"cost": "15.40",
"currency": "CAD"
},
{
"service": "UPS 2nd Day",
"carrierCode": "UPS 2nd Day Air",
"cost": "21.66",
"currency": "CAD"
}
],
"messages": [ "Rates could not be returned from Fedex." ]
}
If you have any questions or concerns, please contact our team at api@stregisgrp.com