Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Requires read_gates access scope. Also: You must have read access to gates to read gate configurations.

Represents a gate configuration, which stores the information about a gate. A gate configuration can be bound to multiple subjects via the GateSubject model.

Anchor to Fields and connectionsFields and connections

•
DateTime!non-null

The date and time when the gate configuration was created.

•
String!non-null

A default cursor that returns the single next record, sorted ascending by ID.

•

A non-unique string used to group gate configurations.

•
ID!non-null

The ID of the gate configuration.

•

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

•

A list of custom fields that a merchant associates with a Shopify resource.

Anchor to metafieldsByIdentifiersmetafieldsByIdentifiers
•
[Metafield]!non-null

The metafields associated with the resource matching the supplied list of namespaces and keys.

•

The name of the gate configuration.

•

The subject bindings for this gate configuration.

•
DateTime!non-null

The date and time when the gate configuration was updated.

•
StringDeprecated

An ID that an owner can use to identify the gate configuration. appId is deprecated and handle should be used for identifying a gate.


Was this section helpful?

Show
deprecated queries Deprecated
•
queryDeprecated

Fetch a gate configuration resource by ID. Gates API is being sunset and will be removed in a future version. Use metafields instead for gate configuration.

•
queryDeprecated

List of the shop's gate configurations. Gates API is being sunset and will be removed in a future version. Use metafields instead for gate configuration.


Was this section helpful?

Show
deprecated mutations Deprecated
•
mutationDeprecated

Create a new gate configuration. Gates API is being sunset and will be removed in a future version. Use metafields instead for gate configuration.

•
mutationDeprecated

Update a gate configuration. Gates API is being sunset and will be removed in a future version. Use metafields instead for gate configuration.


Was this section helpful?


Was this section helpful?