The Terminal Hardware SKUs object Preview
Attributes
- id string Unique identifier for the object.
- amount integer The price of this SKU.
- currency enum Three-letter ISO currency code, in lowercase. Must be a supported currency. Possible enum values
aedafnallamdangaoaarsaudawgaznShow 141 more
More attributes
- object string, value is "terminal.hardware_sku"
- country enum
- orderable integer
- product string Expandable
- provider nullable enum
- status enum
- unavailable _ after nullable integer
The Terminal Hardware SKUs object
{ "id": "thsku_OEu70OWVaQ0DG3", "object": "terminal.hardware_sku", "amount": 450, "country": "US", "currency": "usd", "orderable": 100, "product": "thpr_NGubNsbUoS1oik", "status": "available", "unavailable_after": null}
Retrieve an available Terminal Hardware SKU Preview
GET / v1 / terminal / hardware_skus /:id
Retrieves an available TerminalHardwareSKU object.
Parameters
No parameters.
Returns
Returns an available TerminalHardwareSKU object if a valid identifier was provided.
cURL
Response
{ "id": "thsku_OEu70OWVaQ0DG3", "object": "terminal.hardware_sku", "amount": 450, "country": "US", "currency": "usd", "orderable": 100, "product": "thpr_NGubNsbUoS1oik", "status": "available", "unavailable_after": null}
List all Terminal Hardware SKUs Preview
GET / v1 / terminal / hardware_skus
List all TerminalHardwareSKU objects.
Parameters
- country string Required The ISO 3166-1 alpha-2 country code representing the country associated with the SKUs to be retrieved. Available country codes can be listed with the List Country Specs endpoint.
More parameters
- ending _ before string
- limit integer
- product string
- provider enum
- starting _ after string
- status enum
Returns
A dictionary with a data property that contains an array of terminal hardware SKUs. Each entry in the array is a separate SKU object.
cURL
Response
