Skip to content

Product attributes update in all store views is not working #17284

@i95devdivya

Description

@i95devdivya

Preconditions

  1. Magento CE 2.2.5
  2. PHP 7.1
    Steps to reproduce
  3. Create product using default Magento REST API /rest/V1/products with the string {"product":{"id":"","sku":"DTD-1","name":"DTD Descrption","price":45,"typeId":"simple","weight":"0.25","attribute_set_id":4}}
  4. Product created in Magento and provided attributes set for Default store view as well as All store views
  5. Now update the created product by changing product’s description by using same REST API /rest/V1/products with the following string {"product":{"id":"2057","sku":"DTD-1","name":"DTD","price":45,"typeId":"simple","weight":"0.25","attribute_set_id":4}} [“id” is created product’s id]
  6. Check if the product description updated in All store views
    Expected result
  7. The description should be updated in All store views as well as Default store view
    Actual result
  8. The description is updating in Default store view only, not updating in All store views
    Note:
    We are facing same issue with product which is created programmatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: APIsComponent: WebapiUse with concrete module component label E.g. "Component: Webapi" + "Catalog"Issue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.Progress: doneReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchSeverity: S2Major restrictions or short-term circumventions are required until a fix is available.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions