UPS

Config

UPS rates require an account number and API key.

You can get your UPS API keys by logging on to the UPS website here.You can then fill in the "shipper_number", "username", "password", and "access_key" fields.

A simple UPS config looks like this:

"UPS": {
    "enabled": true,
    "shipper": {
        "shipper_number": ""
    },
    "config": {
        "environment": "live",
        "username": "",
        "password": "",
        "access_key": "",
        "imperial": true
    },
    "services": [
        {
            "code": "NEXT_DAY_AIR"
        },
        {
            "code": "2ND_DAY_AIR"
        },
        {
            "code": "GROUND"
        }
    ]
}

Services

Here are the currently available UPS services and their default display text:

"NEXT_DAY_AIR": "UPS Next Day Air",
"NEXT_DAY_AIR_AM": "UPS Next Day Air A.M.",
"NEXT_DAY_AIR_SAVER": "UPS Next Day Air Saver",
"2ND_DAY_AIR": "UPS 2nd Day Air",
"2ND_DAY_AIR_AM": "UPS 2nd Day Air A.M.",
"GROUND": "UPS Ground",
"INTL_STANDARD": "UPS International Standard",
"INTL_WORLDWIDE_EXPEDITED": "UPS International Worldwide Expedited",
"INTL_WORLDWIDE_SAVER": "UPS International Worldwide Saver"

If you want to learn how to modify the rates with margins, markups, flat rates, etc., see "Rate Modification"

results matching ""

    No results matching ""