Products
Get product
Retrieve one product.
GET/v1/products/{product_id}
Parameters
| Parameter | Description |
|---|---|
| product_idstring · pathrequired | No description in the spec. |
| expandstring | null · queryoptional | At most 256 characters. |
Returns
Returns a ProductResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the products:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other products operations
- List products GET /v1/products
- Create product POST /v1/products
- Update product POST /v1/products/{product_id}
BillKit