bulkCreateManualTaxMappings( )


Creates up to 100 manual tax mappings in a single request.

Use this method when you need to set up tax mappings for multiple tax group and region combinations at once, such as when initially configuring tax rates for a new business or importing mappings from an external system.

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
Method Parameters
manualTaxMappingsArray<ManualTaxMapping>Required

Manual tax mappings to create.


optionsBulkCreateManualTaxMappingsOptions
Returns
Return Type:Promise<BulkCreateManualTaxMappingsResponse>
Errors

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

Did this help?