Retrieve Mapping for a Commodity Code
Learn about retrieving a mapping for a commodity code.
Retrieve mapping for a commodity code
Endpoint | Method | Key value | Required fields |
---|---|---|---|
/config/v2/commodity-codes/{type}/{codevalue} | GET | codevalue | type , codevalue |
This request returns commodity code mapping information for a commodity code.
Sample response - Mapping for a commodity code
{
"type": "string",
"code": "string",
"name": "string",
"userDefined": false,
"mappings": [
{
"taxabilityCategoryId": "123e4567-e89b-12d3-a456-426614174000",
"categoryName": "string",
"categoryDescription": "string",
"mappingNote": "string",
"startDate": "2022-01-01",
"endDate": "2022-12-31"
}
]
}
Updated about 2 months ago