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
Currently, we are using only MerchantID for obtaining the analytics through metrics and filters.
MerchantID
We are now introducing OrgLevel, MerchantLevel and ProfileLevel authentication for analytics, so we need to do the following:
MerchantLevel
OrgLevel
ProfileLevel
The levels are described as:
OrgLevel { org_id: id_type::OrganizationId, }, MerchantLevel { org_id: id_type::OrganizationId, merchant_ids: Vec<id_type::MerchantId>, }, ProfileLevel { org_id: id_type::OrganizationId, merchant_id: id_type::MerchantId, profile_ids: Vec<id_type::ProfileId>, }
The text was updated successfully, but these errors were encountered:
tsdk02
Successfully merging a pull request may close this issue.
Currently, we are using only
MerchantID
for obtaining the analytics through metrics and filters.We are now introducing OrgLevel, MerchantLevel and ProfileLevel authentication for analytics, so we need to do the following:
MerchantLevel
APIsOrgLevel
APIsProfileLevel
APIsThe levels are described as:
The text was updated successfully, but these errors were encountered: