Home > @vsf-enterprise/bigcommerce-api > ReviewRating
# ReviewRating type
The rating of the product review. Must be one of 0, 1, 2, 3, 4, 5.
Signature:
export declare type ReviewRating = 0 | 1 | 2 | 3 | 4 | 5;
Home > @vsf-enterprise/bigcommerce-api > ReviewRating
The rating of the product review. Must be one of 0, 1, 2, 3, 4, 5.
Signature:
export declare type ReviewRating = 0 | 1 | 2 | 3 | 4 | 5;
On this page