Shipping Object

Example Shipping Object
{
  "order_by": "price",
  "max_days": 5,
  "max_price": 1000
}
The shipping object gives you fine grained control over shipping speeds on your orders. Typically, there is a tradeoff between how fast your order arrives and the cost of shipping. The shipping object gives you a way to make sure that you don’t go over budget and that your order still arrives on time.

Attributes

AttributeTypeDescription
order_byStringThe ordering of available shipping methods that meet the desired criteria. Available values are price or speed. If ordering by price, then the Zinc API will choose the cheapest shipping method that meets the desired criteria, while speed will choose the fastest shipping method meeting the criteria.
max_daysNumberThe maximum number of days allowed for shipping on the order.
max_priceNumberThe maximum price in cents allowed for the shipping cost of the order.