Blog
fetch
function:
fetch
function:parameters:
id
slug
use either id or slug
return
: promise
zid.store.page.fetch({id, slug})then(function (response) {
})
fetchFaqs
function:
fetchFaqs
function:parameters:
return
: promise
zid.store.page.fetchFaqs().then(function (response) {
})
fetchShippingAndPayment
function:
fetchShippingAndPayment
function:parameters:
return
: promise
zid.store.page.fetchShippingAndPayment().then(function (response) {
})
Last updated
Was this helpful?