Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0055967
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Retail Modules] Retail APImajorhave not tried2024-07-10 14:422024-08-08 13:01
Reporterazzeddine_meftohView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0055967: IMPORt API - promotion product fixed amount - manage multiple date for the same product

Descriptionif we use the API to import a promo with a product with 2 PricingAdjustmentProduct for the same product only one record will be cretaed in the promotion / product tab

[
    {
        "client": "XXXXX",
        "organization": "YYYY",
        "name": "promo name",
        "startingDate": "2024-01-01",
        "searchKey": "ZZZSC",
        "products": [
            {
                "product": "667797",
                "priceAdjustmentType": "F",
                "priceAdjustmentFixedPrice": 9.99,
                "startingDate": "2024-01-01",
                "endingDate": "2024-12-31"
            },
            {
                "product": "667797",
                "priceAdjustmentType": "F",
                "priceAdjustmentFixedPrice": 9.99,
                "startingDate": "2025-01-01",
                "endingDate": "2025-12-31"
            }
        ]
    }
]
Steps To Reproduceimport a promo with products array having 2 times the same product with different dates
only one record is created.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2024-07-10 14:42 azzeddine_meftoh New Issue
2024-07-10 14:42 azzeddine_meftoh Assigned To => Triage Platform Conn
2024-07-10 14:42 azzeddine_meftoh Triggers an Emergency Pack => No
2024-08-08 13:01 adrianromero Assigned To Triage Platform Conn => Retail


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker