2017 © Pedro Peláez
 

magento2-module magento2-extended-product-repository

A Magento 2 module which allows product creation with extended attribute option labels

image

snowio/magento2-extended-product-repository

A Magento 2 module which allows product creation with extended attribute option labels

  • Tuesday, January 30, 2018
  • by joshdifabio
  • Repository
  • 3 Watchers
  • 8 Stars
  • 24,214 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 20 Versions
  • 16 % Grown

The README.md

Magento 2 Extended Product Repository

Build Status codecov, (*1)

Description

A Magento 2 module that adds the following extension attributes. * Attribute code field in configurable product options: Endpoints can now specify an attribute code for a configurable product option. * Configurable product linked skus: Endpoints can now specify product skus as configurable product links, (*2)

Prerequisites

  • PHP 7.0 or newer
  • Composer (https://getcomposer.org/download/).
  • magento/framework 100 or newer
  • magento/module-catalog 101 or newer
  • magento/module-eav 100 or newer
  • magento/module-configurable-product 100 or newer

Installation

composer require snowio/magento2-extended-product-repository
php bin/magento module:enable SnowIO_ExtendedProductRepository
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

Usage

  • A configurable_product_option can now have an attribute_code that enables the endpoint specify the attribute code for a configurable product option.
  • configurable_product_linked_skus allows the endpoint to specify sku's as configurable product links instead of magento ID's.
{
    "product": {
        "type_id": "configurable",
        "sku": "test-from-snowio-configurable",
        "attribute_set_id": 11,
        "name": "test from snow.io configurable",
        "price": 10,
        "visibility": 4,
        "status": 1,
        "custom_attributes": {
            "axis_size": "s_xxl",
            "url_key": "test-from-snowio-configurable.html"
        },
        "extension_attributes": {
            "configurable_product_options": [
                {
                    "extension_attributes": {
                        "attribute_code": "axis_size"
                    }
                }
            ],
            "configurable_product_linked_skus": [
                "test-from-snowio-simple"
            ]
        }
    }
}

License

This software is licensed under the MIT License. View the license, (*3)

The Versions

30/01 2018

dev-master

9999999-dev

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/module-configurable-product ^100
  • magento/framework ^100|^101
  • magento/module-catalog ^101|^102
  • magento/module-eav ^100|^101

 

The Development Requires

by Alexander Wanyoike

30/01 2018

dev-more-test-assertions

dev-more-test-assertions

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100|^101
  • magento/module-catalog ^101|^102
  • magento/module-eav ^100|^101
  • magento/module-configurable-product ^100

 

The Development Requires

by Alexander Wanyoike

30/01 2018

v2.2.1

2.2.1.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100|^101
  • magento/module-catalog ^101|^102
  • magento/module-eav ^100|^101
  • magento/module-configurable-product ^100

 

The Development Requires

by Alexander Wanyoike

30/01 2018

dev-optimize-sku-resolution

dev-optimize-sku-resolution

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100|^101
  • magento/module-catalog ^101|^102
  • magento/module-eav ^100|^101
  • magento/module-configurable-product ^100

 

The Development Requires

by Alexander Wanyoike

30/01 2018

dev-improve-test-coverage

dev-improve-test-coverage

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100|^101
  • magento/module-catalog ^101|^102
  • magento/module-eav ^100|^101
  • magento/module-configurable-product ^100

 

The Development Requires

by Alexander Wanyoike

24/10 2017

v2.2.0

2.2.0.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100|^101
  • magento/module-catalog ^101|^102
  • magento/module-eav ^100|^101
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

06/09 2017

dev-change-test-data

dev-change-test-data

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

06/09 2017

v2.1.2

2.1.2.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

03/08 2017

dev-travis

dev-travis

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

26/07 2017

v2.1.1

2.1.1.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

26/07 2017

v2.1.0

2.1.0.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

30/05 2017

v2.0.1

2.0.1.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

10/02 2017

dev-feature/update-readme

dev-feature/update-readme

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

08/12 2016

dev-fix/tests

dev-fix/tests

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

08/12 2016

2.0.0

2.0.0.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

08/12 2016

dev-feature/remove-attirbute-option-label-functionality

dev-feature/remove-attirbute-option-label-functionality

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

07/12 2016

dev-feature/lazy-load-attribute-options

dev-feature/lazy-load-attribute-options

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

21/11 2016

v1.0.1

1.0.1.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

21/11 2016

dev-fix/remove-unwanted-dies

dev-fix/remove-unwanted-dies

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100
  • magento/module-configurable-product ^100

 

by Alexander Wanyoike

03/11 2016

v1.0.0

1.0.0.0

A Magento 2 module which allows product creation with extended attribute option labels

  Sources   Download

MIT

The Requires

  • php >=7
  • magento/framework ^100
  • magento/module-catalog ^101
  • magento/module-eav ^100

 

by Alexander Wanyoike