# Products ## Get the stock keeping units (article numbers) relevant to jay. - [GET /shops/products](https://docs.jay-metadata.com/apis/product/latest/openapi/products/queryproductstomonitor.md): Retrieves the stock keeping units (article numbers) relevant to jay. The response is paginated and returns a list for each language/country combination. ## Add a product description. - [POST /shops/products](https://docs.jay-metadata.com/apis/product/latest/openapi/products/addproductdescription.md): Add the full description for a product including all variants (e.g. sizes) associated to it. ## Update the volatile information for multiple products. - [PATCH /shops/products](https://docs.jay-metadata.com/apis/product/latest/openapi/products/updateproductstocks.md): Update the volatile information (stock count, price, etc.) for multiple main products and product variants in one step. The products are identified by their stock keeping unit (article number), language and country.