---
title: "Edit Product Invitations"
method: PUT
path: "/product/invitation/{id}"
tags: ["Product Review Invitations"]
---

# Edit Product Invitations

`PUT /product/invitation/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `store` string, required
- `apikey` string, required

## Request body

- object — Product Review Invitation
  - `name` string — Customer Name
  - `email` string — Customer Email Address
  - `order_id` string — Customer Order Reference
  - `template_id` string — Invitation email template id
  - `phone` string — Customers mobile phone number
  - `date_send` string — Time email to be sent
  - `country_code` string — Alpha-2 country code of customer
  - `branch` string — The branch name
  - `products` InvitationProduct[] — Products
    - `sku` string, required — Product Identifier
    - `name` string — Product Name
    - `imageUrl` string — Product Image
    - `pageUrl` string — Product Page URL
    - `gtin` string — GTIN
    - `mpn` string — MPN
    - `description` string — description
    - `category` string — category
    - `lookup` string — Product Group - groups product reviews together
  - `status` 'active' | 'inactive' — The status of the product invitation

## Response `200`

OK

- object
  - `success` string — If the request succeeded
  - `message` string — Plaintext information on the changes made.

---

[API](https://skmtc.net/reviews/apis/reviews-io-api.md) · [All operations](https://skmtc.net/reviews/apis/reviews-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviews/reviews-io-api/versions/ea87e0d855cc/schema)
