---
title: "Retrieve an in-person product"
method: GET
path: "/in-person/products/{id}"
tags: ["In-Person Products"]
---

# Retrieve an in-person product

`GET /in-person/products/{id}`

Fetches an in-person product via its unique ID

## Path parameters

- `id` string, required

## Response `200`

The resource was retrieved successfully

- InPersonProduct
  - `id` string — The Id of the product
  - `name` string — The name of the product/model
  - `status` 'Available' | 'Unavailable' — Whether the product is available for order placement.
  - `description` string — The description of the product/model
  - `details` object — A key-value dictionary of details of this product.
  - `createdTimestamp` integer — The epoch timestamp (seconds) when the object was created
  - `lastUpdatedTimestamp` integer — The epoch timestamp (seconds) when the object was last updated

## Other responses

- `404` — The given resource could not be found
- `500` — An unexpected error occurred when executing this request

---

[API](https://skmtc.net/ryftpay/apis/ryft-payment-api.md) · [All operations](https://skmtc.net/ryftpay/apis/ryft-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ryftpay/ryft-payment-api/revisions/a042f64d4305/schema)
