Skip to content

Product price updated using Manage Base Price API is not updating in Store front Catalog Search Results page and Admin panel #33767

@engcom-November

Description

@engcom-November

Preconditions (*)

  1. Magento 2.4-develop

Steps to reproduce (*)

  1. Generate Admin access token using POST request: storeurl/rest/default/V1/integration/admin/token
  2. Send POST API request for sync product: storeurl/rest/V1/products/base-prices. (Update Price using below Payload):
    Payload:
{
  "prices": [
    {
      "price": 85.67,
      "store_id": 1,
      "sku": "Test PRice"
    }
  ]
}
  1. Reindex and clear cache
  2. Navigate to Front-end -> Verify Price in Search Results page and Product Details page
    Issue 1: Price updated through API is getting updated in Front-end Product Details page only but not getting updated in Catalog Search Results page and Admin - Products page
  3. Navigate to Admin - Catalog - Products - Edit same Product - Update new price say ex: 90 and save
  4. Reindex and clear cache
  5. Navigate to front-end - Product Details page
    Issue 2: New Price updated from Admin panel is not getting updated in Front-end product details page (Old value saved using API is displayed in Front-end Product Details page)

Expected result (*)

Base price should be updated in both Search Results page, Product Details page and Admin -> Catalog - > Products page

Actual result (*)

Issue 1. Price updated through API is getting updated in Front-end Product Details page only but not getting updated in Catalog Search Results page and Admin - Products page
Admin PDP

Updated price through API : 85.67 is updated in Product Details page only
ProductDetailsPage

Products_Inventory

TestPrice_Prods

Issue 2: New Price updated from Admin panel is not getting updated in Front-end product details page (Old value saved using API is displayed in Front-end Product Details page)
ProductsPage

TestPrice


Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.

Metadata

Metadata

Assignees

Labels

Area: APIsComponent: ApiUse with concrete module component label E.g. "Component: Api" + "Catalog"Issue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: doneReported on 2.4.xIndicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branch

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions