Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

mutation

Requires access defined by each metafield input ownerId scalar's type in a MetafieldsSetInput field. For example, setting a metafield on a PRODUCT requires the same access as mutating a PRODUCT.

Deletes multiple metafields in bulk.

A list of identifiers specifying metafields to delete. At least one identifier must be specified.


Was this section helpful?

Anchor to MetafieldsDeletePayload returnsMetafieldsDeletePayload returns

List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.

The list of errors that occurred from executing the mutation.


Was this section helpful?