# View product **GET /api/rest/product/{productIdentifier}** Retrieves product details by SKU or UPC. Requires a valid JWT Bearer token. Note: If the product is not found, the API returns 200 with `producto: []`. ## Servers - Production: https://cerebro.techrayo.com (Production) - QA Sandbox: https://qa.cerebro.techrayo.com (QA Sandbox) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **productIdentifier** (string) Product SKU or UPC ## Responses ### 200 Product query executed successfully #### Body: application/json (object) - **producto** (array[object]) ### default Unexpected error #### Body: application/json (object) - **error** (string) - **code** (string) - **path** (string) [Powered by Bump.sh](https://bump.sh)