Skip to content

Instantly share code, notes, and snippets.

@tpage99
Created July 26, 2022 13:24
Show Gist options
  • Save tpage99/66545e12fc90837642a34fbe152a31a2 to your computer and use it in GitHub Desktop.
Save tpage99/66545e12fc90837642a34fbe152a31a2 to your computer and use it in GitHub Desktop.
Shopify Metafields URL

Shopify Metafields URL

Note: Native metafield editor should be used whenever possible first, however, in instances where this is not accessible this is an older solution that worked prior to Online Store 2.0 update

https://{SHOPIFY_URL}.myshopify.com/admin/bulk?resource_name={TYPE_TO_UPDATE}&edit=metafields.{NAMESPACE}.{KEY}

Examples

https://the-pages-media.myshopify.com/admin/bulk?resource_name=Collection&edit=metafields.global.promo_image%2Cmetafields.global.bg_image

Hidden from SEO Example

https://the-pages-media.myshopify.com/admin/bulk?resource_name=Pages&edit=metafields.seo.hidden

Reference: https://shopify.dev/api/examples/marketing-seo#hide-a-resource-from-search-engines-and-sitemaps

Resources

Shopify Dev Docs: https://shopify.dev/apps/metafields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment