Openbravo Issue Tracking System - Retail Modules | |||||||||||||
View Issue Details | |||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0056864 | Retail Modules | Retail API | public | 2024-10-23 08:35 | 2024-11-05 18:32 | ||||||||
Reporter | AgatheBertin | ||||||||||||
Assigned To | Triage Omni WMS | ||||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||||||
Status | closed | Resolution | duplicate | ||||||||||
Platform | OS | 5 | OS Version | ||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Merge Request Status | |||||||||||||
Review Assigned To | mtaal | ||||||||||||
OBNetwork customer | |||||||||||||
Support ticket | |||||||||||||
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 | ||||||||||||
Additional Information | |||||||||||||
Tags | No tags attached. | ||||||||||||
Relationships |
| ||||||||||||
Attached Files | |||||||||||||
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 | bug_revision_view_page.php?rev_id=28651#r28651 | ||||||||||
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 |
Notes | |||||
|
|||||
|
|