v1

latestOpenAPI 3.0.02026-08-0696238481.7 KB
In-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

idstring

The Id of the SKU

namestring

The name of this particular SKU

countrystring

The country this SKU is available in. 2-letter ISO standard

totalAmountinteger

The total cost (in minor units) of this SKU, inclusive of tax

currencystring

The ISO currency code

status'Available' | 'Unavailable'

Whether the sku is available for order placement.

productIdstring

The Id of the product this SKU belongs to

createdTimestampinteger

The epoch timestamp (seconds) when the object was created

lastUpdatedTimestampinteger

The epoch timestamp (seconds) when the object was last updated

Example response

{
  "id": "ipsku_01FCTS1XMKH9FF43CAFA4CXT3P",
  "name": "PAX A920 Pro",
  "country": "GB",
  "totalAmount": 5000,
  "currency": "GBP",
  "status": "Available",
  "productId": "ippd_01FCTS1XMKH9FF43CAFA4CXT3P",
  "createdTimestamp": 1470989538,
  "lastUpdatedTimestamp": 1470989538
}