Class: Peddler::APIs::CatalogItems20220401::ItemBrowseClassifications
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::CatalogItems20220401::ItemBrowseClassifications
- Defined in:
- lib/peddler/apis/catalog_items_2022_04_01/item_browse_classifications.rb
Overview
An array of classifications (browse nodes) that is associated with the item in the Amazon catalog, grouped by
marketplaceId
.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
12 13 14 |
# File 'lib/peddler/apis/catalog_items_2022_04_01/item_browse_classifications.rb', line 12 def parse(array) new(array.map { |item| ItemBrowseClassificationsByMarketplace.parse(item) }) end |