Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.HasMetafields Interface Reference

Represents information about the metafields associated to the specified resource. More...

Inheritance diagram for Shopify.Unity.HasMetafields:
Shopify.Unity.Product Shopify.Unity.ProductVariant Shopify.Unity.UnknownHasMetafields

Public Member Functions

Metafield metafield (string alias=null)
 The metafield associated with the resource. More...
 
MetafieldConnection metafields (string alias=null)
 A paginated list of metafields associated with the resource. More...
 

Detailed Description

Represents information about the metafields associated to the specified resource.

Member Function Documentation

◆ metafield()

Metafield Shopify.Unity.HasMetafields.metafield ( string  alias = null)

The metafield associated with the resource.

Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

Implemented in Shopify.Unity.ProductVariant, Shopify.Unity.Product, and Shopify.Unity.UnknownHasMetafields.

◆ metafields()

MetafieldConnection Shopify.Unity.HasMetafields.metafields ( string  alias = null)

A paginated list of metafields associated with the resource.

Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

Implemented in Shopify.Unity.ProductVariant, Shopify.Unity.Product, and Shopify.Unity.UnknownHasMetafields.


The documentation for this interface was generated from the following file: