# Shopify Connector - Add metafield to store
This action adds a metafield to a store in Shopify.
# Input
| Field | Description |
|---|---|
| Key | Identifier for the metafield |
| Metafield name | Provide a name for the metafield. |
| Value | Provide the value to the metafield. |
| Value type | For example, 'integer', 'string' |
| Description | Give this metafield a description. |
# Output
| Field | Description |
|---|---|
| ID | The ID for the metafield. |
| Key | Identifier for the metafield |
| Metafield name | Provide a name for the metafield. |
| Value | The value for the metafield |
| Value type | For example, 'integer', 'string' |
| Description | The description for the metafield. |
| Owner ID | The parent object ID of the owner of the metafield. |
| Owner resource | The parent object type. |
| Created at | When this metafield was created. |
| Updated at | When this metafield was last updated. |
Last updated: 3/17/2021, 9:39:07 PM