Create a new tax. Can be all-locations (location_ids=None) or location-scoped.
The tenant you are making this request on behalf of
Your api key
Schema for creating a new tax.
Name of the tax (e.g., 'Sales Tax', 'VAT')
Tax percentage (e.g., 8.25 for 8.25%)
0 <= x <= 100Location IDs this tax applies to. Empty/null = all-locations (all locations)
Scope of the tax (ALL, PRODUCTS_ONLY, SERVICES_ONLY, SPECIFIC_CATEGORIES)
ALL, PRODUCTS_ONLY, SERVICES_ONLY, MEMBERSHIPS_ONLY, SPECIFIC_CATEGORIES Category names for SPECIFIC_CATEGORIES scope
Successful Response
Detailed tax information.
Unique identifier for the tax
Name of the tax (e.g., 'Sales Tax', 'VAT')
Tax percentage (e.g., 8.25 for 8.25%)
Location IDs this tax applies to. Empty/null = all-locations (all locations)
Scope of the tax (ALL, PRODUCTS_ONLY, SERVICES_ONLY, SPECIFIC_CATEGORIES)
ALL, PRODUCTS_ONLY, SERVICES_ONLY, MEMBERSHIPS_ONLY, SPECIFIC_CATEGORIES Category names for SPECIFIC_CATEGORIES scope