LinkShopifyIdentityResult
No description
type LinkShopifyIdentityResult {
success: Boolean!
errors: [String!]
contactUuid: String
shopGid: String
}
Fields
LinkShopifyIdentityResult.success ● Boolean! non-null scalar
Whether the identity linking was successful.
LinkShopifyIdentityResult.errors ● [String!] list scalar
Error messages if the linking failed. Possible errors include:
- "Missing OpenID token" - No Shopify authentication token provided
- "Identity not found" - The invite token does not exist
- "Identity already linked to another user" - The invite token is already linked to a different Shopify user
LinkShopifyIdentityResult.contactUuid ● String scalar
The UUID of the contact that was linked, if successful.
LinkShopifyIdentityResult.shopGid ● String scalar
The Shop GID (e.g. gid://shopify/Shop/123) of the store associated with the redemption code's promotion, if available.
Returned By
linkShopifyIdentity mutation