Number of APIs: 2
GET {{baseUrl}}/shippingmethods
This method must called after POST guestshipping or POST shippingaddress because it depends on the customers delivery details.
Service urls:
http://yourdomain.com/api/rest/shippingmethods
OR
http://yourdomain.com/index.php?route=rest/shipping_method/shippingmethods
POST {{baseUrl}}/shippingmethods
GET shippingmethods service must be called before this service call.
Service urls:
http://yourdomain.com/api/rest/shippingmethods
OR
http://yourdomain.com/index.php?route=rest/shipping_method/shippingmethods
ENDPOINTS