fetchAddresses
zid.store.customer.fetchAddresses().then(function (response) { /* Handle response */ });
isBoughtProduct
productId
zid.store.customer.isBoughtProduct(productId).then(function (response) { /* Handle response */ });