Home > @vsf-enterprise/bigcommerce-api > ProductsPaginationParameters
# ProductsPaginationParameters interface
Definition of products request pagination related parameters Separated cause of functions only be needing pagination parameters
Signature:
export interface ProductsPaginationParameters
# Properties
Property | Type | Description |
---|---|---|
limit? | number | (Optional) Controls the number of items per page in a limited (paginated) list of products. |
page? | number | (Optional) Specifies the page number in a limited (paginated) list of products. |