API Reference

Fields in Product Comments Response

Fields available in the product comments response

📘

If it's not documented, it's not supported.

Fields that are visible but not documented are for internal usage

Fields in List Item Comment Response

{
  "cid": "System generated comment id",
  "lid": "List id for the comment",
  "empi": "Product ID",
  "epi": "Product Variant ID",
  "txt": "Comment text",
  "via": "set as 'email' if comment received via email",
  "cby": "Created by email address",
  "uby": "Updated by email address",
  "cts": "Created at in milliseconds",
  "userinfo": {} // userinfo for the comment adder
}

Argument

Type

Description

cid

string

Comment id - system generated guid for the comment

lid

string

List id - system generated guid for the list

epi

number/string

Variant id of the product

empi

number/string

Product id of the product

via (optional)

string

set as email if comment was received via email, else undefined

txt

string

Comment content

cprops
(optional)

object

Optional. Map of custom fields

cts

number

Created time at in milliseconds

cby

string

Email address of the user who added the commentDefaults to 1. Quantity included for the action

userinfo

Object

User info of the comment adder

userinfo.em

string

Email address of the adder

userinfo.fname

string

First name of the adder

userinfo.lname

string

Last name of the adder