Anchor to HasMetafieldsHas
HasMetafields
interface
Represents information about the metafields associated to the specified resource.
Anchor to Fields and connectionsFields and connections
- Anchor to metafieldmetafield•
A custom field, including its
namespace
andkey
, that's associated with a Shopify resource for the purposes of adding and storing additional information.- Anchor to metafieldsmetafields•Metafield
Connection! non-null A list of custom fields that a merchant associates with a Shopify resource.
Deprecated fields and connections
- Anchor to privateMetafieldprivate•
Metafield Returns a private metafield by namespace and key that belongs to the resource.
- Anchor to privateMetafieldsprivate•
Metafields PrivateMetafield non-nullConnection! List of private metafields that belong to the resource.
Was this section helpful?
Anchor to Types implemented inTypes implemented in
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
Was this section helpful?
{
"metafield": {
"namespace": "",
"key": ""
},
"metafields": {
"namespace": "",
"keys": "",
"first": "",
"after": "",
"last": "",
"before": "",
"reverse": ""
},
"privateMetafield": {
"namespace": "",
"key": ""
},
"privateMetafields": {
"namespace": "",
"first": "",
"after": "",
"last": "",
"before": "",
"reverse": ""
}
}
{
"metafield": {
"namespace": "",
"key": ""
},
"metafields": {
"namespace": "",
"keys": "",
"first": "",
"after": "",
"last": "",
"before": "",
"reverse": ""
},
"privateMetafield": {
"namespace": "",
"key": ""
},
"privateMetafields": {
"namespace": "",
"first": "",
"after": "",
"last": "",
"before": "",
"reverse": ""
}
}
interface HasMetafields {
metafield: Metafield
privateMetafield: PrivateMetafield
}