GetProductReviewCollectionQuery
Optional properties to get product review collection.
interface GetProductReviewCollectionQuery {
exclude_fields?: string;
include_fields?: string;
limit?: number;
page?: number;
status?: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
exclude_fields | Optional | string | Fields to exclude, in a comma-separated list. The specified fields will be excluded from a response. The ID cannot be excluded. |
include_fields | Optional | string | Fields to include, in a comma-separated list. The ID and the specified fields will be returned. |
limit | Optional | number | Controls the number of items per page in a limited (paginated) list of products. |
page | Optional | number | Specifies the page number in a limited (paginated) list of products. |
status | Optional | number | Filter items by status. 1 for approved, 0 for pending. |