# P31 - Get products for a list of product references Note: this resource returns 100 products maximum Results are sorted by product sku asc, then by product identifier type asc and then by product identifier ascCall FrequencyRecommended usage: At each product page displayMaximum usage: At each product page displayLocalizationThis resource supports locale parameter (see documentation)Localized output fields will be highlighted with an icon: Endpoint: GET /api/products ## Query parameters: - `product_references` (string, required) List of the product's identifiers with type, (structure: "product_references=<productIdType>|<productId>,<productIdType>|<productId>, ...") where accepted <productIdType> are operator’s product references, like EAN or UPC for example. Note that SHOP_SKU or SKU are invalid <productIdType> for this API. - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. - `products` (string) List of the product's identifiers with type, (structure: "products=<productId>|<productIdType>,<productId>|<productIdType>, ...") where accepted <productIdType> are operator’s product references, like EAN or UPC for example. Note that SHOP_SKU or SKU are invalid <productIdType> for this API. ## Response 200 fields (application/json): - `products` (array, required) Products list - `products.category_code` (string, required) Product category code - `products.category_label` (string, required) Product category label - `products.product_id` (string, required) Product ID - `products.product_id_type` (string, required) Product ID type - `products.product_sku` (string, required) Product SKU - `products.product_title` (string, required) Product title - `total_count` (integer, required) Total count