Shipping Methods

Valid shipping method codes for order creation

The shippingMethod field is required when creating an order. It controls the carrier service level for the shipment.


Valid Values

Value
Description

NEXTDAYFIRST

Next Day First (earliest next-day delivery)

NEXTDAYSTANDARD

Next Day Standard

TWODAY

Two Day

THREEDAY

Three Day

GROUND

Ground


Example

{
  "shippingMethod": "GROUND",
  "shippingAddressId": 4001,
  "useShippingAccount": false
}

Last updated