Petfen
  1. Client
Petfen
  • Petfen-Account
    • APIs
      • Shipping Address
        • Get List Shipping Address
        • Get Detail Shipping Address
        • Get Default Address
        • Create Shipping Address
        • Update Shipping Address
        • Delete Shipping Addres
      • Seller
        • Verify Phone Number
        • Confirm Phone Number
        • Create Shop
        • Login
        • Renew Access Token Copy
        • Change Password Copy
        • Forgot Password Copy
        • Confirm Forgot Password Copy
        • Logout Copy
      • User Bag
        • Add Item To Bag
        • List Item In Bag
        • Use Item
        • Undo Item To Bag
      • User
        • Register
        • Confirm Register with OTP
        • Login
        • Renew Access Token
        • Change Password
        • Forgot Password
        • Verify OTP Forgot Password
        • Resend OTP Forgot Password
        • Confirm Forgot Password
        • Logout
        • Get Account Info
        • List Accounts
        • Update Account
      • Shop
        • Get shop info
        • Follow Shop
        • UnFollow Shop
    • CMS
  • Petfen-Product
    • CMS
      • Internal CMS
        • Product
      • Product
      • Category
      • FlashSale
        • Get List Flash Sale
        • Create Flash Sale
        • Update Flash Sale
        • Get Detail Flash Sale
    • Client
      • Flash Sale
        • Get List Flash Sale
        • Get List Flash Sale Active
        • Get Detail Flash Sale
      • Category
        • Get List Category
        • Get Detail Category
      • Add Wishlist
        POST
      • Remove Wishlist
        POST
      • Get List Product
        GET
      • Get Detail Product
        GET
      • Get Detail Product By Id
        GET
      • Add Review
        POST
      • Get List Review
        GET
      • Get Shipping Methods List
        GET
      • Get Review Distribution
        GET
      • Get Filter Data
        GET
    • Seller
      • Product
  • Petfen-Order
    • Order - Create
      POST
    • Order - Cancel
      POST
    • Order - Update
      PUT
    • Order - List
      GET
    • Order - Detail
      GET
    • Cart - Sync
      POST
    • Cart - List
      GET
    • Order - Detail With Payment Id
      GET
    • Order statistic
      GET
  • Petfen-Payment
    • Request Payment
    • Confirm Payment
  • Petfen-voucher
    • Cms
      • Customer Group
        • Create Customer Group
        • Update Customer Group
        • Get Customer Group
        • Detail Customer Group
        • Delete Customer Group
      • Voucher
        • Create Voucher
        • Get Detail Voucher
        • Get List Voucher
    • Client
      • Get Voucher info
      • Get List Voucher
      • Get voucher code available
      • Calculate Discount
      • Check Voucher Valid
  • Petfen-Shipping
    • GHN
      • Delivery
        • Get Province
        • Get Station
        • Get Print Order Token
        • Print Order
        • Get District
        • Get Ward
        • Picking Shifts
        • Delivery Service
        • Calculate Delivery Fee
        • Calculate Expected Delivery Time
        • Create Order
        • Update Order
        • Cancel Order
        • Return Order
        • Get Order Info
        • Update COD
      • Support Ticket
        • Create Support Ticket
        • Get List Ticket
        • Get Ticket Detail
    • Service
      • Delivery
        • Get Province
        • Get District
        • Get Ward
        • Get Picking Shift
        • Get Order Info
        • Delivery Method
        • Calculate Delivery Fee
        • Calculate Expected Delivery Time
        • Create Order
        • Update Order
        • Cancel Order
        • Print Order
        • Return Order
        • Delivery Again
        • Update COD
      • Support Ticket
        • Create
        • Feedback
        • Get List
        • Get Detail
      • IPN Transaction
    • Ahamove
      • Order APIs
        • Estimate order fee with services
        • Estimate order fee with services
        • Estimate order fee with group services
        • Estimate order fee with group services
        • Create order by service ID
        • Create order by service ID
        • Create order by group service ID
        • Create order by group service ID
        • Cancel order by order_id
        • Cancel order by order_id
        • Cancel order by tracking_number
        • Cancel order by tracking_number
        • Get order detail
        • Get order detail
        • Get multiple order detail
        • Get multiple order detail
        • Get order list by tracking number
        • Get order list by tracking number
        • Get order tracking link
        • Get order tracking link
        • Get order callback logs
        • Get order callback logs
        • Update order Information
        • Update order Information
        • Rate a supplier
        • Rate a supplier
      • Master Data
        • Get cities
        • Get cities
        • Get list of services
        • Get list of services
        • Get service details
        • Get service details
      • Account APIs
        • Register account
        • Register account
        • Authenticate token
        • Authenticate token
        • Add child account
        • Add child account
        • Activate child account
        • Activate child account
        • Remove child account
        • Remove child account
        • Get child accounts list
        • Get child accounts list
        • Update user profile
        • Update user profile
    • Get list providers
    • Get list Provinces
    • Get list communes
    • Get list methods
  • Testing
  • Petfen-Invoice
    • S-Invoice
      • Login
      • SInvoice - Create invoice
      • SInvoice - Kê khai thuế
      • SInvoice - Lấy file hóa đơn chuyển đổi (pdf)
    • Partner
      • Auth Login
      • Create Invoice
      • Create Draft Invoice
      • Download Invoice File
      • Get Invoices
      • Cancel Invoice
      • Tax Declaration
      • Invoice Stat
      • Reconciliation
    • Service
      • Create Invoice
      • Update Invoice
      • Download Invoice
      • Cancel Invoice
      • Update Tax Declaration
      • Get Invoices
      • Get Invoice Stat
      • Reconciliation
  • Interal
    • Internal - Get access token
  1. Client

Add Review

Developing
POST
/api/v1/product/review/add

Request

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

Example
{
    "product_id": 0,
    "order_id": 0,
    "rating": 0,
    "review": "string",
    "image": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://petfen-product.local.com:8082/api/v1/product/review/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "product_id": 0,
    "order_id": 0,
    "rating": 0,
    "review": "string",
    "image": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "account_code": "e177cc1e-685e-4b18-bfcc-8c65f1e805f8",
    "created_at": "0001-01-01T00:00:00Z",
    "image": "https://avatars.githubusercontent.com/u/38449271",
    "order_id": 3,
    "product_id": 16,
    "rating": 4,
    "review": "good jobs"
}
Modified at 2025-02-14 08:54:11
Previous
Get Detail Product By Id
Next
Get List Review
Built with