Skip to content

Shipping

Terkál Róbert edited this page May 27, 2017 · 3 revisions

Active Shipping.

We're using Spotify's Active Shipping together with the proxy: Spree Active Shipping. Currently we're supporting UPS Ground inside the United States with two stock locations (New York and Chicago).

We should be using the UPS Ground Calculator, which is a slightly customized version of: Spree::Calculator::Shipping::ActiveShipping::Base.

Example: UPS Ground FROM Chicago, shipping INSIDE the USA

Initial Setup

  • Set UPS Active Shipping settings in admin.
  • Create a Shipping Category (Chicago).
  • Create a country based Zone, select USA.
  • Create a Shipping Method (UPS Chicago) with the following settings:
    • Shipping Category should be Chicago.
    • Zone should be USA.
    • Calculator should UPS Ground.
  • Create a new Stock Location (Chicago) with the following settings:
    • Address should be set to the address of the Chicago based warehouse.
  • Products shipped from Chicago should have Chicago set up as their stock location and shipping category. This way UPS Chicago will be available as a shipping method during checkout, and cost calculations will flow through the UPS API.

Clone this wiki locally