Retrieves a TerminalHardwareProduct object.
Parameters
No parameters.
Returns
Returns a TerminalHardwareProduct object if a valid identifier was provided.
Response
{ "id": "thpr_MJfotcxYT5Hwsm", "object": "terminal.hardware_product", "status": "available", "type": "bbpos_wisepos_e", "unavailable_after": null}List all TerminalHardwareProduct objects.
Parameters
- statusenum
Only return products that have the given status. Defaults to available.
Possible enum valuesavailableAvailable for new orders.
unavailableCan no longer be used for order creation.
More parameters
- ending_
beforestring - limitinteger
- starting_
afterstring
Returns
A dictionary with a data property that contains an array of terminal hardware products. Each entry in the array is a separate Product object.
Response
{ "object": "list", "url": "/v1/terminal/hardware_products", "has_more": false, "data": [ { "id": "thpr_MJfotcxYT5Hwsm", "object": "terminal.hardware_product", "status": "available", "type": "bbpos_wisepos_e", "unavailable_after": null } ]}