Logo
maya API Documentation

shippingmethods

Number of APIs: 2


1. Get shipping methods

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



2. Set shipping method

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