We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"@shopify/ui-extensions": "2024.10.0", "@shopify/ui-extensions-react": "2024.10.0",
useApi()
Our extension relies on current POS location and there is no way to know from which location the extension is called.
Add posLocation object to useApi with location address.
posLocation
useApi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please list the related package(s)
If this related to specific APIs or components, please list them here
useApi()
Is your feature request related to a problem? Please describe.
Our extension relies on current POS location and there is no way to know from which location the extension is called.
Describe the changes you are looking for
Add
posLocation
object touseApi
with location address.Describe alternatives you’ve considered
Additional context
The text was updated successfully, but these errors were encountered: