Home > @vsf-enterprise/bigcommerce-api > GetProductsByCategoryParameters
# GetProductsByCategoryParameters interface
Definition of graphql parameters for getting products by category
Signature:
export interface GetProductsByCategoryParameters extends BaseParameters
Extends: BaseParameters
# Properties
Property | Type | Description |
---|---|---|
before? | string | (Optional) Cursor-pointer to determine the page the user is in which is before the ID/value |
entityId | number | Category Entity Id |
hideOutOfStock? | boolean | (Optional) Determine if the list should hide out of stock items |
sortBy? | CategoryProductSort | (Optional) Products ID |