Represents a gate configuration.
String
)
An optional string identifier.
Handle
)
A non-unique string used to group gate configurations.
ID!
)
The ID of the gate configuration.
Metafield
)
A custom field that stores additional information about a Shopify resource, such as products, orders, and many more. Using metafields with Shopify Functions enables you to customize the checkout experience.
Argument | Description |
---|---|
key
(
String!
)
required
|
The unique identifier for the metafield within its namespace. A metafield is composed of a
namespace and a key, in the format |
namespace
(
String
)
|
A category that organizes a group of metafields. Namespaces are used to prevent naming conflicts between different apps or different parts of the same app. If omitted, then the app-reserved namespace is used. |