Create review (synchronous)Ask AIpost https://api.yotpo.com/reviews/dynamic_createNote: This method is recommended for development only.Body ParamsappkeystringrequiredThe store IDdomainstringThe account domainskustringrequiredThe ID of the product on your site. This parameter supports alphanumeric (a...z, A...Z, 0...9), "_" and "-" characters.product_titlestringrequiredThe title of the productproduct_descriptionstringThe description of the productproduct_urlstringThe url of the product on your ecommerce siteproduct_image_urlstringThe url of the product imagedisplay_namestringrequiredThe name of the revieweremailstringrequiredThe email of the revieweris_incentivizedbooleanIndicates if the review comes from an incentivized source (for example, a product sampling company)truetruefalsereview_contentstringrequiredThe content of the reviewreview_titlestringrequiredThe title of the reviewreview_scorestringrequiredThe review scoresignaturestringRelevant only for customers using the Trusted Vendors feature. The signature is the hexadecimal representation of a computed Hash-based Message Authentication Code, using SHA256 as the cryptographic function (HMAC-SHA256). The secret for the function is the account secret.time_stampstringRequired for customers using the Trusted Vendors feature. Unix timestamp.submission_time_stampstringRelevant only for customers using the Trusted Vendors feature. The date the review was created (if not today). Can be up to 7 days in the past. If you want to add a creation date that is more than 7 days in the past, please contact supportreviewer_typestringRequired for customers using the Trusted Vendors feature. Possible values: verified_buyer or verified_reviewerdelivery_typestringThe type of delivery designated for this purchase e.g. express, expedited, standarduser_referencestringExternal user id, can be used later on to retrieve reviews associated with this userimage_urlsarray of stringsThe URLs of images associated with the review. You can upload up to 5 images per review.image_urlsADD stringorder_metadataobjectorder_metadata objectproduct_metadataobjectproduct_metadata objectcustomer_metadataobjectcustomer_metadata objectResponses 200200 400400Updated 8 months ago