Home > @vsf-enterprise/bigcommerce-api > GetProductReviewCollectionQuery
# GetProductReviewCollectionQuery interface
Optional properties to get product review collection.
Signature:
export interface GetProductReviewCollectionQuery
# Properties
Property | Type | Description |
---|---|---|
exclude_fields? | string | (Optional) Fields to exclude, in a comma-separated list. The specified fields will be excluded from a response. The ID cannot be excluded. |
include_fields? | string | (Optional) Fields to include, in a comma-separated list. The ID and the specified fields will be returned. |
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. |
status? | number | (Optional) Filter items by status. 1 for approved, 0 for pending. |