Terminal Hardware Products Preview
A TerminalHardwareProduct is a category of hardware devices that are generally similar, but may have variations depending on the country it’s shipped to.
TerminalHardwareSKUs represent variations within the same Product (for example, a country specific device). For example, WisePOS E is a TerminalHardwareProduct and a WisePOS E - US and WisePOS E - UK are TerminalHardwareSKUs.
Was this section helpful? Yes No
Retrieve a Terminal Hardware Product
GET / v1 / terminal / hardware_products /:id
List all Terminal Hardware Products
GET / v1 / terminal / hardware_products
The TerminalHardwareProduct object Preview
Attributes
- id string Unique identifier for the object.
- object string, value is "terminal.hardware_product" String representing the object’s type. Objects of the same type share the same value.
- status enum The status of the terminal hardware product. Possible enum values
availableAvailable for new orders.unavailableCan no longer be used for order creation. - type string The type of product.
- unavailable _ after nullable integer If all the SKUs for this product have an unavailable_after then this is the max unavailable_after in the related setting timestamp. Otherwise, null.
The TerminalHardwareProduct object
{ "id": "thpr_MJfotcxYT5Hwsm", "object": "terminal.hardware_product", "status": "available", "type": "bbpos_wisepos_e", "unavailable_after": null}
Retrieve a Terminal Hardware Product Preview
GET / v1 / terminal / hardware_products /:id
Retrieves a TerminalHardwareProduct object.
Parameters
No parameters.
Returns
Returns a TerminalHardwareProduct object if a valid identifier was provided.
cURL
Response
{ "id": "thpr_MJfotcxYT5Hwsm", "object": "terminal.hardware_product", "status": "available", "type": "bbpos_wisepos_e", "unavailable_after": null}
