vuestorefront / vue-storefront

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.6k stars 2.08k forks source link

No products found! after node --harmony cli.js fullreindex #644

Closed roboto-cloud closed 6 years ago

roboto-cloud commented 6 years ago

Hi, someone know why don't get the products? the categories was success synced...

thanks in advance,

pkarw commented 6 years ago

I belive we have to update the fullreindex (good topic for the PR) to do the following sequence of commands (the order is important):

node cli.js taxrules
node cli.js attributes
node cli.js categories
node cli.js productcategories
node cli.js products

after this sequence you can just run

node cli.js products

to update the products. The key thing here is to synchronize categories and THEN productcategories links, before synchronizing the products because productcategories populates the REDIS cache setting up proper cache keys with product-to-category assigments

roboto-cloud commented 6 years ago

if I use the sequence:

node cli.js taxrules
2018-02-09T10:36:45.363Z - error: I don't know how to: taxrules
pkarw commented 6 years ago

sorry, it should have been:

node cli.js taxrule
roboto-cloud commented 6 years ago

you need fix this error typo on: https://medium.com/@piotrkarwatka/vue-storefront-how-to-install-and-integrate-with-magento2-227767dd65b2

:)

pkarw commented 6 years ago

Yes, I've just fixed it - thanks :)

roboto-cloud commented 6 years ago

hi @pkarw, apologize for reopen this issue but I don't get product into vue-storefront... here some captures and the step by step what I'm following:


00_prod


01_prod


02_prod


screenshot from 2018-02-09 17-06-37


Step 0 get the tokers from magento and put it into: mage2vs/src/config.js vue-storefront-api/config/local.json

Step 1 clean node and run vue-storefront-api

rm -rf node_modules package-lock.json 
npm install
docker-compose up
npm run dev

Step 2 clean node, rebuild and run vue-storefront

rm -rf node_modules package-lock.json
npm install
npm run build
npm run dev

Step 3 get all from magento using mage2vs node cli.js taxrule && node cli.js attributes && node cli.js categories && node cli.js productcategories && node cli.js products

thanks in advance,

pkarw commented 6 years ago

Oh, we need to check how the elastic search index looks like. Could you please execute ‘rm var/catalog.json && npm run dump’ within vue-storefront-api and then send me the var/catalog.json to let me check this for you?

roboto-cloud commented 6 years ago

yes, here: :)

{"_index":"vue_storefront_catalog","_type":"attribute","_id":"79","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["simple","virtual","bundle","downloadable","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"website","attribute_id":79,"attribute_code":"special_from_date","frontend_input":"date","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Special Price From Date","frontend_labels":null,"backend_type":"datetime","backend_model":"Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate","is_unique":"0","validation_rules":[],"id":79,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"73","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":true,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"1","is_visible_in_advanced_search":"1","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"store","attribute_id":73,"attribute_code":"name","frontend_input":"text","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Product Name","frontend_labels":null,"backend_type":"varchar","is_unique":"0","frontend_class":"validate-length maximum-length-255","validation_rules":[],"id":73,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"84","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":84,"attribute_code":"meta_title","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Meta Title","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":84,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"89","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"store","attribute_id":89,"attribute_code":"thumbnail","frontend_input":"media_image","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Thumbnail","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":89,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"92","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["simple","virtual","bundle","downloadable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"website","attribute_id":92,"attribute_code":"tier_price","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Tier Price","frontend_labels":null,"backend_type":"decimal","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Tierprice","is_unique":"0","validation_rules":[],"id":92,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"98","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["simple","virtual","bundle","downloadable","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"store","attribute_id":98,"attribute_code":"minimal_price","frontend_input":"price","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Minimal Price","frontend_labels":null,"backend_type":"decimal","is_unique":"0","validation_rules":[],"id":98,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"105","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":105,"attribute_code":"category_ids","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Categories","frontend_labels":null,"backend_type":"static","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Category","is_unique":"0","validation_rules":[],"id":105,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"108","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"global","attribute_id":108,"attribute_code":"has_options","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"frontend_labels":null,"backend_type":"static","is_unique":"0","validation_rules":[],"id":108,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"126","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["bundle"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"global","attribute_id":126,"attribute_code":"price_view","frontend_input":"select","entity_type_id":"4","is_required":true,"options":[{"label":"Price Range","value":"0"},{"label":"As Low as","value":"1"}],"is_user_defined":false,"default_frontend_label":"Price View","frontend_labels":null,"backend_type":"int","source_model":"Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Price\\View","is_unique":"0","validation_rules":[],"id":126,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"99","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":99,"attribute_code":"visibility","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"Not Visible Individually","value":"1"},{"label":"Catalog","value":"2"},{"label":"Search","value":"3"},{"label":"Catalog, Search","value":"4"}],"is_user_defined":false,"default_frontend_label":"Visibility","frontend_labels":null,"backend_type":"int","source_model":"Magento\\Catalog\\Model\\Product\\Visibility","default_value":"4","is_unique":"0","validation_rules":[],"id":99,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"110","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":false,"scope":"store","attribute_id":110,"attribute_code":"small_image_label","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Small Image Label","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":110,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"119","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"store","attribute_id":119,"attribute_code":"url_key","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"URL Key","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":119,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"116","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":116,"attribute_code":"custom_layout","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"No layout updates","value":""},{"label":"Empty","value":"empty"},{"label":"1 column","value":"1column"},{"label":"2 columns with left bar","value":"2columns-left"},{"label":"2 columns with right bar","value":"2columns-right"},{"label":"3 columns","value":"3columns"}],"is_user_defined":false,"default_frontend_label":"New Layout","frontend_labels":null,"backend_type":"varchar","source_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout","is_unique":"0","validation_rules":[],"id":116,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"120","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"store","attribute_id":120,"attribute_code":"url_path","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":120,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"123","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["bundle"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"global","attribute_id":123,"attribute_code":"price_type","frontend_input":"boolean","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Dynamic Price","frontend_labels":null,"backend_type":"int","default_value":"0","is_unique":"0","validation_rules":[],"id":123,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"129","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["downloadable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"store","attribute_id":129,"attribute_code":"samples_title","frontend_input":null,"entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Samples title","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":129,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"132","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":132,"attribute_code":"gift_message_available","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"Yes","value":"1"},{"label":"No","value":"0"},{"label":"Use config","value":"2"}],"is_user_defined":false,"default_frontend_label":"Allow Gift Message","frontend_labels":null,"backend_type":"varchar","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean","source_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Boolean","is_unique":"0","validation_rules":[],"id":132,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"130","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["downloadable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"store","attribute_id":130,"attribute_code":"links_title","frontend_input":null,"entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Links title","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":130,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"78","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple","virtual","bundle","downloadable","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"global","attribute_id":78,"attribute_code":"special_price","frontend_input":"price","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Special Price","frontend_labels":null,"backend_type":"decimal","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price","is_unique":"0","validation_rules":[],"id":78,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"82","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple","virtual","bundle","downloadable","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":82,"attribute_code":"weight","frontend_input":"weight","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Weight","frontend_labels":null,"backend_type":"decimal","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Weight","is_unique":"0","validation_rules":[],"id":82,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"87","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"store","attribute_id":87,"attribute_code":"image","frontend_input":"media_image","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Base","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":87,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"88","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"store","attribute_id":88,"attribute_code":"small_image","frontend_input":"media_image","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Small","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":88,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"94","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"website","attribute_id":94,"attribute_code":"news_from_date","frontend_input":"date","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Set Product as New from Date","frontend_labels":null,"backend_type":"datetime","backend_model":"Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate","is_unique":"0","validation_rules":[],"id":94,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"96","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":96,"attribute_code":"gallery","frontend_input":"gallery","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Image Gallery","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":96,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"100","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":100,"attribute_code":"custom_design","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"-- Please Select --","value":""},{"label":"Magento Blank","value":"2"},{"label":"Magento Luma","value":"3"}],"is_user_defined":false,"default_frontend_label":"New Theme","frontend_labels":null,"backend_type":"varchar","source_model":"Magento\\Theme\\Model\\Theme\\Source\\Theme","is_unique":"0","validation_rules":[],"id":100,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"101","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":101,"attribute_code":"custom_design_from","frontend_input":"date","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Active From","frontend_labels":null,"backend_type":"datetime","backend_model":"Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate","is_unique":"0","validation_rules":[],"id":101,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"104","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":104,"attribute_code":"page_layout","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"No layout updates","value":""},{"label":"Empty","value":"empty"},{"label":"1 column","value":"1column"},{"label":"2 columns with left bar","value":"2columns-left"},{"label":"2 columns with right bar","value":"2columns-right"},{"label":"3 columns","value":"3columns"}],"is_user_defined":false,"default_frontend_label":"Layout","frontend_labels":null,"backend_type":"varchar","source_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout","is_unique":"0","validation_rules":[],"id":104,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"103","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":103,"attribute_code":"custom_layout_update","frontend_input":"textarea","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Layout Update XML","frontend_labels":null,"backend_type":"text","backend_model":"Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate","is_unique":"0","validation_rules":[],"id":103,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"113","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"global","attribute_id":113,"attribute_code":"updated_at","frontend_input":"date","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"frontend_labels":null,"backend_type":"static","is_unique":"0","validation_rules":[],"id":113,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"127","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["bundle"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"global","attribute_id":127,"attribute_code":"shipment_type","frontend_input":"select","entity_type_id":"4","is_required":true,"options":[{"label":"Together","value":"0"},{"label":"Separately","value":"1"}],"is_user_defined":false,"default_frontend_label":"Ship Bundle Items","frontend_labels":null,"backend_type":"int","source_model":"Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Shipment\\Type","default_value":"0","is_unique":"0","validation_rules":[],"id":127,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"80","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["simple","virtual","bundle","downloadable","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"website","attribute_id":80,"attribute_code":"special_to_date","frontend_input":"date","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Special Price To Date","frontend_labels":null,"backend_type":"datetime","backend_model":"Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime","is_unique":"0","validation_rules":[],"id":80,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"85","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":85,"attribute_code":"meta_keyword","frontend_input":"textarea","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Meta Keywords","frontend_labels":null,"backend_type":"text","is_unique":"0","validation_rules":[],"id":85,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"93","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":true,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple","virtual","configurable"],"is_searchable":"1","is_visible_in_advanced_search":"1","is_comparable":"1","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":93,"attribute_code":"color","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":" ","value":""}],"is_user_defined":true,"default_frontend_label":"Color","frontend_labels":null,"backend_type":"int","source_model":"Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table","is_unique":"0","validation_rules":[],"id":93,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"106","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":106,"attribute_code":"options_container","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"Product Info Column","value":"container1"},{"label":"Block after Info Column","value":"container2"}],"is_user_defined":false,"default_frontend_label":"Display Product Options In","frontend_labels":null,"backend_type":"varchar","source_model":"Magento\\Catalog\\Model\\Entity\\Product\\Attribute\\Design\\Options\\Container","default_value":"container2","is_unique":"0","validation_rules":[],"id":106,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"109","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":false,"scope":"store","attribute_id":109,"attribute_code":"image_label","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Image Label","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":109,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"114","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple","bundle","grouped","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"website","attribute_id":114,"attribute_code":"country_of_manufacture","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":" ","value":""},{"label":"Afghanistan","value":"AF"},{"label":"Åland Islands","value":"AX"},{"label":"Albania","value":"AL"},{"label":"Algeria","value":"DZ"},{"label":"American Samoa","value":"AS"},{"label":"Andorra","value":"AD"},{"label":"Angola","value":"AO"},{"label":"Anguilla","value":"AI"},{"label":"Antarctica","value":"AQ"},{"label":"Antigua & Barbuda","value":"AG"},{"label":"Argentina","value":"AR"},{"label":"Armenia","value":"AM"},{"label":"Aruba","value":"AW"},{"label":"Australia","value":"AU"},{"label":"Austria","value":"AT"},{"label":"Azerbaijan","value":"AZ"},{"label":"Bahamas","value":"BS"},{"label":"Bahrain","value":"BH"},{"label":"Bangladesh","value":"BD"},{"label":"Barbados","value":"BB"},{"label":"Belarus","value":"BY"},{"label":"Belgium","value":"BE"},{"label":"Belize","value":"BZ"},{"label":"Benin","value":"BJ"},{"label":"Bermuda","value":"BM"},{"label":"Bhutan","value":"BT"},{"label":"Bolivia","value":"BO"},{"label":"Bosnia & Herzegovina","value":"BA"},{"label":"Botswana","value":"BW"},{"label":"Bouvet Island","value":"BV"},{"label":"Brazil","value":"BR"},{"label":"British Indian Ocean Territory","value":"IO"},{"label":"British Virgin Islands","value":"VG"},{"label":"Brunei","value":"BN"},{"label":"Bulgaria","value":"BG"},{"label":"Burkina Faso","value":"BF"},{"label":"Burundi","value":"BI"},{"label":"Cambodia","value":"KH"},{"label":"Cameroon","value":"CM"},{"label":"Canada","value":"CA"},{"label":"Cape Verde","value":"CV"},{"label":"Cayman Islands","value":"KY"},{"label":"Central African Republic","value":"CF"},{"label":"Chad","value":"TD"},{"label":"Chile","value":"CL"},{"label":"China","value":"CN"},{"label":"Christmas Island","value":"CX"},{"label":"Cocos (Keeling) Islands","value":"CC"},{"label":"Colombia","value":"CO"},{"label":"Comoros","value":"KM"},{"label":"Congo - Brazzaville","value":"CG"},{"label":"Congo - Kinshasa","value":"CD"},{"label":"Cook Islands","value":"CK"},{"label":"Costa Rica","value":"CR"},{"label":"Côte d’Ivoire","value":"CI"},{"label":"Croatia","value":"HR"},{"label":"Cuba","value":"CU"},{"label":"Cyprus","value":"CY"},{"label":"Czech Republic","value":"CZ"},{"label":"Denmark","value":"DK"},{"label":"Djibouti","value":"DJ"},{"label":"Dominica","value":"DM"},{"label":"Dominican Republic","value":"DO"},{"label":"Ecuador","value":"EC"},{"label":"Egypt","value":"EG"},{"label":"El Salvador","value":"SV"},{"label":"Equatorial Guinea","value":"GQ"},{"label":"Eritrea","value":"ER"},{"label":"Estonia","value":"EE"},{"label":"Ethiopia","value":"ET"},{"label":"Falkland Islands","value":"FK"},{"label":"Faroe Islands","value":"FO"},{"label":"Fiji","value":"FJ"},{"label":"Finland","value":"FI"},{"label":"France","value":"FR"},{"label":"French Guiana","value":"GF"},{"label":"French Polynesia","value":"PF"},{"label":"French Southern Territories","value":"TF"},{"label":"Gabon","value":"GA"},{"label":"Gambia","value":"GM"},{"label":"Georgia","value":"GE"},{"label":"Germany","value":"DE"},{"label":"Ghana","value":"GH"},{"label":"Gibraltar","value":"GI"},{"label":"Greece","value":"GR"},{"label":"Greenland","value":"GL"},{"label":"Grenada","value":"GD"},{"label":"Guadeloupe","value":"GP"},{"label":"Guam","value":"GU"},{"label":"Guatemala","value":"GT"},{"label":"Guernsey","value":"GG"},{"label":"Guinea","value":"GN"},{"label":"Guinea-Bissau","value":"GW"},{"label":"Guyana","value":"GY"},{"label":"Haiti","value":"HT"},{"label":"Heard & McDonald Islands","value":"HM"},{"label":"Honduras","value":"HN"},{"label":"Hong Kong SAR China","value":"HK"},{"label":"Hungary","value":"HU"},{"label":"Iceland","value":"IS"},{"label":"India","value":"IN"},{"label":"Indonesia","value":"ID"},{"label":"Iran","value":"IR"},{"label":"Iraq","value":"IQ"},{"label":"Ireland","value":"IE"},{"label":"Isle of Man","value":"IM"},{"label":"Israel","value":"IL"},{"label":"Italy","value":"IT"},{"label":"Jamaica","value":"JM"},{"label":"Japan","value":"JP"},{"label":"Jersey","value":"JE"},{"label":"Jordan","value":"JO"},{"label":"Kazakhstan","value":"KZ"},{"label":"Kenya","value":"KE"},{"label":"Kiribati","value":"KI"},{"label":"Kuwait","value":"KW"},{"label":"Kyrgyzstan","value":"KG"},{"label":"Laos","value":"LA"},{"label":"Latvia","value":"LV"},{"label":"Lebanon","value":"LB"},{"label":"Lesotho","value":"LS"},{"label":"Liberia","value":"LR"},{"label":"Libya","value":"LY"},{"label":"Liechtenstein","value":"LI"},{"label":"Lithuania","value":"LT"},{"label":"Luxembourg","value":"LU"},{"label":"Macau SAR China","value":"MO"},{"label":"Macedonia","value":"MK"},{"label":"Madagascar","value":"MG"},{"label":"Malawi","value":"MW"},{"label":"Malaysia","value":"MY"},{"label":"Maldives","value":"MV"},{"label":"Mali","value":"ML"},{"label":"Malta","value":"MT"},{"label":"Marshall Islands","value":"MH"},{"label":"Martinique","value":"MQ"},{"label":"Mauritania","value":"MR"},{"label":"Mauritius","value":"MU"},{"label":"Mayotte","value":"YT"},{"label":"Mexico","value":"MX"},{"label":"Micronesia","value":"FM"},{"label":"Moldova","value":"MD"},{"label":"Monaco","value":"MC"},{"label":"Mongolia","value":"MN"},{"label":"Montenegro","value":"ME"},{"label":"Montserrat","value":"MS"},{"label":"Morocco","value":"MA"},{"label":"Mozambique","value":"MZ"},{"label":"Myanmar (Burma)","value":"MM"},{"label":"Namibia","value":"NA"},{"label":"Nauru","value":"NR"},{"label":"Nepal","value":"NP"},{"label":"Netherlands","value":"NL"},{"label":"Netherlands Antilles","value":"AN"},{"label":"New Caledonia","value":"NC"},{"label":"New Zealand","value":"NZ"},{"label":"Nicaragua","value":"NI"},{"label":"Niger","value":"NE"},{"label":"Nigeria","value":"NG"},{"label":"Niue","value":"NU"},{"label":"Norfolk Island","value":"NF"},{"label":"Northern Mariana Islands","value":"MP"},{"label":"North Korea","value":"KP"},{"label":"Norway","value":"NO"},{"label":"Oman","value":"OM"},{"label":"Pakistan","value":"PK"},{"label":"Palau","value":"PW"},{"label":"Palestinian Territories","value":"PS"},{"label":"Panama","value":"PA"},{"label":"Papua New Guinea","value":"PG"},{"label":"Paraguay","value":"PY"},{"label":"Peru","value":"PE"},{"label":"Philippines","value":"PH"},{"label":"Pitcairn Islands","value":"PN"},{"label":"Poland","value":"PL"},{"label":"Portugal","value":"PT"},{"label":"Qatar","value":"QA"},{"label":"Réunion","value":"RE"},{"label":"Romania","value":"RO"},{"label":"Russia","value":"RU"},{"label":"Rwanda","value":"RW"},{"label":"Samoa","value":"WS"},{"label":"San Marino","value":"SM"},{"label":"São Tomé & Príncipe","value":"ST"},{"label":"Saudi Arabia","value":"SA"},{"label":"Senegal","value":"SN"},{"label":"Serbia","value":"RS"},{"label":"Seychelles","value":"SC"},{"label":"Sierra Leone","value":"SL"},{"label":"Singapore","value":"SG"},{"label":"Slovakia","value":"SK"},{"label":"Slovenia","value":"SI"},{"label":"Solomon Islands","value":"SB"},{"label":"Somalia","value":"SO"},{"label":"South Africa","value":"ZA"},{"label":"South Georgia & South Sandwich Islands","value":"GS"},{"label":"South Korea","value":"KR"},{"label":"Spain","value":"ES"},{"label":"Sri Lanka","value":"LK"},{"label":"St. Barthélemy","value":"BL"},{"label":"St. Helena","value":"SH"},{"label":"St. Kitts & Nevis","value":"KN"},{"label":"St. Lucia","value":"LC"},{"label":"St. Martin","value":"MF"},{"label":"St. Pierre & Miquelon","value":"PM"},{"label":"St. Vincent & Grenadines","value":"VC"},{"label":"Sudan","value":"SD"},{"label":"Suriname","value":"SR"},{"label":"Svalbard & Jan Mayen","value":"SJ"},{"label":"Swaziland","value":"SZ"},{"label":"Sweden","value":"SE"},{"label":"Switzerland","value":"CH"},{"label":"Syria","value":"SY"},{"label":"Taiwan","value":"TW"},{"label":"Tajikistan","value":"TJ"},{"label":"Tanzania","value":"TZ"},{"label":"Thailand","value":"TH"},{"label":"Timor-Leste","value":"TL"},{"label":"Togo","value":"TG"},{"label":"Tokelau","value":"TK"},{"label":"Tonga","value":"TO"},{"label":"Trinidad & Tobago","value":"TT"},{"label":"Tunisia","value":"TN"},{"label":"Turkey","value":"TR"},{"label":"Turkmenistan","value":"TM"},{"label":"Turks & Caicos Islands","value":"TC"},{"label":"Tuvalu","value":"TV"},{"label":"Uganda","value":"UG"},{"label":"Ukraine","value":"UA"},{"label":"United Arab Emirates","value":"AE"},{"label":"United Kingdom","value":"GB"},{"label":"United States","value":"US"},{"label":"Uruguay","value":"UY"},{"label":"U.S. Outlying Islands","value":"UM"},{"label":"U.S. Virgin Islands","value":"VI"},{"label":"Uzbekistan","value":"UZ"},{"label":"Vanuatu","value":"VU"},{"label":"Vatican City","value":"VA"},{"label":"Venezuela","value":"VE"},{"label":"Vietnam","value":"VN"},{"label":"Wallis & Futuna","value":"WF"},{"label":"Western Sahara","value":"EH"},{"label":"Yemen","value":"YE"},{"label":"Zambia","value":"ZM"},{"label":"Zimbabwe","value":"ZW"}],"is_user_defined":false,"default_frontend_label":"Country of Manufacture","frontend_labels":null,"backend_type":"varchar","source_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Countryofmanufacture","is_unique":"0","validation_rules":[],"id":114,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"131","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["downloadable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":false,"scope":"global","attribute_id":131,"attribute_code":"links_exist","frontend_input":null,"entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"frontend_labels":null,"backend_type":"int","default_value":"0","is_unique":"0","validation_rules":[],"id":131,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"134","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple","virtual","bundle","downloadable","configurable"],"is_searchable":"1","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"website","attribute_id":134,"attribute_code":"tax_class_id","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"None","value":"0"},{"label":"Taxable Goods","value":"2"}],"is_user_defined":false,"default_frontend_label":"Tax Class","frontend_labels":null,"backend_type":"int","source_model":"Magento\\Tax\\Model\\TaxClass\\Source\\Product","default_value":"2","is_unique":"0","validation_rules":[],"id":134,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"category","_id":"4","_score":1,"_source":{"id":4,"parent_id":3,"name":"AA_AA","is_active":true,"position":1,"level":3,"product_count":1,"children_data":[],"tsk":1518224129608}}
{"_index":"vue_storefront_catalog","_type":"category","_id":"2","_score":1,"_source":{"id":2,"parent_id":1,"name":"Default Category","is_active":true,"position":1,"level":1,"product_count":0,"children_data":[{"id":3,"parent_id":2,"name":"AA","is_active":true,"position":1,"level":2,"product_count":1,"children_data":[{"id":4,"parent_id":3,"name":"AA_AA","is_active":true,"position":1,"level":3,"product_count":1,"children_data":[]}]}],"tsk":1518224129608}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"77","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":true,"is_filterable":true,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["simple","virtual","bundle","downloadable","configurable"],"is_searchable":"1","is_visible_in_advanced_search":"1","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"global","attribute_id":77,"attribute_code":"price","frontend_input":"price","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Price","frontend_labels":null,"backend_type":"decimal","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price","is_unique":"0","validation_rules":[],"id":77,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"81","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple","virtual","downloadable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":81,"attribute_code":"cost","frontend_input":"price","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":true,"default_frontend_label":"Cost","frontend_labels":null,"backend_type":"decimal","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price","is_unique":"0","validation_rules":[],"id":81,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"86","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":86,"attribute_code":"meta_description","frontend_input":"textarea","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Meta Description","frontend_labels":null,"note":"Maximum 255 chars. Meta Description should optimally be between 150-160 characters","backend_type":"varchar","is_unique":"0","validation_rules":[],"id":86,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"95","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"website","attribute_id":95,"attribute_code":"news_to_date","frontend_input":"date","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Set Product as New to Date","frontend_labels":null,"backend_type":"datetime","backend_model":"Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime","is_unique":"0","validation_rules":[],"id":95,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"107","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":false,"scope":"global","attribute_id":107,"attribute_code":"required_options","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"frontend_labels":null,"backend_type":"static","is_unique":"0","validation_rules":[],"id":107,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"97","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"1","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"website","attribute_id":97,"attribute_code":"status","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"Enabled","value":"1"},{"label":"Disabled","value":"2"}],"is_user_defined":false,"default_frontend_label":"Enable Product","frontend_labels":null,"backend_type":"int","source_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Status","default_value":"1","is_unique":"0","validation_rules":[],"id":97,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"112","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"global","attribute_id":112,"attribute_code":"created_at","frontend_input":"date","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"frontend_labels":null,"backend_type":"static","is_unique":"0","validation_rules":[],"id":112,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"111","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":false,"scope":"store","attribute_id":111,"attribute_code":"thumbnail_label","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Thumbnail Label","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":111,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"115","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":115,"attribute_code":"quantity_and_stock_status","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"In Stock","value":"1"},{"label":"Out of Stock","value":"0"}],"is_user_defined":false,"default_frontend_label":"Quantity","frontend_labels":null,"backend_type":"int","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Stock","source_model":"Magento\\CatalogInventory\\Model\\Source\\Stock","default_value":"1","is_unique":"0","validation_rules":[],"id":115,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"121","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple","virtual","downloadable","bundle","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"global","attribute_id":121,"attribute_code":"msrp","frontend_input":"price","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Manufacturer's Suggested Retail Price","frontend_labels":null,"backend_type":"decimal","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price","is_unique":"0","validation_rules":[],"id":121,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"125","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["bundle"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"global","attribute_id":125,"attribute_code":"weight_type","frontend_input":"boolean","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Dynamic Weight","frontend_labels":null,"backend_type":"int","default_value":"0","is_unique":"0","validation_rules":[],"id":125,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"124","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["bundle"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":124,"attribute_code":"sku_type","frontend_input":"boolean","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Dynamic SKU","frontend_labels":null,"backend_type":"int","default_value":"0","is_unique":"0","validation_rules":[],"id":124,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"128","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["downloadable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":false,"scope":"global","attribute_id":128,"attribute_code":"links_purchased_separately","frontend_input":null,"entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"Links can be purchased separately","frontend_labels":null,"backend_type":"int","is_unique":"0","validation_rules":[],"id":128,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"74","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"1","is_visible_in_advanced_search":"1","is_comparable":"1","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":74,"attribute_code":"sku","frontend_input":"text","entity_type_id":"4","is_required":true,"options":[],"is_user_defined":false,"default_frontend_label":"SKU","frontend_labels":null,"backend_type":"static","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku","is_unique":"1","frontend_class":"validate-length maximum-length-64","validation_rules":[],"id":74,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"90","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":90,"attribute_code":"media_gallery","frontend_input":"gallery","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Media Gallery","frontend_labels":null,"backend_type":"static","is_unique":"0","validation_rules":[],"id":90,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"91","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":false,"scope":"global","attribute_id":91,"attribute_code":"old_id","frontend_input":"text","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"frontend_labels":null,"backend_type":"int","is_unique":"0","validation_rules":[],"id":91,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"83","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":true,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":true,"position":0,"apply_to":["simple"],"is_searchable":"1","is_visible_in_advanced_search":"1","is_comparable":"1","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"global","attribute_id":83,"attribute_code":"manufacturer","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":" ","value":""}],"is_user_defined":true,"default_frontend_label":"Manufacturer","frontend_labels":null,"backend_type":"int","source_model":"Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table","is_unique":"0","validation_rules":[],"id":83,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"102","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":102,"attribute_code":"custom_design_to","frontend_input":"date","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Active To","frontend_labels":null,"backend_type":"datetime","backend_model":"Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime","is_unique":"0","validation_rules":[],"id":102,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"122","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":["simple","virtual","downloadable","bundle","configurable"],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"website","attribute_id":122,"attribute_code":"msrp_display_actual_price_type","frontend_input":"select","entity_type_id":"4","is_required":false,"options":[{"label":"Use config","value":"0"},{"label":"On Gesture","value":"1"},{"label":"In Cart","value":"2"},{"label":"Before Order Confirmation","value":"3"}],"is_user_defined":false,"default_frontend_label":"Display Actual Price","frontend_labels":null,"backend_type":"varchar","backend_model":"Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean","source_model":"Magento\\Msrp\\Model\\Product\\Attribute\\Source\\Type\\Price","default_value":"0","is_unique":"0","validation_rules":[],"id":122,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"133","_score":1,"_source":{"is_wysiwyg_enabled":false,"is_html_allowed_on_front":false,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"0","is_visible_in_advanced_search":"0","is_comparable":"0","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"store","attribute_id":133,"attribute_code":"swatch_image","frontend_input":"media_image","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Swatch","frontend_labels":null,"backend_type":"varchar","is_unique":"0","validation_rules":[],"id":133,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"75","_score":1,"_source":{"is_wysiwyg_enabled":true,"is_html_allowed_on_front":true,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":false,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"1","is_visible_in_advanced_search":"1","is_comparable":"1","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"0","is_visible":true,"scope":"store","attribute_id":75,"attribute_code":"description","frontend_input":"textarea","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Description","frontend_labels":null,"backend_type":"text","is_unique":"0","validation_rules":[],"id":75,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"attribute","_id":"76","_score":1,"_source":{"is_wysiwyg_enabled":true,"is_html_allowed_on_front":true,"used_for_sort_by":false,"is_filterable":false,"is_filterable_in_search":false,"is_used_in_grid":true,"is_visible_in_grid":false,"is_filterable_in_grid":false,"position":0,"apply_to":[],"is_searchable":"1","is_visible_in_advanced_search":"1","is_comparable":"1","is_used_for_promo_rules":"0","is_visible_on_front":"0","used_in_product_listing":"1","is_visible":true,"scope":"store","attribute_id":76,"attribute_code":"short_description","frontend_input":"textarea","entity_type_id":"4","is_required":false,"options":[],"is_user_defined":false,"default_frontend_label":"Short Description","frontend_labels":null,"backend_type":"text","is_unique":"0","validation_rules":[],"id":76,"tsk":1518224098569}}
{"_index":"vue_storefront_catalog","_type":"category","_id":"3","_score":1,"_source":{"id":3,"parent_id":2,"name":"AA","is_active":true,"position":1,"level":2,"product_count":1,"children_data":[{"id":4,"parent_id":3,"name":"AA_AA","is_active":true,"position":1,"level":3,"product_count":1,"children_data":[]}],"tsk":1518224129608}}

after: node cli.js products

2018-02-10T13:11:58.659Z - debug: Elasticsearch module initialized!
info: Winston logging library initialized.
2018-02-10T13:11:58.838Z - info: Running in MPM (Multi Process Mode) with partitions count = 4
object
debug: Calling API endpoint: GET http://mag.demo.tt/rest//V1/products?searchCriteria=&searchCriteria[currentPage]=1&searchCriteria[pageSize]=1
debug: Response received.
2018-02-10T13:11:59.181Z - info: Propagating job queue ...
2018-02-10T13:12:01.185Z - info: Queue processed. Exiting!
2018-02-10T13:12:03.186Z - info: Queue processed. Exiting!
2018-02-10T13:12:05.187Z - info: Queue processed. Exiting!
2018-02-10T13:12:07.187Z - info: Queue processed. Exiting!
2018-02-10T13:12:09.188Z - info: Queue processed. Exiting!
2018-02-10T13:12:11.189Z - info: Queue processed. Exiting!
2018-02-10T13:12:13.190Z - info: Queue processed. Exiting!
2018-02-10T13:12:15.191Z - info: Queue processed. Exiting!
2018-02-10T13:12:17.192Z - info: Queue processed. Exiting!
2018-02-10T13:12:19.193Z - info: Queue processed. Exiting!
2018-02-10T13:12:21.194Z - info: Queue processed. Exiting!
2018-02-10T13:12:23.195Z - info: Queue processed. Exiting!
2018-02-10T13:12:25.196Z - info: Queue processed. Exiting!
2018-02-10T13:12:27.197Z - info: Queue processed. Exiting!
2018-02-10T13:12:29.198Z - info: Queue processed. Exiting!

00_api

pkarw commented 6 years ago

OK, it seems like you have no products in the dump ("_type": "product" -> no records with this type)

Please try exectue:

node cli.js products --partitions=1

and let me know about the output

pkarw commented 6 years ago

@roboto-cloud any news? :)

JamesToothill commented 6 years ago

@pkarw I had exactly the same issue and:

node cli.js products --partitions=1

Fixed it for me thanks

filrak commented 6 years ago

@pkarw can you ads this to common issues docs?

roboto-cloud commented 6 years ago

@pkarw I use

node cli.js products --partitions=1

and it partial fix my issue, I get the product info but not the image...

screenshot from 2018-02-23 02-10-50

pkarw commented 6 years ago

You should configure the Magento Image URL within the vue-storefront-api config But, this is strange. We are using “image” medium (also there are small_inage and thumbnail available by default) for lists by default maybe it’s not asssines in Magento?

pkarw commented 6 years ago

@roboto-cloud could we just close this issue?