---
title: "List all in-person SKUs"
method: GET
path: "/in-person/skus"
tags: ["In-Person SKUs"]
---

# List all in-person SKUs

`GET /in-person/skus`

List the SKUs that are offered for in-person payments

## Query parameters

- `limit` integer
- `startsAfter` string
- `country` string, required
- `productId` string

## Response `200`

The resource was retrieved successfully

- InPersonProductSkus
  - `items` 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
  - `paginationToken` string, nullable — A token to use for getting the next page of results - send the same request with this value in the 'paginationToken' query parameter. This field is null when there are no further items to return

## Other responses

- `400` — One or more inputs are invalid
- `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/versions/a042f64d4305/schema)
