eGroceries

eGrocery_GF_Feed_Template.csv

Field
Description
Format
Example
Usage

sku

Product's unique identifier

String (up to 256 characters)

12345

group_id

Product group identifier — variants of a single product distinguished by certain attributes

String (up to 256 characters)

12345

name

Product name (as it is shown in the widget)

String (up to 1000 characters)

Alpro Barista Coconut 1L

url

Link to the product

String (up to 1000 characters)

https://www.egrocery.com/product/alpro-barista-coconut-1l--306634

price

Price

Float

3.80

in_stock

Stock availability

Boolean

TRUE / FALSE

image_url

Product image link

String (up to 1000 characters)

https://media.egrocery.com/products/x956/4m/gc/3moz6iwdux24eksd27lyi7nok575gc4m.jpeg

categories

Categories the product belongs to, from the broadest to the most specific

String (separator "|" with no extra spaces, up to 1000 characters)

Fresh & Chilled Food|Dairy & Eggs|Milk Alternatives

keywords

Additional product information separated using "|". Filling in this property is necessary for calculating product similarity scoring (only used for the Similarity strategy). Keywords should be specified from general to specific (or from the most important to the least important), as the system will exclude the last word if the entire set does not match. For example, if the set of keywords is "Outerwear|Women's|Coats|Black" - if no products have the exact same set, the system will search for products with keywords "Outerwear|Women's|Coats" and so on, until only the first keyword remains.

String (separator "|" with no extra spaces, up to 1000 characters)

UK|Alpro|Organic|Vegan

old_price

Price before discount

String (up to 1000 characters)

4.2

review_count

Amount of reviews for product

String (up to 1000 characters)

879

rating

Product star rating

String (up to 1000 characters)

4.5

is_sale

Attribute indicating that the product is discounted

String (up to 1000 characters)

TRUE

sale_badge_url

Sale badge image link

String (up to 1000 characters)

https://web.com/sale_badge.jpg

is_bestseller

Attribute indicating that the product is a bestseller

String (up to 1000 characters)

TRUE

bestseller_badge_url

Bestseller badge image link

String (up to 1000 characters)

https://web.com/bestseller_badge.jpg

is_new

Attribute indicating that the product is new

String (up to 1000 characters)

TRUE

new_badge_url

New badge image link

String (up to 1000 characters)

https://web.com/new_badge.jpg

in_stock_status

Relative product stock availability

String (up to 1000 characters)

low

margin_group

Relative product margin

String (up to 1000 characters)

3

brand

Brand

String (up to 1000 characters)

Alpro

periodic

Attribute indicating that the product tends to be purchased on a regular basis

String (up to 1000 characters)

TRUE

global_category

Top level category

String (up to 1000 characters)

food

is_hypoallergic

Attribute indicating that the product is hypoallergic

String (up to 1000 characters)

TRUE

is_vegan

Attribute indicating that the product is suitable for vegans

String (up to 1000 characters)

TRUE

price_grade

Relative price grade within category (denoting if it’s a cheap smartphone or an expensive smartphone)

String (up to 1000 characters)

high

Last updated

Was this helpful?