Home > @infiniteobjects/shopify-data-manager > AdminTypes > PrivateMetafieldInput
The input fields for a private metafield.
Signature:
export interface PrivateMetafieldInput
Property | Modifiers | Type | Description |
---|---|---|---|
key | Scalars[‘String’][‘input’] | The key of the private metafield. | |
namespace | Scalars[‘String’][‘input’] | The namespace of the private metafield. | |
owner? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The resource that owns the metafield. If the field is blank, then the Shop resource owns the metafield. |
|
valueInput | PrivateMetafieldValueInput | The value and valueType of the private metafield, wrapped in a ValueInput object. |