v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBIn-Person SKUs
Retrieve an in-person SKU
Fetches an in-person SKU via its unique ID
get/in-person/skus/{id}
Path parameters
idstring required
Example:ipsku_01FCTS1XMKH9FF43CAFA4CXT3P
the unique ID of the SKU
Response
The resource was retrieved successfully
Example response
{
"id": "ipsku_01FCTS1XMKH9FF43CAFA4CXT3P",
"name": "PAX A920 Pro",
"country": "GB",
"totalAmount": 5000,
"currency": "GBP",
"status": "Available",
"productId": "ippd_01FCTS1XMKH9FF43CAFA4CXT3P",
"createdTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}