Pregunta

Is there any way to call customer address list with ajax in checkout page? or maybe Magento already provide an API service to do this?

¿Fue útil?

Solución

Try with http://devdocs.magento.com/guides/v2.2/rest/rest_endpoints.html

GET    /V1/customers/me/billingAddress
GET    /V1/customers/:customerId/billingAddress
GET    /V1/customers/me/shippingAddress
GET    /V1/customers/:customerId/shippingAddress
Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top