DOCS

Retrieve a bulk classification

Retrieve a bulk tariff classification

Retrieve a historical quotes for pre-classified items in bulk.

Retrieve historical quotes for pre-classified items in bulk using the Classify API's GET request to streamline your cross-border trade operations.

Attributes 

JSON key/value pairs in the request body

GET | https://api.zonos.com/v1/classify/getBulkClassificationResults/:group_id

HEADER zonos-version: 2019-11-21

The header above is a required input for this bulk classification request to complete successfully.

Fieldnotes
group_id REQUIREDThis value is obtained internally, used by the API service endpoint, and returned from a bulk classification request. string / GUID

Example request

[
  {
    "callerStoreId": 909,
    "dateCreated": "2021-04-26T23:12:09.000+0000",
    "estimatedFinish": "2021-04-28T23:12:09.000+0000",
    "groupId": "clfy_e35481e9-7af0-459e-85ea-dc3e507ecb74",
    "request": {
      "item": {
        "id": "29342",
        "brand": null,
        "category": null,
        "description": "Cozy Design Women's Knitted Gloves with Roll Up Cuffs for Winter",
        "detail": null,
        "hs_code": "6116",
        "image_url": "https://zonos.com/images/cozygloves.webp",
        "language_code": "en",
        "upc_code": null
      },
      "ship_to_country": null
    },
    "response": {
      "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
      "classified_code": "6116.10",
      "codes": [
        {
          "code": "61",
          "description": "ARTICLES OF APPAREL AND CLOTHING ACCESSORIES, KNITTED OR CROCHETED",
          "type": "chapter"
        },
        {
          "code": "6116",
          "description": "Gloves, mittens and mitts, knitted or crocheted",
          "type": "heading"
        },
        {
          "code": "6116.10",
          "description": "Gloves, mittens and mitts, knitted or crocheted",
          "type": "subheading"
        }
      ]
    },
    "storeId": 909
  },
  {
    "callerStoreId": 909,
    "dateCreated": "2021-04-26T23:12:09.000+0000",
    "estimatedFinish": "2021-04-28T23:12:09.000+0000",
    "groupId": "clfy_e35481e9-7af0-459e-85ea-dc3e507ecb74",
    "request": {
      "item": {
        "id": "29343",
        "brand": null,
        "category": null,
        "description": "Cadet Army Cap Basic Everyday Military Style Hat",
        "detail": null,
        "hs_code": "6505",
        "image_url": "https://zonos.com/images/cadethat.webp",
        "language_code": "en",
        "upc_code": null
      },
      "ship_to_country": null
    },
    "response": {
      "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
      "classified_code": "6506.00",
      "codes": [
        {
          "code": "65",
          "description": "hats and headgear",
          "type": "chapter"
        },
        {
          "code": "6505",
          "description": "hats and other headgear",
          "type": "heading"
        },
        {
          "code": "6505.00",
          "description": "hats and other headgear, knitted or crocheted",
          "type": "subheading"
        }
      ]
    },
    "storeId": 909
  },
  {
    "callerStoreId": 909,
    "dateCreated": "2021-04-26T23:12:09.000+0000",
    "estimatedFinish": "2021-04-28T23:12:09.000+0000",
    "groupId": "clfy_e35481e9-7af0-459e-85ea-dc3e507ecb74",
    "request": {
      "item": {
        "id": "29344",
        "brand": null,
        "category": null,
        "description": "Vintage Aviator Square Sunglasses",
        "detail": null,
        "hs_code": "9004",
        "image_url": "https://zonos.com/images/vintagesunglasses.webp",
        "language_code": "en",
        "upc_code": null
      },
      "ship_to_country": null
    },
    "response": {
      "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
      "classified_code": "9004.10",
      "codes": [
        {
          "code": "90",
          "description": "optical, photographic, cinematographic, measuring, checking, precision ...",
          "type": "chapter"
        },
        {
          "code": "9004",
          "description": "eyewear",
          "type": "heading"
        },
        {
          "code": "9004.10",
          "description": "sunglasses",
          "type": "subheading"
        }
      ]
    },
    "storeId": 909
  }
]

Was this page helpful?