Shipping options
Last updated
Last updated
To get a shipping option by ID, specify the shipping option ID in the {id} URI path parameter.
/v1/shoppers/me/carts/active/shipping-options/{shippingOptionsId}
Provide the identifier of the shipping option chosen for the cart.
Provide the authorized or anonymous token for a shopper.
Use the expand query parameter when you want additional fields to appear in the response. The expand query parameter provides more fields in the response. Expanding resources reduces the number of API calls required to accomplish a task.
Specify the fields that you want to appear in the response. Filtering the fields returned in the response can conserve bandwidth and accelerate response time.
Get the available shipping options.
/v1/shoppers/me/carts/active/shipping-options
Provide the authorized or anonymous token for a shopper.
Use the expand query parameter when you want additional fields to appear in the response. The expand query parameter provides more fields in the response. Expanding resources reduces the number of API calls required to accomplish a task.
Specify the fields that you want to appear in the response. Filtering the fields returned in the response can conserve bandwidth and accelerate response time.