Home > @vsf-enterprise/commercetools-api > AddReviewParams
# AddReviewParams interface
Parameters for the addMultipleToMyShoppingList
API endpoint
Signature:
export interface AddReviewParams
# Properties
Property | Type | Description |
---|---|---|
draft | ReviewDraft | Review information, such as author, rating, title and description |
limit? | number | (Optional) Pagination limit |
offset? | number | (Optional) Pagination offset |
productId | string | ID of the parent product |
sort? | string | (Optional) Sorting options. You can read more here (opens new window) |
where? | string | (Optional) Custom where query |