Tax Group Object

{
	"name": "Food",
	"product_ids": [
		"123",
		"456",
		...
	]
}
FieldDescription
name
string
Internal name of the tax zone. This name will be visible to merchants only in their management dashboard.
product_ids
array of strings
Every product that should be associated to the tax group. The product id can only contain ids coming from the catalog. This is not compatible with external ids.