From a36a70262579b3243c5a0e10488f677da8a42e55 Mon Sep 17 00:00:00 2001 From: M SHAH Date: Wed, 14 Jul 2021 15:23:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=20docs=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../interfaces/api_model_product.Product.html | 425 ++++++++++++++++++ 1 file changed, 425 insertions(+) create mode 100644 docs/interfaces/api_model_product.Product.html diff --git a/docs/interfaces/api_model_product.Product.html b/docs/interfaces/api_model_product.Product.html new file mode 100644 index 0000000000..8e295c5ff3 --- /dev/null +++ b/docs/interfaces/api_model_product.Product.html @@ -0,0 +1,425 @@ + + + + + + Product | @open-wa/wa-automate - v4.10.0 + + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface Product

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Product +
  • +
+
+
+

Index

+
+ +
+
+
+

Properties

+
+ +

Optional additionalImageCdnUrl

+
additionalImageCdnUrl: string[]
+ +
+
+

Array of URLs of the other images of the product. Does not include the main image.

+
+
+
+
+ +

Optional availability

+
availability: number | "unknown"
+ +
+
+

The availiable quantity of this product.

+
+
+
default
+

`"unknown"``

+
+
+
+
+
+ +

Optional catalogWid

+
catalogWid: string
+ +
+
+

The id of the catalog in which this product is located.

+
+
+
+
+ +

currency

+
currency: string
+ +
+
+

The ISO 4217 3 letter currency code. E.g (Swedish krona) + SEK

+
+
+
+
+ +

Optional description

+
description: string
+ +
+
+

The description of the product.

+
+
+
+
+ +

id

+
id: string
+ +
+
+

Product ID

+
+
+
+
+ +

Optional imageCdnUrl

+
imageCdnUrl: string
+ +
+
+

The url of the main image of the product.

+
+

NOTE: If downloading manually, the filetype must be changed to .jpg to view the image.

+
+
+
+ +

Optional imageCount

+
imageCount: number
+ +
+
+

The number of images of the product.

+
+
+
+
+ +

Optional isHidden

+
isHidden: boolean
+ +
+
+

true if the product is hidden from public view.

+
+
+
+
+ +

Optional name

+
name: string
+ +
+
+

The name of the product.

+
+
+
+
+ +

Optional priceAmount1000

+
priceAmount1000: number
+ +
+
+

The price of the product in 1000 units.

+
+
+
+
+ +

Optional retailerId

+
retailerId: string
+ +
+
+

The custom id of the product.

+
+
+
+
+ +

Optional reviewStatus

+
reviewStatus: "NO_REVIEW" | "PENDING" | "REJECTED" | "APPROVED" | "OUTDATED"
+ +
+
+

The review status of the product

+
+
+
+
+ +

Optional t

+
t: number
+ +
+
+

The timestamp when the product was created / 1000

+
+
+
+
+ +

Optional url

+
url: string
+ +
+
+

The URL of the product.

+
+
+
+
+
+ +
+
+ +
+ + + + \ No newline at end of file