POST:tax_system.json
Commerce APIPOST:tax_system.json

POST:tax_system.json

Description

Set shop's tax system integration.

Permission bit: "shop_tax_system.modify"

Topic: Tax Systems

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

TaxSystemCreate

{
  "commit": true,
  "company_code": "MYCOMPANY",
  "credentials": [
    {
      "key": "",
      "value": ""
    }
  ],
  "default_product_tax_code": "P0000000",
  "default_shipping_tax_code": "FR",
  "type": "avalara"
}

Response Body

TaxSystem

Response Body Type

Loading module