Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Added breadcrumbs support #112

Merged
merged 4 commits into from
Jul 20, 2018

Conversation

vovsky
Copy link
Contributor

@vovsky vovsky commented Jul 1, 2018

Description

Added breadcrumbs support. Breadcrumb item includes the following fields: category id, name, level and URL key.

Fixed Issues (if relevant)

  1. Add breadcrumbs support #19 Add breadcrumbs support

Manual testing scenarios

Sample query:


{
  category(id:5){
    name,
    breadcrumbs{
      category_id,
      category_name,
      category_level,
      category_url_key
    }
  }
}

magento-engcom-team added a commit that referenced this pull request Jul 18, 2018
…id on import product category initialization to 0 #112

 - Merge Pull Request magento-engcom/import-export-improvements#112 from pogster/import-export-improvements:product-category-import-storeid-fix
 - Merged commits:
   1. b49d2ff
   2. 2e04d50
magento-engcom-team pushed a commit that referenced this pull request Jul 18, 2018
…id on import product category initialization to 0 #112
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants