---
title: "Retrieve an in-person SKU"
method: GET
path: "/in-person/skus/{id}"
tags: ["In-Person SKUs"]
---

# Retrieve an in-person SKU

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

Fetches an in-person SKU via its unique ID

## Path parameters

- `id` string, required

## Response `200`

The resource was retrieved successfully

- InPersonProductSku
  - `id` string — The Id of the SKU
  - `name` string — The name of this particular SKU
  - `country` string — The country this SKU is available in. 2-letter ISO standard
  - `totalAmount` integer — The total cost (in minor units) of this SKU, inclusive of tax
  - `currency` string — The ISO currency code
  - `status` 'Available' | 'Unavailable' — Whether the sku is available for order placement.
  - `productId` string — The Id of the product this SKU belongs to
  - `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)
