Description Usage Arguments Value References
Metafield Functions
1 2 3 4 5 6 7 8 9 10 11 | getMetafields(resourceName, resourceId = NULL, ...)
getMetafieldsCount(resourceName, resourceId = NULL, ...)
getMetafield(metafieldId, ...)
createMetafield(resourceName, resourceId = NULL, metafield, ...)
modifyMetafield(metafield, ...)
deleteMetafield(metafieldId, ...)
|
resourceName |
the name of a resource e.g. |
resourceId |
the id number of the resource, if applicable (for example Shop has no id) |
... |
additional request parameters |
metafieldId |
a Metafield id number |
metafield |
a list containing Metafield fields |
a list containing a Metafield fields or a list of Metafields
Shopify API Metafield documentation: https://help.shopify.com/api/reference/metafield
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.