Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0056864 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Retail API | major | have not tried | 2024-10-23 08:35 | 2024-11-05 18:32 | |||
Reporter | AgatheBertin | View Status | public | |||||
Assigned To | Triage Omni WMS | |||||||
Priority | normal | Resolution | duplicate | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | mtaal | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0056864: Stock API. Difference between calls from SSMS or POS | |||||||
Description | When calling the stockAPI from the POS or from SSMS, the payload is not the same. Some fields are missing in the call from SSMS. product.searchKey product.uPCEAN organisation.id organisation.searchKey warehouse.id warehouse.name WEBPOS json { "terminal": { "ID": "S01203T007", "operator": "XXXX", "locale": "en_US" }, "action": "PRODUCT_STOCK", "serviceId": "2763559799", "data": { "product": { "id": "05F07862216E4347813B9E6FFA076044", "name": "Bobine essuie tout Tenerella XL x2", "searchKey": "405281" }, "organization": { "id": "65AC534B40314485B9F21A94D4B669B7", "warehouses": [ { "id": "F81784F90FB7439FA6061E7DB8EB1FEF", "name": "XXXX", "searchKey": "XXXX" } ], "searchKey": "RES01" } } } SSMS JSON { "terminal": { "operator": "XXXXX" }, "action": "PRODUCT_STOCK", "serviceId": "0002606488", "data": { "product": { "id": "540FD891C2F04573BA3AD45E11D11963", "name": "Allumette x40" }, "organization": { "warehouses": [ { "searchKey": "XXXXX" } ] } } } | |||||||
Steps To Reproduce | Call the Stock API from SSMS Call the stock API from WEBPOS and compare boths jsons (payload) | |||||||
Proposed Solution | Add the missing fields in the SSMS payload | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2024-10-23 08:35 | AgatheBertin | New Issue | |
2024-10-23 08:35 | AgatheBertin | Assigned To | => Retail |
2024-10-23 08:35 | AgatheBertin | Triggers an Emergency Pack | => No |
2024-10-23 08:38 | AgatheBertin | Description Updated | View Revisions |
2024-10-23 08:50 | guillermogil | Assigned To | Retail => Triage Omni WMS |
2024-11-05 18:32 | mtaal | Review Assigned To | => mtaal |
2024-11-05 18:32 | mtaal | Relationship added | duplicate of 0018693 |
2024-11-05 18:32 | mtaal | Note Added: 0171455 | |
2024-11-05 18:32 | mtaal | Status | new => closed |
2024-11-05 18:32 | mtaal | Resolution | open => duplicate |
Copyright © 2000 - 2009 MantisBT Group |