Magento – Add new customer address REST API : Magento 2

apimagento2rest

Is there is an API to add new customer address without admin token?

Best Answer

@jsparo30 We have only one default shipping address and one default billing address, when you hit api first it sets to default shipping/billing address because you send a parameter

"default_shipping": true ,

"default_billing": true,

When you call it second time , i think you forget to make it false, that's why it deleted you previous address.