Metafields¶
The Metafields object provides access to the namespaced containers for key - value pairs of data set by 3rd party applications.
classDiagram
direction LR
class Metafields{
Container metafieldNamespaceName
}
Properties¶
Attribute name | Type | Description |
---|---|---|
metafieldNamespaceName | Container |
Reference to the container for key - value pairs of data set by 3rd party applications. If namespace or key does not exist it returns null. |