Anchor to storefrontCrawlerSignatureGeneratestorefront
mutationstorefront Crawler Signature Generate
Requires access scope.
Generates signatures to authenticate storefront crawlers with configurable time-to-live.
Anchor to Arguments
Arguments
- domainHost (String!)
- name (String!)
- timeToLive (Int!)
- Anchor to domainHostdomain•String!
Host required Name of the domain for the signature.
- Anchor to namename•String!required
Name of the storefront crawler signature.
- Anchor to timeToLivetime•Int!
To Live required Time to live for the signature in seconds.
Was this section helpful?
Anchor to StorefrontCrawlerSignatureGeneratePayload returnsStorefront Crawler Signature Generate Payload returns
- domainHost (String)
- expiresAt (DateTime)
- id (ID)
- name (String)
- signature (String)
- signatureAgent (String)
- signatureInput (String)
- userErrors ([StorefrontCrawlerSignatureGenerateUserError!]!)
- Anchor to domainHostdomain•String
Host Name of the domain for the signature.
- Anchor to expiresAtexpires•Date
At Time Expiry date time for the signature.
- •ID
The ID of the generated storefront crawler signature.
- Anchor to namename•String
Name of the storefront crawler signature.
- Anchor to signaturesignature•String
The generated storefront crawler signature header.
- Anchor to signatureAgentsignature•String
Agent The generated signature-agent header.
- Anchor to signatureInputsignature•String
Input The generated signature-input header.
- Anchor to userErrorsuser•[Storefront
Errors Crawler Signature Generate User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?