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.
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?
1{2 "metafield": {3 "namespace": "",4 "key": ""5 },6 "metafields": {7 "namespace": "",8 "keys": "",9 "first": "",10 "after": "",11 "last": "",12 "before": "",13 "reverse": ""14 }15}
{
"metafield": {
"namespace": "",
"key": ""
},
"metafields": {
"namespace": "",
"keys": "",
"first": "",
"after": "",
"last": "",
"before": "",
"reverse": ""
}
}
interface HasMetafields {
metafield: Metafield
}