queryManualTaxMappings( )


Retrieves a list of manual tax mappings based on the provided query criteria.

Use this method to find manual tax mappings by tax group, tax region, or other filter criteria. You can also sort and paginate the results. This is useful for managing large numbers of tax mappings or finding mappings that apply to specific regions or tax groups.

To learn how to query manual tax mappings, see API Query Language.

PROPERTYSUPPORTED FILTERS & SORTING
_ideq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
_createdDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
_updatedDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
taxGroupIdeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge()
taxRegionIdeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge()
taxRateeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
descriptioneq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge()
taxTypeeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
taxNameeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
jurisdictioneq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
jurisdictionTypeeq(),ne(),exists(),in(),hasSome(),ascending(),descending()
exemptRates.taxExemptGroupIdeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge()
Authentication
  • When developing websites or building an app with Blocks, this method may require elevated permissions, depending on the identity of the user calling it and the calling user's permissions.
  • When building apps without Blocks or for headless projects, you can only call this method directly when authenticated as a Wix app or Wix user identity. When authenticated as a different identity, you can call this method using elevation.
  • Elevation permits users to call methods they typically cannot access. Therefore, you should only use it intentionally and securely.
Permissions
Manage Orders
Learn more about app permissions.
Method Declaration
Copy
Request
This method does not take any parameters
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?