Version: 202601
Update market tax
PUT/openapi/2026-01/markets/:id/tax
Change whether product prices include tax. This is the only update allowed on the primary market.
Request
Path Parameters
id stringrequired
Market ID
- application/json
- Body
- Example
Bodyrequired
product_tax_includedbooleanrequired
Whether product prices already include tax
{
"product_tax_included": true
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}