Contain all the queries asked by customers regarding a product through the product enquiry form.
Value | Description |
---|---|
product Type: string | Name of the product. |
sku Type: string | |
email Type: string Required | Email id of the customer. |
quantity Type: number | Quantity of the product. |
message Type: string | The query provided by the customer. |
contact Type: string | Contact number of the customer. |
notify_me Type: boolean | Enable the flag if you want to get notification every time a product enquiry is received. |
created_on Type: datetime | Date and time at which the query was created. |
product_id Type: string | The id of the product. |
seller_id Type: string | The id of the seller to which the product belongs. |
image Type: file |