Metafield - customer - OBJECT
Version: 2024-01
Description:
The custom metadata attached to a resource. Metafields can be sorted into namespaces and are
comprised of keys, values, and value types.
Access Scopes
Fields
-
createdAt:
DateTime! -
The date and time when the metafield was created.
-
description:
String -
The description of a metafield.
-
id:
ID! -
A globally-unique ID.
-
key:
String! -
The key name for a metafield.
-
namespace:
String! -
The namespace for a metafield.
-
type:
String! -
The type name of the metafield.
See the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).
-
updatedAt:
DateTime! -
The date and time when the metafield was updated.
-
value:
String! -
The value of a metafield.
Connections
Related queries
Related mutations
Related Unions
Examples