# Shopify Connector - Get object metafields

This action retrieves metafields about an object in Shopify.

# Input

Field Description
Object name Select from the picklist or input your own value. Choose from **Product**, **Customer**, **Order**, **Variant**.

# Output

The output is a list of metafields. Each meta field includes the following datapills.

Field Description
ID The unique ID of the metafield.
Key Identifier for the metafield
Metafield name A container for a set of metafields.
Value The information to be stored as metadata.
Value type For example, 'integer', 'string'
Description A description of the information that the metafield contains.
Owner ID The unique ID of the resource that the metafield is attached to.
Owner resource The type of resource that the metafield is attached to.
Created at The date and time when the metafield was created.
Updated at The date and time when the metafield was updated.


Last updated: 3/17/2021, 9:39:07 PM

On this page