{"info":{"_postman_id":"085f4174-5fbe-c260-9696-1df1e1140920","name":"TaxJar SmartCalcs","description":"A modern, robust sales tax API built for developers.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Rates","item":[{"name":"Rates for Location (US)","id":"a7218259-dff9-bd26-9b59-474c8a6e77f5","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/rates/90404?country=US&city=Santa Monica","protocol":"https","host":["api","taxjar","com"],"path":["v2","rates","90404"],"query":[{"key":"country","value":"US"},{"key":"city","value":"Santa Monica"}]},"description":"Shows the sales tax rates for a given location in the United States."},"response":[],"_postman_id":"a7218259-dff9-bd26-9b59-474c8a6e77f5"},{"name":"Rates for Location (US-WA Rooftop)","id":"9e174cc2-3bc7-45e8-31ef-a8953344c26b","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/rates/98109?country=US&city=Seattle&street=400 Broad St","protocol":"https","host":["api","taxjar","com"],"path":["v2","rates","98109"],"query":[{"key":"country","value":"US"},{"key":"city","value":"Seattle"},{"key":"street","value":"400 Broad St"}]},"description":"Shows the sales tax rates for a location demonstrating rooftop accuracy."},"response":[],"_postman_id":"9e174cc2-3bc7-45e8-31ef-a8953344c26b"},{"name":"Rates for Location (CA)","id":"14ce64dc-d34c-3574-f27a-af0fe2723fda","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/rates/V5K0A1?country=CA&city=Vancouver","protocol":"https","host":["api","taxjar","com"],"path":["v2","rates","V5K0A1"],"query":[{"key":"country","value":"CA"},{"key":"city","value":"Vancouver"}]},"description":"Shows the sales tax rates for a given location in Canada."},"response":[],"_postman_id":"14ce64dc-d34c-3574-f27a-af0fe2723fda"},{"name":"Rates for Location (EU)","id":"e2d93ab7-5a61-4215-b75b-3cbef0bf0bbe","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/rates/00150?country=FI&city=Helsinki","protocol":"https","host":["api","taxjar","com"],"path":["v2","rates","00150"],"query":[{"key":"country","value":"FI"},{"key":"city","value":"Helsinki"}]},"description":"Shows the sales tax rates for a given location in the European Union."},"response":[],"_postman_id":"e2d93ab7-5a61-4215-b75b-3cbef0bf0bbe"},{"name":"Rates for Location (AU)","id":"8275735e-2189-8a28-d25b-0a77a68221e8","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/rates/2000?country=AU&city=Sydney","protocol":"https","host":["api","taxjar","com"],"path":["v2","rates","2000"],"query":[{"key":"country","value":"AU"},{"key":"city","value":"Sydney"}]},"description":"Shows the sales tax rates for a given location in Australia."},"response":[],"_postman_id":"8275735e-2189-8a28-d25b-0a77a68221e8"}],"id":"2d5e99cc-7e53-d9d6-459d-c9a2c08c344b","_postman_id":"2d5e99cc-7e53-d9d6-459d-c9a2c08c344b"},{"name":"Taxes","item":[{"name":"Tax for Order (US)","id":"d0c7d669-f7a8-2712-8646-98856135fead","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from_country\": \"US\",\n  \"from_zip\": \"07001\",\n  \"from_state\": \"NJ\",\n  \"to_country\": \"US\",\n  \"to_zip\": \"07446\",\n  \"to_state\": \"NJ\",\n  \"amount\": 16.50,\n  \"shipping\": 1.5,\n  \"line_items\": [\n    {\n      \"quantity\": 1,\n      \"unit_price\": 15.0,\n      \"product_tax_code\": \"31000\"\n    }\n  ]\n}"},"url":"https://api.taxjar.com/v2/taxes","description":"Shows the sales tax that should be collected for a given order in the United States."},"response":[],"_postman_id":"d0c7d669-f7a8-2712-8646-98856135fead"},{"name":"Tax for Order (US-NY Product Exemption)","id":"62c26a1a-5ec7-9a59-c3ad-d244d659ebc3","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"to_city\": \"Mahopac\",\n    \"to_state\": \"NY\",\n    \"to_zip\": \"10541\",\n    \"to_country\": \"US\",\n    \"from_city\": \"Delmar\",\n    \"from_state\": \"NY\",\n    \"from_zip\": \"12054\",\n    \"from_country\": \"US\",\n    \"amount\": 29.94,\n    \"shipping\": 7.99,\n    \"line_items\": [\n      {\n        \"quantity\": 1,\n        \"unit_price\": 19.99,\n        \"product_tax_code\": \"20010\"\n      },\n      { \n        \"quantity\": 1,\n        \"unit_price\": 9.95,\n        \"product_tax_code\": \"20010\"\n      }\n    ]\n  }"},"url":"https://api.taxjar.com/v2/taxes","description":"Shows the sales tax that should be collected for a given order in New York with clothing product exemptions applied."},"response":[],"_postman_id":"62c26a1a-5ec7-9a59-c3ad-d244d659ebc3"},{"name":"Tax for Order (US-CA Product Exemption)","id":"fba04880-282e-ddab-3f7e-cc1b44663db6","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from_street\": \"600 Montgomery St\",\n  \"from_city\": \"San Francisco\",\n  \"from_state\": \"CA\",\n  \"from_zip\": \"94111\",\n  \"from_country\": \"US\",\n  \"line_items\": [\n    {\n      \"id\": 3,\n      \"quantity\": 1,\n      \"unit_price\": 16.95,\n      \"product_tax_code\": \"40030\"\n    }\n  ],\n  \"to_street\": \"33 N. First Street\",\n  \"to_city\": \"Campbell\",\n  \"to_state\": \"CA\",\n  \"to_zip\": \"95008\",\n  \"to_country\": \"US\",\n  \"amount\": 16.95,\n  \"shipping\": 10\n}"},"url":"https://api.taxjar.com/v2/taxes","description":"Shows the sales tax that should be collected for a given order in California with food and grocery product exemptions applied."},"response":[],"_postman_id":"fba04880-282e-ddab-3f7e-cc1b44663db6"},{"name":"Tax for Order (CA)","id":"314aeae3-1706-bc30-9e22-6dfedd0cab6c","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from_country\": \"CA\",\n  \"from_zip\": \"V6G 3E\",\n  \"from_state\": \"BC\",\n  \"to_country\": \"CA\",\n  \"to_zip\": \"M5V 2T6\",\n  \"to_state\": \"ON\",\n  \"amount\": 16.95,\n  \"shipping\": 10,\n  \"line_items\": [\n    {\n      \"quantity\": 1,\n      \"unit_price\": 16.95\n    }\n  ]\n}"},"url":"https://api.taxjar.com/v2/taxes","description":"Shows the sales tax that should be collected for a given order in Canada."},"response":[],"_postman_id":"314aeae3-1706-bc30-9e22-6dfedd0cab6c"},{"name":"Tax for Order (No Nexus)","id":"99ff921d-479b-1bd1-0701-2eb3c1121e96","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from_street\": \"600 Montgomery St\",\n  \"from_city\": \"San Francisco\",\n  \"from_state\": \"CA\",\n  \"from_zip\": \"94111\",\n  \"from_country\": \"US\",\n  \"line_items\": [\n    {\n      \"id\": 3,\n      \"quantity\": 1,\n      \"unit_price\": 16.95,\n      \"product_tax_code\": \"40030\"\n    }\n  ],\n  \"to_street\": \"200 S Orange Ave\",\n  \"to_city\": \"Orlando\",\n  \"to_state\": \"FL\",\n  \"to_zip\": \"32801\",\n  \"to_country\": \"US\",\n  \"amount\": 16.95,\n  \"shipping\": 10\n}"},"url":"https://api.taxjar.com/v2/taxes","description":"Shows the sales tax that should be collected for a given order without nexus (ensure the shipping state is different from any states you have on file in TaxJar)."},"response":[],"_postman_id":"99ff921d-479b-1bd1-0701-2eb3c1121e96"},{"name":"Tax for Order (Nexus Addresses)","id":"174c6b9c-2f33-3c12-12ae-7f411ddb275c","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"to_city\": \"Kansas City\",\n    \"to_state\": \"MO\",\n    \"to_zip\": \"64155\",\n    \"to_country\": \"US\",\n    \"from_city\": \"Orlando\",\n    \"from_state\": \"FL\",\n    \"from_zip\": \"32801\",\n    \"from_country\": \"US\",\n    \"amount\": 29.94,\n    \"shipping\": 7.99,\n    \"line_items\": [\n      {\n        \"quantity\": 1,\n        \"unit_price\": 19.99\n      },\n      { \n        \"quantity\": 1,\n        \"unit_price\": 9.95\n      }\n    ],\n    \"nexus_addresses\": [\n      {\n        \"country\": \"US\",\n        \"state\": \"FL\",\n        \"zip\": \"32801\"\n      },\n      {\n        \"country\": \"US\",\n        \"state\": \"MO\",\n        \"zip\": \"63101\"\n      }\n    ]\n}"},"url":"https://api.taxjar.com/v2/taxes","description":"Shows the sales tax that should be collected for a given order with supplied nexus addresses. If you're running a marketplace, you may choose to use `nexus_addresses` for merchants with additional business locations. TaxJar requires an address on file, `nexus_addresses` or `from_` parameters to perform sales tax calculations."},"response":[],"_postman_id":"174c6b9c-2f33-3c12-12ae-7f411ddb275c"}],"id":"16978a78-19cc-33ca-f0ec-d69771363781","_postman_id":"16978a78-19cc-33ca-f0ec-d69771363781"},{"name":"Utilities","item":[{"name":"VAT Validation","id":"b8509e6d-d13e-97ae-496e-0a49c2480450","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/validation?vat=FR40303265045","protocol":"https","host":["api","taxjar","com"],"path":["v2","validation"],"query":[{"key":"vat","value":"FR40303265045"}]},"description":"Validates an existing VAT identification number against VIES."},"response":[],"_postman_id":"b8509e6d-d13e-97ae-496e-0a49c2480450"},{"name":"Summarized Rates","id":"5d74e937-cbb8-afe2-a96d-58a222161809","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":"https://api.taxjar.com/v2/summary_rates","description":"Retrieve minimum and average sales tax rates by region as a backup."},"response":[],"_postman_id":"5d74e937-cbb8-afe2-a96d-58a222161809"}],"id":"4f3f0ca3-ca24-9866-553b-a40c84412fd0","_postman_id":"4f3f0ca3-ca24-9866-553b-a40c84412fd0"},{"name":"Categories","item":[{"name":"Categories","id":"dfe4a3a1-8c5a-d307-5f9b-2076fde700f2","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API TOKEN\""}],"body":{"mode":"raw","raw":""},"url":"https://api.taxjar.com/v2/categories","description":"Lists all tax categories."},"response":[],"_postman_id":"dfe4a3a1-8c5a-d307-5f9b-2076fde700f2"}],"id":"f23d46db-f330-6761-2ab8-c007d16aed08","_postman_id":"f23d46db-f330-6761-2ab8-c007d16aed08"},{"name":"Transactions","item":[{"name":"List Orders","id":"fd21df8f-992e-2099-7a36-267f633bed6b","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/transactions/orders?from_transaction_date=2015/05/01&to_transaction_date\t=2015/05/31","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","orders"],"query":[{"key":"from_transaction_date","value":"2015/05/01"},{"key":"to_transaction_date\t","value":"2015/05/31"}]},"description":"Lists existing order transactions."},"response":[],"_postman_id":"fd21df8f-992e-2099-7a36-267f633bed6b"},{"name":"Show Order","id":"dfa40ce6-fb21-8530-7fc8-2c670d1bf5f4","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/transactions/orders/?transaction_id=123","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","orders",""],"query":[{"key":"transaction_id","value":"123"}]},"description":"Shows an existing order transaction."},"response":[],"_postman_id":"dfa40ce6-fb21-8530-7fc8-2c670d1bf5f4"},{"name":"Create Order","id":"26c3496d-68c6-877d-2bbd-7dc0d1cf6677","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"123\",\n  \"transaction_date\": \"2015/05/14\",\n  \"to_country\": \"US\",\n  \"to_zip\": \"90002\",\n  \"to_state\": \"CA\",\n  \"to_city\": \"Los Angeles\",\n  \"to_street\": \"123 Palm Grove Ln\",\n  \"amount\": 17.45,\n  \"shipping\": 1.5,\n  \"sales_tax\": 0.95,\n  \"line_items\": [\n    {\n      \"quantity\": 1,\n      \"product_identifier\": \"12-34243-9\",\n      \"description\": \"Fuzzy Widget\",\n      \"unit_price\": 15.0,\n      \"sales_tax\": 0.95\n    }\n  ]\n}"},"url":"https://api.taxjar.com/v2/transactions/orders","description":"Creates a new order transaction."},"response":[],"_postman_id":"26c3496d-68c6-877d-2bbd-7dc0d1cf6677"},{"name":"Update Order","id":"e54af5b7-29c1-e7d4-1408-a36e3c01b9f2","request":{"method":"PUT","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"123\",\n  \"amount\": 17.45,\n  \"shipping\": 1.5,\n  \"line_items\": [\n    {\n      \"quantity\": 1,\n      \"product_identifier\": \"12-34243-0\",\n      \"description\": \"Heavy Widget\",\n      \"unit_price\": 15.0,\n      \"discount\": 0.0,\n      \"sales_tax\": 0.95\n    }\n  ]\n}"},"url":{"raw":"https://api.taxjar.com/v2/transactions/orders/?transaction_id=123","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","orders",""],"query":[{"key":"transaction_id","value":"123"}]},"description":"Updates an existing order transaction."},"response":[],"_postman_id":"e54af5b7-29c1-e7d4-1408-a36e3c01b9f2"},{"name":"Delete Order","id":"d3a412cf-d875-e9ac-86c6-bc21dbfea251","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/transactions/orders/?transaction_id=123","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","orders",""],"query":[{"key":"transaction_id","value":"123"}]},"description":"Deletes an existing order transaction."},"response":[],"_postman_id":"d3a412cf-d875-e9ac-86c6-bc21dbfea251"},{"name":"List Refunds","id":"e7ef9385-27f5-f0fa-37fa-ff1ffe75e9dc","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/transactions/refunds?from_transaction_date=2015/05/01&to_transaction_date=2015/05/31","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","refunds"],"query":[{"key":"from_transaction_date","value":"2015/05/01"},{"key":"to_transaction_date","value":"2015/05/31"}]},"description":"Lists existing refund transactions."},"response":[],"_postman_id":"e7ef9385-27f5-f0fa-37fa-ff1ffe75e9dc"},{"name":"Show Refund","id":"6937a491-c2c5-b52c-2a70-1ba59a844e0d","request":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/transactions/refunds/?transaction_id=321","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","refunds",""],"query":[{"key":"transaction_id","value":"321"}]},"description":"Shows an existing refund transaction."},"response":[],"_postman_id":"6937a491-c2c5-b52c-2a70-1ba59a844e0d"},{"name":"Create Refund","id":"1a96b3fe-a9f6-0304-99be-25902382ce85","request":{"method":"POST","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"123\",\n  \"transaction_date\": \"2015/05/14\",\n  \"transaction_reference_id\": \"123\",\n  \"to_country\": \"US\",\n  \"to_zip\": \"90002\",\n  \"to_state\": \"CA\",\n  \"to_city\": \"Los Angeles\",\n  \"to_street\": \"123 Palm Grove Ln\",\n  \"amount\": 17.45,\n  \"shipping\": 1.5,\n  \"sales_tax\": 0.95,\n  \"line_items\": [\n    {\n      \"quantity\": 1,\n      \"product_identifier\": \"12-34243-9\",\n      \"description\": \"Fuzzy Widget\",\n      \"unit_price\": 15.0,\n      \"sales_tax\": 0.95\n    }\n  ]\n}"},"url":"https://api.taxjar.com/v2/transactions/orders","description":"Creates a new refund transaction."},"response":[],"_postman_id":"1a96b3fe-a9f6-0304-99be-25902382ce85"},{"name":"Update Refund","id":"c0c26372-9f58-084e-e42c-e9abfe7b169f","request":{"method":"PUT","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"123\",\n  \"amount\": 17.95,\n  \"shipping\": 2,\n  \"line_items\": [\n    {\n      \"quantity\": 1,\n      \"product_identifier\": \"12-34243-0\",\n      \"description\": \"Heavy Widget\",\n      \"unit_price\": 15.0,\n      \"sales_tax\": 0.95\n    }\n  ]\n}"},"url":{"raw":"https://api.taxjar.com/v2/transactions/orders/?transaction_id=123","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","orders",""],"query":[{"key":"transaction_id","value":"123"}]},"description":"Updates an existing refund transaction."},"response":[],"_postman_id":"c0c26372-9f58-084e-e42c-e9abfe7b169f"},{"name":"Delete Refund","id":"06ed08fc-1a35-bcc1-fc13-2a3ca600c335","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token token=\"YOUR API KEY\""}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.taxjar.com/v2/transactions/orders/?transaction_id=321","protocol":"https","host":["api","taxjar","com"],"path":["v2","transactions","orders",""],"query":[{"key":"transaction_id","value":"321"}]},"description":"Deletes an existing refund transaction."},"response":[],"_postman_id":"06ed08fc-1a35-bcc1-fc13-2a3ca600c335"}],"id":"728c76c7-88fb-838b-3981-05b33c752fcd","_postman_id":"728c76c7-88fb-838b-3981-05b33c752fcd"}]}