Skip to main content
Anchor to StorefrontCrawlerSignatureType

StorefrontCrawlerSignatureType

object

Requires read_themes access scope.

A storefront crawler signature.

•DateTime!
non-null

When the signature was created.

•String!
non-null

The host of the associated domain (e.g., 'example.com').

•DateTime!
non-null

When the signature expires.

•ID!
non-null

The globally unique ID of the storefront crawler signature.

•String!
non-null

Name of the storefront crawler signatures.

•String!
non-null

The signature.

•String!
non-null

The signature agent.

•String!
non-null

The signature input.


Was this section helpful?

•query

Returns a paginated list of storefront crawler signatures by shop.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Boolean

Filter by expired status. True returns only expired signatures, false returns only active signatures, nil returns all signatures.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?