---
title: "Classify Grocery Product"
method: POST
path: "/food/products/classify"
tags: ["products"]
---

# Classify Grocery Product

`POST /food/products/classify`

This endpoint allows you to match a packaged food to a basic category, e.g. a specific brand of milk to the category milk.

## Query parameters

- `locale` 'en_US' | 'en_GB'

## Request body

- object
  - `title` string, required
  - `upc` string, required
  - `plu_code` string, required

## Response `200`

Success

- object
  - `cleanTitle` string, required
  - `image` string, required
  - `category` string, required
  - `breadcrumbs` string[], required
  - `usdaCode` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/spoonacular/apis/spoonacular-api.md) · [All operations](https://skmtc.net/spoonacular/apis/spoonacular-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spoonacular/spoonacular-api/versions/bc2fbe4e8981/schema)
