Files
helper-functions/get-all-single-products/README.md

394 B

Get all Products

Function that get array of product id's as an argument and uses that to get their data. It uses graphql "product" method to get every product individually to make sure it gets all products, even those with no product in warehouse.

Usage

const products = await idmGetAllSingleProd([123,234,345,456])

Created by • IdoMods • 2026