Number of APIs: 3
1. Get customers payment addresses
GET {{baseUrl}}/paymentaddress/
Service urls:
http://yourdomain.com/api/rest/paymentaddress
OR
http://yourdomain.com/index.php?route=rest/payment_address/paymentaddress
2. Add new payment address to order
POST {{baseUrl}}/paymentaddress/
Service urls:
http://yourdomain.com/api/rest/paymentaddress
OR
http://yourdomain.com/index.php?route=rest/payment_address/paymentaddress
3. Set existing payment address to order
POST {{baseUrl}}/paymentaddress/existing
Service urls:
http://yourdomain.com/api/rest/paymentaddress/existing
OR
http://yourdomain.com/index.php?route=rest/payment_address/paymentaddress&existing=1
ENDPOINTS