Customer
Fetch Addresses
fetchAddresses
zid.store.customer.fetchAddresses().then(function (response) { /* Handle response */ });
Check If Product Bought
isBoughtProduct
productId
 - The unique identifier of the product to check.zid.store.customer.isBoughtProduct(productId).then(function (response) { /* Handle response */ });