beel_get_product
Retrieve detailed information about a specific product by providing company UUID and product UUID. Use it to fetch product data needed for managing or verifying invoice line items.
Instructions
Retrieves the details of a product of this company.
Endpoint: GET /v1/companies/{company_id}/products/{product_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier (UUID) of the company the operation acts on — its identifier, not its NIF. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A company you do not reach answers `403`, and so does a company that does not exist, so the existence of a company in another account is never disclosed. | |
| product_id | Yes | Product unique UUID |