Jump to Content
Vertex O Series
HomeGuidesAPI Reference
Log InVertex O Series
Guides
Log In
HomeGuidesAPI Reference

Getting Started

  • Quick Start
  • Getting Started with O Series APIs
    • Get Started with Calculation and Transaction Management
    • Get Started with Tax Area Lookups
    • Get Started with Tax Configuration
    • Get Started with User and Role Management
  • Release Notes
  • Authentication and Access
    • Authenticate O Series On-Premise and On-Demand
    • Authenticate O Series Cloud
    • Token Caching
  • Security Considerations
  • Useful Links and Resources
    • Calculation on Microsoft Azure
    • End of Support for Vertex Cloud REST APIs v1

Using the APIs

  • Using the O Series APIs
  • Mandatory Fields Reference
    • Tax Calculation and Tax GIS Mandatory Fields
    • Tax Configuration Mandatory Fields
    • User Management Mandatory Fields
  • Troubleshooting the O Series APIs

Reference Guide

  • Requests Reference
    • Calculation API Requests
      • Calculate Tax as a Seller
      • Calculate Tax as a Buyer
      • Calculate Tax as an Owner
    • Tax Area Lookup API Requests
      • Lookup by Postal Address
      • Lookup by Coordinates
      • Lookup by Tax Area ID
      • Lookup by Jurisdiction Code
      • Batch Tax Area Lookup
      • List Tax Areas with Changes
      • Check a Tax Area for Changes
    • Transaction Management API Requests
      • Delete a Transaction
      • Reverse a Transaction
      • Check for a Transaction
    • Configuration API Requests
      • List Taxability Categories
      • Retrieve a Taxability Category by ID
      • List Taxability Category Descendants
      • List Commodity Code Types
      • List Commodity Codes for a Type
      • Retrieve Mapping for a Commodity Code
      • Create a Taxability Driver
      • List Taxability Drivers
      • Retrieve a Taxability Driver by ID
      • Update a Taxability Driver
      • Delete a Taxability Driver
      • Create Locations
      • List Locations
      • Retrieve a Location by ID
      • Update a Location
      • Delete a Location
      • Create a Taxability Mapping
      • List Taxability Mappings
      • Retrieve a Taxability Mapping by ID
      • Delete a Taxability Mapping
      • Create Registrations
      • List Registrations
      • Retrieve a Registration by ID
      • Update a Registration
      • Delete a Registration
      • Create a Taxpayer
      • List Taxpayers
      • Retrieve a Taxpayer by ID
      • Update a Taxpayer
    • User Management and Role Management API Requests
      • Search for Users
      • Create a User
      • Search for a User
      • Update a User
      • List Roles
  • Fields References
    • Calculation API Fields
    • Tax Area Lookup API Fields
    • Configuration API Fields
    • Transaction Management API Fields
    • User Management and Role Management API Fields

List Commodity Code Types

Learn about listing commodity code types.

Suggest Edits

List commodity code types

EndpointMethodKey valueRequired fields
/config/v2/commodity-codesGETN/AN/A

This request returns a list of supported commodity code types.

Sample response - Commodity code types

[
  "string"
]

Updated 8 months ago


  • Table of Contents
    • List commodity code types
    • Sample response - Commodity code types