Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rest API missing “stock_item” in to the list of the products #24418

Closed
kirtinariya1 opened this issue Sep 3, 2019 · 18 comments
Closed

Rest API missing “stock_item” in to the list of the products #24418

kirtinariya1 opened this issue Sep 3, 2019 · 18 comments
Assignees
Labels
Component: Api Use with concrete module component label E.g. "Component: Api" + "Catalog" Event: mm19br Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: done Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch

Comments

@kirtinariya1
Copy link
Contributor

Magento 2.3.0 rest API missing stock_item in to the list of the products.

Preconditions (*)

  1. Magento 2.3.0

Steps to reproduce (*)

  1. Run product list API
  2. Method: GET
  3. URL: http://localhost/magentosample230/rest/V1/products?searchCriteria[pageSize]=10&searchCriteria[filter_groups][0][filters][0][field]=category_id&searchCriteria[filter_groups][0][filters][0][value]=4&searchCriteria[filter_groups][0][filters][0][condition_type]=eq

Expected result (*)

  1. stock_item should be included in API response.

API Expected Response:

{
    "items": [
        {
            "id": 1,
            "sku": "24-MB01",
            "name": "Joust Duffle Bag",
            "attribute_set_id": 15,
            "price": 34,
            "status": 1,
            "visibility": 4,
            "type_id": "simple",
            "created_at": "2019-08-30 07:14:51",
            "updated_at": "2019-08-30 07:14:51",
            "extension_attributes": {
                "stock_item": {
                    "item_id": 1,
                    "product_id": 1,
                    "stock_id": 1,
                    "qty": 100,
                    "is_in_stock": true,
                    "is_qty_decimal": false,
                    "show_default_notification_message": false,
                    "use_config_min_qty": true,
                    "min_qty": 0,
                    "use_config_min_sale_qty": 1,
                    "min_sale_qty": 1,
                    "use_config_max_sale_qty": true,
                    "max_sale_qty": 10000,
                    "use_config_backorders": true,
                    "backorders": 0,
                    "use_config_notify_stock_qty": true,
                    "notify_stock_qty": 1,
                    "use_config_qty_increments": true,
                    "qty_increments": 0,
                    "use_config_enable_qty_inc": true,
                    "enable_qty_increments": false,
                    "use_config_manage_stock": true,
                    "manage_stock": true,
                    "low_stock_date": null,
                    "is_decimal_divided": false,
                    "stock_status_changed_auto": 0
                },
                "website_ids": [
                    1
                ],
                "category_links": [
                    {
                        "position": 0,
                        "category_id": "3"
                    },
                    {
                        "position": 0,
                        "category_id": "4"
                    }
                ]
            },
            "product_links": [
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG086",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG083-blue",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG01",
                    "linked_product_type": "simple",
                    "position": 3
                },
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG085_Group",
                    "linked_product_type": "grouped",
                    "position": 4
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB02",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB03",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB05",
                    "linked_product_type": "simple",
                    "position": 3
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB06",
                    "linked_product_type": "simple",
                    "position": 4
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-UB02",
                    "linked_product_type": "simple",
                    "position": 5
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB03",
                    "linked_product_type": "simple",
                    "position": 6
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB04",
                    "linked_product_type": "simple",
                    "position": 7
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB07",
                    "linked_product_type": "simple",
                    "position": 8
                }
            ],
            "options": [],
            "media_gallery_entries": [
                {
                    "id": 1,
                    "media_type": "image",
                    "label": "Image",
                    "position": 1,
                    "disabled": false,
                    "types": [
                        "image",
                        "small_image",
                        "thumbnail"
                    ],
                    "file": "/m/b/mb01-blue-0.jpg"
                }
            ],
            "tier_prices": [],
            "custom_attributes": [
                {
                    "attribute_code": "image",
                    "value": "/m/b/mb01-blue-0.jpg"
                },
                {
                    "attribute_code": "small_image",
                    "value": "/m/b/mb01-blue-0.jpg"
                },
                {
                    "attribute_code": "thumbnail",
                    "value": "/m/b/mb01-blue-0.jpg"
                },
                {
                    "attribute_code": "url_key",
                    "value": "joust-duffle-bag"
                },
                {
                    "attribute_code": "required_options",
                    "value": "0"
                },
                {
                    "attribute_code": "has_options",
                    "value": "0"
                },
                {
                    "attribute_code": "category_ids",
                    "value": [
                        "3",
                        "4"
                    ]
                },
                {
                    "attribute_code": "description",
                    "value": "<p>The sporty Joust Duffle Bag can't be beat - not in the gym, not on the luggage carousel, not anywhere. Big enough to haul a basketball or soccer ball and some sneakers with plenty of room to spare, it's ideal for athletes with places to go.<p>\n<ul>\n<li>Dual top handles.</li>\n<li>Adjustable shoulder strap.</li>\n<li>Full-length zipper.</li>\n<li>L 29\" x W 13\" x H 11\".</li>\n</ul>"
                }
            ]
        },
        {
            "id": 2,
            "sku": "24-MB04",
            "name": "Strive Shoulder Pack",
            "attribute_set_id": 15,
            "price": 32,
            "status": 1,
            "visibility": 4,
            "type_id": "simple",
            "created_at": "2019-08-30 07:14:52",
            "updated_at": "2019-08-30 07:14:52",
            "extension_attributes": {
                "stock_item": {
                    "item_id": 2,
                    "product_id": 2,
                    "stock_id": 1,
                    "qty": 100,
                    "is_in_stock": true,
                    "is_qty_decimal": false,
                    "show_default_notification_message": false,
                    "use_config_min_qty": true,
                    "min_qty": 0,
                    "use_config_min_sale_qty": 1,
                    "min_sale_qty": 1,
                    "use_config_max_sale_qty": true,
                    "max_sale_qty": 10000,
                    "use_config_backorders": true,
                    "backorders": 0,
                    "use_config_notify_stock_qty": true,
                    "notify_stock_qty": 1,
                    "use_config_qty_increments": true,
                    "qty_increments": 0,
                    "use_config_enable_qty_inc": true,
                    "enable_qty_increments": false,
                    "use_config_manage_stock": true,
                    "manage_stock": true,
                    "low_stock_date": null,
                    "is_decimal_divided": false,
                    "stock_status_changed_auto": 0
                },
                "website_ids": [
                    1
                ],
                "category_links": [
                    {
                        "position": 0,
                        "category_id": "3"
                    },
                    {
                        "position": 0,
                        "category_id": "7"
                    },
                    {
                        "position": 0,
                        "category_id": "4"
                    }
                ]
            },
            "product_links": [
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG03",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG05",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG080",
                    "linked_product_type": "bundle",
                    "position": 3
                },
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG04",
                    "linked_product_type": "simple",
                    "position": 4
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB01",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB02",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB03",
                    "linked_product_type": "simple",
                    "position": 3
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB05",
                    "linked_product_type": "simple",
                    "position": 4
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB06",
                    "linked_product_type": "simple",
                    "position": 5
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-UB02",
                    "linked_product_type": "simple",
                    "position": 6
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB03",
                    "linked_product_type": "simple",
                    "position": 7
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB04",
                    "linked_product_type": "simple",
                    "position": 8
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB06",
                    "linked_product_type": "simple",
                    "position": 9
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB07",
                    "linked_product_type": "simple",
                    "position": 10
                }
            ],
            "options": [],
            "media_gallery_entries": [
                {
                    "id": 2,
                    "media_type": "image",
                    "label": "Image",
                    "position": 1,
                    "disabled": false,
                    "types": [
                        "image",
                        "small_image",
                        "thumbnail"
                    ],
                    "file": "/m/b/mb04-black-0.jpg"
                },
                {
                    "id": 3,
                    "media_type": "image",
                    "label": "Image",
                    "position": 2,
                    "disabled": false,
                    "types": [],
                    "file": "/m/b/mb04-black-0_alt1.jpg"
                }
            ],
            "tier_prices": [],
            "custom_attributes": [
                {
                    "attribute_code": "image",
                    "value": "/m/b/mb04-black-0.jpg"
                },
                {
                    "attribute_code": "small_image",
                    "value": "/m/b/mb04-black-0.jpg"
                },
                {
                    "attribute_code": "special_price",
                    "value": "32.0000"
                },
                {
                    "attribute_code": "thumbnail",
                    "value": "/m/b/mb04-black-0.jpg"
                },
                {
                    "attribute_code": "special_from_date",
                    "value": "2019-08-30 07:14:52"
                },
                {
                    "attribute_code": "options_container",
                    "value": "container2"
                },
                {
                    "attribute_code": "url_key",
                    "value": "strive-shoulder-pack"
                },
                {
                    "attribute_code": "required_options",
                    "value": "0"
                },
                {
                    "attribute_code": "has_options",
                    "value": "0"
                },
                {
                    "attribute_code": "tax_class_id",
                    "value": "2"
                },
                {
                    "attribute_code": "category_ids",
                    "value": [
                        "3",
                        "7",
                        "4"
                    ]
                },
                {
                    "attribute_code": "description",
                    "value": "<p>Convenience is next to nothing when your day is crammed with action. So whether you're heading to class, gym, or the unbeaten path, make sure you've got your Strive Shoulder Pack stuffed with all your essentials, and extras as well.</p>\n<ul>\n<li>Zippered main compartment.</li>\n<li>Front zippered pocket.</li>\n<li>Side mesh pocket.</li>\n<li>Cell phone pocket on strap.</li>\n<li>Adjustable shoulder strap and top carry handle.</li>\n</ul>"
                },
                {
                    "attribute_code": "activity",
                    "value": "11,21,23,18"
                },
                {
                    "attribute_code": "style_bags",
                    "value": "27,29,30"
                },
                {
                    "attribute_code": "material",
                    "value": "32,33,36,38"
                },
                {
                    "attribute_code": "strap_bags",
                    "value": "61,62,65,66,67"
                },
                {
                    "attribute_code": "features_bags",
                    "value": "72,74,75,78"
                },
                {
                    "attribute_code": "erin_recommends",
                    "value": "1"
                },
                {
                    "attribute_code": "sale",
                    "value": "1"
                }
            ]
        }
    ]
}

Actual result (*)

  1. Missing stock_item in the API response.

API Actual Response:

{
    "items": [
        {
            "id": 1,
            "sku": "24-MB01",
            "name": "Joust Duffle Bag",
            "attribute_set_id": 15,
            "price": 34,
            "status": 1,
            "visibility": 4,
            "type_id": "simple",
            "created_at": "2019-08-30 07:14:51",
            "updated_at": "2019-08-30 07:14:51",
            "extension_attributes": {
                "website_ids": [
                    1
                ],
                "category_links": [
                    {
                        "position": 0,
                        "category_id": "3"
                    },
                    {
                        "position": 0,
                        "category_id": "4"
                    }
                ]
            },
            "product_links": [
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG086",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG083-blue",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG01",
                    "linked_product_type": "simple",
                    "position": 3
                },
                {
                    "sku": "24-MB01",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG085_Group",
                    "linked_product_type": "grouped",
                    "position": 4
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB02",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB03",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB05",
                    "linked_product_type": "simple",
                    "position": 3
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB06",
                    "linked_product_type": "simple",
                    "position": 4
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-UB02",
                    "linked_product_type": "simple",
                    "position": 5
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB03",
                    "linked_product_type": "simple",
                    "position": 6
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB04",
                    "linked_product_type": "simple",
                    "position": 7
                },
                {
                    "sku": "24-MB01",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB07",
                    "linked_product_type": "simple",
                    "position": 8
                }
            ],
            "options": [],
            "media_gallery_entries": [
                {
                    "id": 1,
                    "media_type": "image",
                    "label": "Image",
                    "position": 1,
                    "disabled": false,
                    "types": [
                        "image",
                        "small_image",
                        "thumbnail"
                    ],
                    "file": "/m/b/mb01-blue-0.jpg"
                }
            ],
            "tier_prices": [],
            "custom_attributes": [
                {
                    "attribute_code": "image",
                    "value": "/m/b/mb01-blue-0.jpg"
                },
                {
                    "attribute_code": "small_image",
                    "value": "/m/b/mb01-blue-0.jpg"
                },
                {
                    "attribute_code": "thumbnail",
                    "value": "/m/b/mb01-blue-0.jpg"
                },
                {
                    "attribute_code": "url_key",
                    "value": "joust-duffle-bag"
                },
                {
                    "attribute_code": "required_options",
                    "value": "0"
                },
                {
                    "attribute_code": "has_options",
                    "value": "0"
                },
                {
                    "attribute_code": "category_ids",
                    "value": [
                        "3",
                        "4"
                    ]
                },
                {
                    "attribute_code": "description",
                    "value": "<p>The sporty Joust Duffle Bag can't be beat - not in the gym, not on the luggage carousel, not anywhere. Big enough to haul a basketball or soccer ball and some sneakers with plenty of room to spare, it's ideal for athletes with places to go.<p>\n<ul>\n<li>Dual top handles.</li>\n<li>Adjustable shoulder strap.</li>\n<li>Full-length zipper.</li>\n<li>L 29\" x W 13\" x H 11\".</li>\n</ul>"
                }
            ]
        },
        {
            "id": 2,
            "sku": "24-MB04",
            "name": "Strive Shoulder Pack",
            "attribute_set_id": 15,
            "price": 32,
            "status": 1,
            "visibility": 4,
            "type_id": "simple",
            "created_at": "2019-08-30 07:14:52",
            "updated_at": "2019-08-30 07:14:52",
            "extension_attributes": {
                "website_ids": [
                    1
                ],
                "category_links": [
                    {
                        "position": 0,
                        "category_id": "3"
                    },
                    {
                        "position": 0,
                        "category_id": "7"
                    },
                    {
                        "position": 0,
                        "category_id": "4"
                    }
                ]
            },
            "product_links": [
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG03",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG05",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-WG080",
                    "linked_product_type": "bundle",
                    "position": 3
                },
                {
                    "sku": "24-MB04",
                    "link_type": "crosssell",
                    "linked_product_sku": "24-UG04",
                    "linked_product_type": "simple",
                    "position": 4
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB01",
                    "linked_product_type": "simple",
                    "position": 1
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB02",
                    "linked_product_type": "simple",
                    "position": 2
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB03",
                    "linked_product_type": "simple",
                    "position": 3
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB05",
                    "linked_product_type": "simple",
                    "position": 4
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-MB06",
                    "linked_product_type": "simple",
                    "position": 5
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-UB02",
                    "linked_product_type": "simple",
                    "position": 6
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB03",
                    "linked_product_type": "simple",
                    "position": 7
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB04",
                    "linked_product_type": "simple",
                    "position": 8
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB06",
                    "linked_product_type": "simple",
                    "position": 9
                },
                {
                    "sku": "24-MB04",
                    "link_type": "upsell",
                    "linked_product_sku": "24-WB07",
                    "linked_product_type": "simple",
                    "position": 10
                }
            ],
            "options": [],
            "media_gallery_entries": [
                {
                    "id": 2,
                    "media_type": "image",
                    "label": "Image",
                    "position": 1,
                    "disabled": false,
                    "types": [
                        "image",
                        "small_image",
                        "thumbnail"
                    ],
                    "file": "/m/b/mb04-black-0.jpg"
                },
                {
                    "id": 3,
                    "media_type": "image",
                    "label": "Image",
                    "position": 2,
                    "disabled": false,
                    "types": [],
                    "file": "/m/b/mb04-black-0_alt1.jpg"
                }
            ],
            "tier_prices": [],
            "custom_attributes": [
                {
                    "attribute_code": "image",
                    "value": "/m/b/mb04-black-0.jpg"
                },
                {
                    "attribute_code": "small_image",
                    "value": "/m/b/mb04-black-0.jpg"
                },
                {
                    "attribute_code": "special_price",
                    "value": "32.0000"
                },
                {
                    "attribute_code": "thumbnail",
                    "value": "/m/b/mb04-black-0.jpg"
                },
                {
                    "attribute_code": "special_from_date",
                    "value": "2019-08-30 07:14:52"
                },
                {
                    "attribute_code": "options_container",
                    "value": "container2"
                },
                {
                    "attribute_code": "url_key",
                    "value": "strive-shoulder-pack"
                },
                {
                    "attribute_code": "required_options",
                    "value": "0"
                },
                {
                    "attribute_code": "has_options",
                    "value": "0"
                },
                {
                    "attribute_code": "tax_class_id",
                    "value": "2"
                },
                {
                    "attribute_code": "category_ids",
                    "value": [
                        "3",
                        "7",
                        "4"
                    ]
                },
                {
                    "attribute_code": "description",
                    "value": "<p>Convenience is next to nothing when your day is crammed with action. So whether you're heading to class, gym, or the unbeaten path, make sure you've got your Strive Shoulder Pack stuffed with all your essentials, and extras as well.</p>\n<ul>\n<li>Zippered main compartment.</li>\n<li>Front zippered pocket.</li>\n<li>Side mesh pocket.</li>\n<li>Cell phone pocket on strap.</li>\n<li>Adjustable shoulder strap and top carry handle.</li>\n</ul>"
                },
                {
                    "attribute_code": "activity",
                    "value": "11,21,23,18"
                },
                {
                    "attribute_code": "style_bags",
                    "value": "27,29,30"
                },
                {
                    "attribute_code": "material",
                    "value": "32,33,36,38"
                },
                {
                    "attribute_code": "strap_bags",
                    "value": "61,62,65,66,67"
                },
                {
                    "attribute_code": "features_bags",
                    "value": "72,74,75,78"
                },
                {
                    "attribute_code": "erin_recommends",
                    "value": "1"
                },
                {
                    "attribute_code": "sale",
                    "value": "1"
                }
            ]
        }
    ]
}
@m2-assistant
Copy link

m2-assistant bot commented Sep 3, 2019

Hi @kirtinariya1. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.3-develop instance - upcoming 2.3.x release

For more details, please, review the Magento Contributor Assistant documentation.

@kirtinariya1 do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?

  • yes
  • no

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Sep 3, 2019
@engcom-Charlie engcom-Charlie self-assigned this Sep 3, 2019
@m2-assistant
Copy link

m2-assistant bot commented Sep 3, 2019

Hi @engcom-Charlie. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).

    DetailsIf the issue has a valid description, the label Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.

  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.

  • 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 4. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 5. Add label Issue: Confirmed once verification is complete.

  • 6. Make sure that automatic system confirms that report has been added to the backlog.

@engcom-Charlie engcom-Charlie added Component: Api Use with concrete module component label E.g. "Component: Api" + "Catalog" Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release labels Sep 3, 2019
@ghost ghost unassigned engcom-Charlie Sep 3, 2019
@magento-engcom-team magento-engcom-team added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Sep 3, 2019
@magento-engcom-team
Copy link
Contributor

✅ Confirmed by @engcom-Charlie
Thank you for verifying the issue. Based on the provided information internal tickets MC-19805 were created

Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

@Den4ik Den4ik pinned this issue Sep 3, 2019
@Den4ik Den4ik unpinned this issue Sep 3, 2019
@anujwebkul anujwebkul self-assigned this Sep 7, 2019
@m2-assistant
Copy link

m2-assistant bot commented Sep 7, 2019

Hi @anujwebkul. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. If the issue is not relevant or is not reproducible any more, feel free to close it.


@emotaphp
Copy link

#mm19br

@m2-assistant
Copy link

m2-assistant bot commented Sep 16, 2019

Hi @luanalves. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. If the issue is not relevant or is not reproducible any more, feel free to close it.


@ghost ghost unassigned anujwebkul Oct 2, 2019
@ghost ghost unassigned luanalves Oct 11, 2019
@sagarwebkul sagarwebkul self-assigned this Oct 12, 2019
@m2-assistant
Copy link

m2-assistant bot commented Oct 12, 2019

Hi @sagarwebkul. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. If the issue is not relevant or is not reproducible any more, feel free to close it.


@sagarwebkul sagarwebkul added Event: cdwebkul Webkul Contribution Day Partner: Webkul labels Oct 12, 2019
@sagarwebkul
Copy link

@magento give me 2.3-develop instance

@magento-engcom-team
Copy link
Contributor

Hi @sagarwebkul. Thank you for your request. I'm working on Magento 2.3-develop instance for you

@magento-engcom-team
Copy link
Contributor

Hi @sagarwebkul, here is your Magento instance.
Admin access: https://i-24418-2-3-develop.instances.magento-community.engineering/admin
Login: admin Password: 123123q
Instance will be terminated in up to 3 hours.

@sagarwebkul
Copy link

@kirtinariya1 Magento has deprecated Stock Item as part of ExtensionAttributes

More details here -> https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/etc/extension_attributes.xml#L11

@sagarwebkul sagarwebkul removed the Event: cdwebkul Webkul Contribution Day label Oct 12, 2019
@engcom-Echo
Copy link
Contributor

Hi, @kirtinariya1.
Assigning an issue

@barryvdh
Copy link
Contributor

I think this should probably be fixed, or at least made possible by adding an extra parameter in case.

@roopemerikukka
Copy link

Someone should probably update the REST API documentation to match the deprications.

@usman786cs
Copy link

Hi, any suggestions on getting stock items information when we try to get list of products please?

1 similar comment
@usman786cs
Copy link

Hi, any suggestions on getting stock items information when we try to get list of products please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Api Use with concrete module component label E.g. "Component: Api" + "Catalog" Event: mm19br Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: done Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.