Create a taxjar account
How to create a taxjar account via API
To create a new taxjar account, send a POST
request to the /api/taxjar_accounts
endpoint, passing the resource arguments in the request body.
Request
POST https://yourdomain.commercelayer.io/api/taxjar_accounts
Arguments
Body Parameter | Type | Required |
---|---|---|
type |
| Required |
attributes.name |
| Required |
attributes.reference |
| Optional |
attributes.reference_origin |
| Optional |
attributes.metadata |
| Optional |
attributes.api_key |
| Required |
relationships.tax_categories |
| Optional |
Example
The following request creates a new taxjar account:
Last updated