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}
List all Terminal Hardware Products Preview
GET / v1 / terminal / hardware_products
List all TerminalHardwareProduct objects.
Parameters
- status enum Only return products that have the given status. Defaults to available. Possible enum values
availableAvailable for new orders.unavailableCan no longer be used for order creation.
More parameters
- ending _ before string
- limit integer
- starting _ after string
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.
cURL
Response
