Represents information about the metafields associated to the specified resource.


Returns a metafield found by namespace and key.

The metafields associated with the resource matching the supplied list of namespaces and keys.


Was this section helpful?

value-article
object
Access requirements

An article in an online store blog.

value-blog
object
Access requirements

An online store blog.

A cart represents the merchandise that a buyer intends to purchase, and the estimated cost associated with the cart. Learn how to interact with a cart during a customer's session.

value-collection
object
Access requirements

A collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.

value-customer
object
Access requirements

A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout.

value-location
object
Access requirements

Represents a location where product inventory is held.

A group of one or more regions of the world that a merchant is targeting for sales. To learn more about markets, refer to the Shopify Markets conceptual overview.

value-order
object
Access requirements

An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information.

value-page
object
Access requirements

Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.

value-product
object
Access requirements

A product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be. For example, a digital download (such as a movie, music or ebook file) also qualifies as a product, as do services (such as equipment rental, work for hire, customization of another product or an extended warranty).

value-productvariant
object
Access requirements

A product variant represents a different version of a product, such as differing sizes or differing colors.

value-shop
object
Access requirements

Shop represents a collection of the general settings and information about the shop.


Was this section helpful?
Copy
{
	"metafield": {
		"namespace": "",
		"key": ""
	},
	"metafields": [
		{
			"identifiers": ""
		}
	]
}