Selects a shipping method for a specific shipment and recalculates cart totals
shipping_method_optionsshipment_id (string): Unique shipment identifiershipping_method (object): Selected shipping method details
id (string): Method identifierdescription (string): Method display nameprice (object): Shipping cost for this methodestimated_delivery (string): Delivery time estimatenotes (string): Stored delivery instructionsselected_date (string): Selected delivery date (for scheduled delivery)Standard Shipping Response
Scheduled Delivery Response
Pickup Method Response
Get Available Options
shipping_method_options for each shipmentChoose Method
id from the available options based on cost/speed preferenceSet Method
shipping_method_idVerify Selection
shipping_method and recalculated totals| Code | Description |
|---|---|
| 400 | Invalid shipping method ID or request format |
| 401 | Invalid authentication token |
| 404 | Shipment not found |
| 422 | Invalid date or unprocessable data |