TrustWILL
    • Reviews Widget Integration
    • Reviews Data API
      • Trustoo Open API — Quick Start
      • OAuth2
        • OAuth2 Merchant Authorization
        • Get OAuth2 Authorization URL
        • OAuth2 Get / Refresh Access Token
        • Revoke Token
      • Platform Management
        • Disconnect Platform Authorization
        • Get Shop Authorization Info
        • Get Shop Installation Status
        • Cancel Platform Authorization
      • Webhooks
        • Create Shop Webhook
        • Update Shop Webhook
        • Delete Shop Webhook
        • Get Shop Webhooks
      • Reviews
        • Get Review Detail
        • Get Review List
        • Create Review
        • Delete Review
        • Get Rating
      • Media Upload
        • Get Video Upload URL
        • Get Image Upload Credentials
      • Orders
        • Get Order List
      • Customer Events
        • Get Customer Event List
      • Customers
        • Email Unsubscribe
        • Create Customer Exclusion
        • Delete Customer Exclusion
        • Get Customer Exclusion List
    • Schemas
      • SuccessResponse
      • ErrorResponse
      • Pagination
      • OAuthTokenRequest
      • Webhook
      • CreateReviewRequest
      • Review
      • Rating
      • Order
      • CustomerEvent
      • CustomerExclusion
      • ImageUploadCredentials

    CreateReviewRequest

    {
        "order_id": 0,
        "product_id": 0,
        "rating": 1,
        "author": "string",
        "author_email": "[email protected]",
        "author_phone": "string",
        "author_country": "string",
        "title": "string",
        "content": "string",
        "commented_at": "string",
        "item_type": "string",
        "variant_id": 0,
        "source": "CSV uploaded",
        "tag": "string",
        "is_verified": 0,
        "is_featured": 0,
        "is_published": 0,
        "is_top": 0,
        "media": [
            {
                "url": "string",
                "thumbnail_url": "string",
                "type": 0
            }
        ],
        "reply": {
            "content": "string",
            "reply_at": "string"
        }
    }
    Built with