---
title: "Retrieve a single CustomField."
method: GET
path: "/custom_fields/{id}.json"
tags: ["Custom Fields"]
---

# Retrieve a single CustomField.

`GET /custom_fields/{id}.json`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CustomField
  - `custom_field` CustomFieldFields
    - `id` integer — Unique identifier of the Custom Field
    - `label` string — Label given to the Custom Field
    - `type` 'text' | 'selection' | 'input' — Type of the Custom Field
    - `values` string[] — All the possible Values of the Custom Field (for type 'selection')
    - `product_visibility` boolean — Visibility of the Custom Field in product's page

## Other responses

- `404` — CustomField Not Found.

---

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