9 lines
394 B
Markdown
9 lines
394 B
Markdown
# 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](https://idomods.pl/)** • 2026 |