Blog
Fetch Blog Post
fetch
id
 - Unique identifier of the blog post.slug
 - Slug of the blog post. Use either id
 or slug
.zid.store.page.fetch({id, slug}).then(function (response) { /* Handle response */ });
Fetch FAQs
FetchFaqs
zid.store.page.fetchFaqs().then(function (response) { /* Handle response */ });
Fetch Shipping and Payment Information
FetchShippingAndPayment
zid.store.page.fetchShippingAndPayment().then(function (response) { /* Handle response */ });
Modified at 2024-11-05 12:39:45