Estimate Shipping

Estimate shipping costs prior to creating an order.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

To allow users to select a shipping rate, and get an estimate of the total cost of an order, you can call the Estimate Shipping API to get the cost and available shipping classes. Only the zip code is required to return rates, but the rate will be more accurate if you provide the actual street address.

When submitting an shipment contents you can identify products either by the Vinoshipper product ID or SKU. To indicate which ID format you are using, set the productIdType to either SKU or VS_ID.

Body Params
shipToAddress
object
required

The address the sale is being delivered to or picked up from.

string
enum
required

The type of productId used in the request to identify orders in our system. (SKU or VS_ID)

Allowed:
products
array of objects
required

A list of products that will go on the order

products*
string

Optional UPS Access Point location ID for delivery to an alternate pickup location. When provided, shipping rates will be calculated for Access Point delivery instead of residential.

boolean
required

Whether the shipToAddress is residential (true) or business (false). Residential is the default assumption, but business addresses sometimes get better rates.

Responses

401

Authentication failed

403

Insufficient permission

404

Not Found

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!