Shopify-api-node
Shopify-api-node copied to clipboard
customerAddress delete
if i create a address by create(customerId, params) for the 1st time it set as default: true and then if i use this to delete delete(customerId, id) it's not deeting say's Response code 422 (Unprocessable Entity) please let me know what's worng
You can probably get more details by logging err.response.body
where err
is the Error
instance.
i got undefined on error when i delete the default address otherwise it's delete perfectly the non default addresss
I'm closing this due to inactivity.