Id |
string |
Primary key |
[optional] [default to null] |
Categories |
string |
Comma seperated string of the product categories |
[optional] [default to null] |
Currency |
string |
The currency the product is listed in |
[optional] [default to null] |
Handle |
string |
The full URL to the product on the store |
[optional] [default to null] |
ImageSourceUrl |
string |
The URL to the Product's image |
[optional] [default to null] |
ImageThubnail |
string |
The URL to the Product's thumbnail |
[optional] [default to null] |
IsDownloadable |
bool |
If the product is downloadable |
[optional] [default to null] |
IsVirtual |
bool |
If the Product is virtual |
[optional] [default to null] |
KeywordLocked |
bool |
If the product has had a keyword set against it |
[optional] [default to null] |
OutStock |
bool |
If the product is out of stock |
[optional] [default to null] |
Price |
float32 |
The price of the product |
[optional] [default to null] |
PriceCompare |
float32 |
The price compare for sale items |
[optional] [default to null] |
ProductTags |
[]string |
Array of the product tags |
[optional] [default to null] |
PublishedAt |
time.Time |
The date the product was published |
[optional] [default to null] |
RefId |
string |
The Products's external reference Id |
[optional] [default to null] |
Sku |
string |
Product's sku |
[optional] [default to null] |
Source |
string |
The Product's integration source |
[optional] [default to null] |
Tags |
string |
Comma delimited string of tags |
[optional] [default to null] |
Title |
string |
The product title |
[optional] [default to null] |
Type_ |
string |
If the product is a simple or variable type product |
[optional] [default to null] |
UserId |
string |
Connected user id |
[optional] [default to null] |
Variants |
[]ProductVariants |
Array of product variants |
[optional] [default to null] |
Vendor |
string |
The vendor connected to the Product |
[optional] [default to null] |