stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductMetafieldDefinitionsArgs

AdminTypes.ProductMetafieldDefinitionsArgs interface

The Product resource lets you manage products in a merchant’s store. You can use [ProductVariants](https://shopify.dev/api/admin-graphql/latest/objects/productvariant) to create or update different versions of the same product. You can also add or update product [Media](https://shopify.dev/api/admin-graphql/latest/interfaces/media). Products can be organized by grouping them into a [Collection](https://shopify.dev/api/admin-graphql/latest/objects/collection).

Signature:

export interface ProductMetafieldDefinitionsArgs 

Properties

Property Modifiers Type Description
after?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
before?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
first?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
last?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
namespace?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
pinnedStatus?   InputMaybe<MetafieldDefinitionPinnedStatus> (Optional)
query?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
reverse?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional)
sortKey?   InputMaybe<MetafieldDefinitionSortKeys> (Optional)