# View product stock by identifier **GET /api/rest/product/{productIdentifier}/stock** Retrieves stock information for a product by identifier. `productIdentifier` can be either SKU or UPC. Requires a valid JWT Bearer token. ## 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 Stock retrieved successfully #### Body: application/json (object) - **inventario** (array[object]) ### default Unexpected error #### Body: application/json (object) - **error** (string) - **code** (string) - **path** (string) [Powered by Bump.sh](https://bump.sh)