Home > @vsf-enterprise/bigcommerce-api > GetProductsByIdParameters
# GetProductsByIdParameters interface
Definition of graphql parameters for getting products by id
Signature:
export interface GetProductsByIdParameters extends BaseParameters
Extends: BaseParameters
# Properties
| Property | Type | Description |
|---|---|---|
| currencyCode? | CurrencyCode | (Optional) Currency Code e.g USD, GBP, EUR |
| entityIds? | number[] | (Optional) Products Entity ID e.g (117, 144, 12) |
| hideOutOfStock? | boolean | (Optional) Determine if the list should hide out of stock items |
| ids? | string[] | (Optional) Products GraphQL Key/IDs e.g (8sdf7df7df8, 8fg74hhdd) |
| optionsLimit? | number | (Optional) Limit the number of options returned |
| variantsLimit? | number | (Optional) Limit the number of variants returned |