Create a tax category
POST https://{{subdomain}}.commercelayer.io/api/tax_categories
Request Body
{"data"=>{"type"=>"tax_categories", "attributes"=>{"code"=>"{{tax_category_code}}"}, "relationships"=>{"sku"=>{"data"=>{"type"=>"skus", "id"=>"{{tax_category_rel_id}}"}}, "tax_calculator"=>{"data"=>{"type"=>"tax_calculators", "id"=>"{{tax_category_rel_id}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"data":{"id":"xYZkjABcde","type":"tax_categories","links":{"self":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde"},"attributes":{"code":"31000","sku_code":"TSHIRTMM000000FFFFFFXLXX","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"sku":{"links":{"self":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/relationships/sku","related":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/sku"}},"tax_calculator":{"links":{"self":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/relationships/tax_calculator","related":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/tax_calculator"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/tax_categories/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}