Create a shipping method
Creates a new shipping method with geographic targeting, pricing, and optional bundling rules for multi-item orders. Bundling rules define quantity-based pricing tiers using either range (from–to) or max (up to N) logic.
Body Parameters
Display name for the shipping method.
Base shipping price in smallest currency unit (e.g. cents).
ISO currency code.
Whether this shipping method is available for selection.
Country or region codes where shipping is available.
State/province restrictions within destinations.
Postcode restrictions.
Quantity-based pricing tiers for multi-item orders. Each rule is
either a range (from–to) or a max (up to N items) type.
Only one max rule is allowed. Ranges must not overlap.
Responses
Shipping method created
Validation or business-logic error
Missing or invalid API key