Skip to content

Conversation

AndreiPanko
Copy link
Contributor

@AndreiPanko AndreiPanko commented Oct 13, 2025

Summary

This PR improves the tooltip for the 'Has access token' field on the Shopify Shop Card page to provide better guidance to users.

Changes

  • Updated tooltip text from 'is received' to 'is available' for more natural language
  • Added clear explanation of what the API access token does (allows connector to access shop data)
  • Included instructions on how to acquire a token (turn on Enabled toggle or use Request Access action)
  • Conditional access to the Request Access action and improved tooltip

Benefit

Users will have better understanding of:

  • What the field indicates
  • Why the access token is important
  • How to obtain an access token if they don't have one

fixes: AB#609816

- Updated 'Has access token' field tooltip to be more informative
- Added explanation of what the token does (access shop data)
- Included instructions on how to acquire token (Enabled toggle or Request Access action)

fixes: AB#609816
@AndreiPanko AndreiPanko requested a review from a team as a code owner October 13, 2025 11:31
@github-actions github-actions bot added this to the Version 28.0 milestone Oct 13, 2025
@AndreiPanko AndreiPanko requested a review from Copilot October 13, 2025 11:32
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves user guidance for the Shopify Shop Card by enhancing tooltip messages and field captions related to API access tokens.

  • Updated field caption from 'Has AccessKey' to 'Has access token' for clarity
  • Enhanced tooltips with detailed explanations of what access tokens do and how to obtain them
  • Added enabled state condition for the Request Access action

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Importance = Additional;
ShowMandatory = true;
ToolTip = 'Specifies if an access key is available for this store.';
ToolTip = 'Specifies if an API access token is available for this store. The token allows the connector to access your shop''s data as long as the app is installed. To acquire a token, turn on the Enabled toggle or use the Request Access action.';
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing apostrophe in 'shops' - should be 'shop's' to indicate possession.

Copilot uses AI. Check for mistakes.

@AndreiPanko AndreiPanko self-assigned this Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants