Cart Shipping
Manages shipping methods and options for shopping carts. Use these endpoints to get available shipping methods and apply them to carts.
Available endpoints:
GET /v1/checkout/cart/{cart_id}/shipping/available
POST /v1/checkout/cart/{cart_id}/shipping
DELETE /v1/checkout/cart/{cart_id}/shipping/{shipping_method_id}
Last updated
Was this helpful?