Number of APIs: 3
1. Get customer's shipping addresses
GET {{baseUrl}}/shippingaddress/
Service urls:
http://yourdomain.com/api/rest/shippingaddress
OR
http://yourdomain.com/index.php?route=rest/shipping_address/shippingaddress
2. Add new shipping address to order
POST {{baseUrl}}/shippingaddress/
Service urls:
http://yourdomain.com/api/rest/shippingaddress
OR
http://yourdomain.com/index.php?route=rest/shipping_address/shippingaddress
3. Set existing shipping address to order
POST {{baseUrl}}/shippingaddress/existing
Service urls:
http://yourdomain.com/api/rest/shippingaddress/existing
OR
http://yourdomain.com/index.php?route=rest/shipping_address/shippingaddress&existing=1
ENDPOINTS