List eligible shipping options for an order
Shipping
List eligible shipping options for an order
List eligible shipping options for an order. Requires the READ_SHIPPING scope.
GET
List eligible shipping options for an order
Returns the shipping options that are eligible for the given order and buyer shipping address, after evaluating each option’s trigger rules against the order context. When a manual option matches, only manual options are returned; otherwise auto options are returned with a live cost estimate populated on the
price field. The store is bound to the app token server-side. Requires the READ_SHIPPING scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Query Parameters
ObjectId of the buyer's shipping address.
ObjectId of the order to evaluate options for.
Response
List eligible shipping options for an order.

