Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- statusenum
The status of the terminal hardware product.
Possible enum valuesavailable
Available for new orders.
unavailable
Can no longer be used for order creation.
- typestring
The type of product.
- nullable integer
If all the SKUs for this product have an unavailable_after then this is the max unavailable_after in UNIX timestamp. Otherwise, null.
The TerminalHardwareProduct object
{ "id": "thpr_MJfotcxYT5Hwsm", "object": "terminal.hardware_product", "status": "available", "type": "bbpos_wisepos_e", "unavailable_after": null}