Retrieves an available TerminalHardwareSKU object.
Parameters
No parameters.
Returns
Returns an available TerminalHardwareSKU object if a valid identifier was provided.
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
List all TerminalHardwareSKU objects.
Parameters
- countrystringRequired
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_
beforestring - limitinteger
- productstring
- providerenum
- starting_
afterstring - statusenum
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.
Response
{ "object": "list", "url": "/v1/terminal/hardware_skus", "has_more": false, "data": [ { "id": "thsku_OEu70OWVaQ0DG3", "object": "terminal.hardware_sku", "amount": 450, "country": "US", "currency": "usd", "orderable": 100, "product": "thpr_NGubNsbUoS1oik", "status": "available", "unavailable_after": null } ]}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc