Anchor to StorefrontCrawlerSignatureTypeStorefront
objectStorefront Crawler Signature Type
Requires access scope.
A storefront crawler signature.
Anchor to FieldsFields
- createdAt (DateTime!)
- domainHost (String!)
- expiresAt (DateTime!)
- id (ID!)
- name (String!)
- signature (String!)
- signatureAgent (String!)
- signatureInput (String!)
- Anchor to createdAtcreated•Date
At Time! non-null When the signature was created.
- Anchor to domainHostdomain•String!
Host non-null The host of the associated domain (e.g., 'example.com').
- Anchor to expiresAtexpires•Date
At Time! non-null When the signature expires.
- •ID!non-null
The globally unique ID of the storefront crawler signature.
- Anchor to namename•String!non-null
Name of the storefront crawler signatures.
- Anchor to signaturesignature•String!non-null
The signature.
- Anchor to signatureAgentsignature•String!
Agent non-null The signature agent.
- Anchor to signatureInputsignature•String!
Input non-null The signature input.
Was this section helpful?
Anchor to QueriesQueries
- storefrontCrawlerSignatures (StorefrontCrawlerSignatureTypeConnection!)
- •query
Returns a paginated list of storefront crawler signatures by shop.
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to expiredexpired•Boolean
Filter by expired status. True returns only expired signatures, false returns only active signatures, nil returns all signatures.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
Was this section helpful?