|
Shopify SDK for Unity
|
Represents information about the metafields associated to the specified resource. More...
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... | |
Represents information about the metafields associated to the specified resource.
| Metafield Shopify.Unity.HasMetafields.metafield | ( | string | alias = null | ) |
The metafield associated with the resource.
| alias | If 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.
| MetafieldConnection Shopify.Unity.HasMetafields.metafields | ( | string | alias = null | ) |
A paginated list of metafields associated with the resource.
| alias | If 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.