get https://apiv4.ordering.co////users//addresses//metafields
This API endpoint is made to get to the user address metafields
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
This API endpoint is made to get to the user address metafields
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
Try It!
to start a request and see the response here!