Ejoyshop
  1. reviews
Ejoyshop
  • Customer
    • Shops
      • Fetch Shops
      • Fetch Specific Shop
      • Book Appointment
    • Auth
      • Signup-email-password
      • Signup-google auth
      • Get user Role and Info
      • New Request
      • Update Profile
      • Reset Password Send OTP
      • Reset Password OTP Verification
      • Reset Password Update new password
    • Meetings
      • Fetch meeting slots
      • book meet
      • Fetch Invited Meets
      • Fetch Meetings for specific users
      • Join Meet
      • Fetch Meetings
    • Categories|sub-categories|languages|occasions|genders
      • Fetch categories
      • Fetch Sub-categories
      • Fetch Languages
      • Fetch Occassions
    • Offers
      • Fetch offers
    • Credits
      • Fetch credits plans
      • Create Pg order
      • Fetch user credit transactions
    • Order
      • Fetch order by id
      • Fetch order by id Copy
      • Fetch Orders
      • Updated Order status
      • Update order delivery address
      • Track Order
    • Address
      • Add address
      • Delete address
      • Mark Address as default
      • Fetch addresses
      • Fetch specific address
    • Favourite Shops
      • Add favourite shop
      • Fetch Favourite shops
      • Delete Favourite Shop
    • Support
      • Add support
      • Update support
      • Fetch supports
      • Fetch Specific Support
    • Fetch Customers list
  • Admin
    • Shipment
      • shipment track
    • Auth
      • Fetch admin details
      • Update account status
    • vendors
      • Fetch all vendor without pagination
  • Product
    • Create Product
    • Update the product
    • Patch Product
    • Fetch Product by id
    • fetch products
    • Delete Product
    • fetch premium products
    • fetch products by vendor id
  • SubscriptionPlans
    • Create Subscription Plan
    • Update Subscription Plan
    • Patch Subscription
    • get subscription by id
    • get subscriptions
    • Delete subscription id
    • Subscription Plan Purchase
  • general
    • Generate presigned url
    • Payment webhook test
  • Stitching Service
    • Create Stitching Service
    • Update Stitching Service
    • Patch stitching service invoice
    • Fetch the invoices
    • Fetch the invoices by id
  • settings
    • Update hero banners
    • Fetch hero banners
    • create hero banners
    • Fetch specific hero banner
    • Delete hero banner
  • reviews
    • Add order review
      POST
    • Update order review
      PUT
    • Fetch all order feedbacks
      GET
    • Fetch order review by id
      GET
    • Delete order review
      DELETE
    • Add order review reply
      POST
    • Update order review reply
      PUT
    • Delete order review reply
      DELETE
    • Fetch order review by order id
      GET
    • Add Customer review
      POST
    • Update Customer review
      PUT
    • Fetch all customers feedbacks
      GET
    • Fetch customer review by customer id
      GET
    • Delete customer review
      DELETE
    • Add customer review reply
      POST
    • Update customer review reply
      PUT
    • Delete customer review reply
      DELETE
    • Fetch customer review metrics
      GET
    • Add meet review
      POST
    • Update order review
      PUT
    • Fetch all meet feedbacks
      GET
    • Fetch meet review by id
      GET
    • Add meet review reply
      POST
    • Update meet review reply
      PUT
    • Fetch meet review by meet id
      GET
    • Fetch meet review metrics
      GET
    • Delete meet review
      DELETE
    • Delete meet review reply
      DELETE
    • Fetch order review metrics
      GET
    • Top 10 platform review
      GET
    • get top 10 review of meet & order
      GET
  • Referral
  • WalletTxn
    • get all customer wallet transaction
    • get-all-referral
    • get single user referral
    • get single Transaction
  • verification
    • send mobile verification otp
    • verify mobile verification otp
    • resend mobile verification otp
    • send email verification otp
    • verify otp for mail
  • GEO Location
    • fetch all country
    • fetch all state
    • fetch all cities
    • fetch all postal code
  • Order
  • chat-service
    • Fetch user
    • Fetch chat rooms for user
    • Fetch unseen counts for user
    • Fetch messages by chat id
    • Fetch read-receipt for msg
    • Fetch chat id info
  • Offers
    • get all feature offers
    • update premium offers
    • Update offer
    • delete offer
  1. reviews

Add customer review reply

Developing
POST
/reviews/{id}/customers/reply

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Body Params application/json

Example
{
    "text": "Non valetudo varius aestus talio. Alo conatus vox. Nihil denuo in collum.\nComptus adulatio substantia colo. Culpo conatus adfero armarium. Demens armarium cunae ciminatio celo.\nVerbera voro vindico. Cunae absorbeo audacia acervus denuo dignissimos corpus ad. Tergum cogito somnus deorsum conqueror."
}

Responses

🟢200Success
application/json
Body

Example
{}
🔴500Server Error
🟠404Not found response
🟠400Bad Request Response
Modified at 2025-07-28 11:43:56
Previous
Delete customer review
Next
Update customer review reply
Built with