---
title: "get product by bar code"
method: GET
path: "/prooducts/{code}/by-code"
tags: ["Products"]
---

# get product by bar code

`GET /prooducts/{code}/by-code`

## Response `200`

OK

- Product
  - `uid` integer
  - `crdate` integer
  - `tstamp` integer
  - `crdate_formatted` string
  - `tstamp_formatted` string
  - `name` string
  - `tag` integer
  - `kitchen_name` string
  - `official_name` string
  - `is_favourite` integer
  - `stock_price` integer
  - `selling_price` integer
  - `code` string
  - `sku_code` string
  - `quantity` integer
  - `client` integer
  - `color` string
  - `weight` integer
  - `description` string
  - `type` integer
  - `integration` string
  - `type_text` string
  - `not_kitchen` integer
  - `is_visible` integer
  - `inventory_on_variants` integer
  - `closed_for_discount` integer — 0 or 1

---

[API](https://skmtc.dev/shopbox/apis/shopbox-api.md) · [All operations](https://skmtc.dev/shopbox/apis/shopbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shopbox/shopbox-api/revisions/f1847469718c/schema)
