# Retrieve an in-person SKU Fetches an in-person SKU via its unique ID Endpoint: GET /in-person/skus/{id} Version: 1.1.0 Security: secretApiKeyAuth ## Path parameters: - `id` (string, required) the unique ID of the SKU Example: "ipsku_01FCTS1XMKH9FF43CAFA4CXT3P" ## Response 200 fields (application/json): - `id` (string) The Id of the SKU Example: "ipsku_01FCTS1XMKH9FF43CAFA4CXT3P" - `name` (string) The name of this particular SKU Example: "PAX A920 Pro" - `country` (string) The country this SKU is available in. 2-letter ISO standard Example: "GB" - `totalAmount` (integer) The total cost (in minor units) of this SKU, inclusive of tax Example: 5000 - `currency` (string) The ISO currency code Example: "GBP" - `status` (string) Whether the sku is available for order placement. Enum: "Available", "Unavailable" - `productId` (string) The Id of the product this SKU belongs to Example: "ippd_01FCTS1XMKH9FF43CAFA4CXT3P" - `createdTimestamp` (integer) The epoch timestamp (seconds) when the object was created Example: 1470989538 - `lastUpdatedTimestamp` (integer) The epoch timestamp (seconds) when the object was last updated Example: 1470989538 ## Response 404 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON" ## Response 500 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON"