metafield Definitions
Returns a list of metafield definitions.
MetafieldDefinitionConnection arguments
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to constraintStatusconstraint•Metafield
Status Definition Constraint Status Filter metafield definitions based on whether they are constrained.
- Anchor to constraintSubtypeconstraint•Metafield
Subtype Definition Constraint Subtype Identifier Filter metafield definitions based on whether they apply to a given resource subtype.
- Anchor to firstfirst•Int
The first
n
elements from the paginated list.- •String
Filter metafield definition by key.
- Anchor to lastlast•Int
The last
n
elements from the paginated list.- Anchor to namespacenamespace•String
Filter metafield definition by namespace.
- Anchor to ownerTypeowner•Metafield
Type Owner Type!required Filter the metafield definition by the specific owner type.
- Anchor to pinnedStatuspinned•Metafield
Status Definition Pinned StatusDefault:ANY Filter the metafield definition by the pinned status.
- Anchor to queryquery•String
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.
- Anchor to default•string
Filter by a case-insensitive search of multiple fields in a document.
query=Bob Norman
query=title:green hoodie
- Anchor to created_at•time
Filter by the date and time when the metafield definition was created.
created_at:>2020-10-21T23:39:20Z
created_at:<now
created_at:<=2024
- Anchor to namespace•string
Filter by the metafield definition
namespace
field.namespace:some-namespace
- Anchor to type•string
Filter by the metafield definition
type
field.type:single_line_text_field
- Anchor to updated_at•time
Filter by the date and time when the metafield definition was last updated.
updated_at:>2020-10-21T23:39:20Z
updated_at:<now
updated_at:<=2024
Example:
Example:
Example:
Example:
Example:
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
- Anchor to sortKeysort•Metafield
Key Definition Sort KeysDefault:ID Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.
Anchor to Possible returnsPossible returns
- Anchor to edgesedges•[Metafield
Definition Edge!]!non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.
- Anchor to nodesnodes•[Metafield
Definition!]!non-null A list of nodes that are contained in MetafieldDefinitionEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.
- Anchor to pageInfopage•Page
Info Info!non-null An object that’s used to retrieve cursor information about the current page.