---
title: "Retrieve a Brand Product"
method: GET
path: "/products/{id}"
tags: ["Brand Products"]
---

# Retrieve a Brand Product

`GET /products/{id}`

This operation will retrieve a Brand Product using its Weedmaps Identifier.

---
💡 **Tip** 💡

You can sync our catalog of Brand Products or map them to your internal Catalog.

When creating or updating a Menu Item, be sure to send us the correlated Brand Product identifier.

This link can directly improve search relevance, increase consumer engagement, and it elevates the visibility of the Menu Item within the Weedmaps ecosystem.

---

## Path parameters

- `id` integer, required

## Response `200`

Successful Brand Product Retrieval

- object
  - `data` BrandProduct
    - `id` integer — The primary identifier for a Weedmaps resource.
    - `updated_at` string — The timestamp this resource was last updated.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entities

---

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