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

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

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?