Skip to main content
POST
/
api
/
v1
/
:team_slug
/
:app_slug
/
tax-groups
Error
A valid request URL is required to generate request examples
{
  "details": [
    "<string>"
  ],
  "message": "<string>",
  "success": true
}

Path Parameters

app_slug
string
required

App slug

Body

application/json

Tax group data

name
string
required
slug
string
required
description
string
is_default
boolean

If this tax group is the default tax group. If a product is created without a tax group will this tax group be selected

Response

Invalid request (e.g. bad UUID, validation error)

details
string[]
message
string
success
boolean