Home > @vsf-enterprise/bigcommerce-api > ProductsResponse
# ProductsResponse interface
Product collection response.
Signature:
export interface ProductsResponse
# Properties
| Property | Type | Description |
|---|---|---|
| data | Product[] | Collection of products. |
| meta | MetaCollection | Data about the response, including pagination and collection totals. |