Page {shopifyr}R Documentation

Page Functions

Description

Page Functions

Usage

getPages(...)

getPagesCount(...)

getPage(pageId, ...)

createPage(page, ...)

modifyPage(page, ...)

deletePage(pageId, ...)

Arguments

...

additional request parameters

pageId

a Page id number

page

a list containing Page fields

Value

a list containing a Page fields or a list of Pages

References

Shopify API Page documentation: https://help.shopify.com/api/reference/online_store/page


[Package shopifyr version 1.0.0 Index]