curl --request GET \
--url https://api.hubapi.com/tax-rates/v1/tax-rates/{taxRateGroupId} \
--header 'Authorization: Bearer <token>'{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>",
"percentageRate": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}「taxRateGroupId」を指定して特定の税率を取得します。
curl --request GET \
--url https://api.hubapi.com/tax-rates/v1/tax-rates/{taxRateGroupId} \
--header 'Authorization: Bearer <token>'{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>",
"percentageRate": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
取得する税率のID。