Skip to content

List Shipping Methods

Returns the available shipping rates for the draft cart. The grouped result is flattened into one row per rate so the client can render a flat selector.

Endpoint

EndpointMethod
/api/admin/carts/{cartId}/shipping-methodsGET

Sequence

The provider enforces the Create-Order sequence — both billing AND shipping addresses must already be saved on the cart, otherwise the response is HTTP 409 with Addresses must be saved before selecting a shipping method.

Released under the MIT License.