cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#NETSUITE_CREATE_TAX_GROUP' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "NETSUITE_CREATE_TAX_GROUP", "parameters": { "itemId": "<string>", "taxCode": "<string>", "county": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Name : Enter a name for this Tax Group. You select this name on transactions.
Tax Code : Specify the ID of the Tax Code to associate with this Tax Group.
Country : Enter the county where this tax should be applied. This value is used by NetSuite to automatically determine the correct tax when an order is entered or a customer places an order on your website. (example: "US")
Success
Was this page helpful?