Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056628Retail ModulesRetail APIpublic2024-10-02 18:572024-11-08 09:33
kchoperena 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
 
No
0056628: Import Product API: characteristicValues documentation is not correctly specifying the name-value relation
According to the documentation available in the Swagger, in a product integration, each characteristicValue integrated should have the next format:

{
  "name":"characteristicName",
  "value":"characteristicValue"
}

The code is not prepared to work with this format. Instead, is waiting for:

{
  "characteristicName":"characteristicValue"
}

Check the Import Product API integration schema: https://livebuilds.openbravo.com/context/retail_pos2_modules_pgsql/api#/Product/Import_Product [^]
No tags attached.
Issue History
2024-10-02 18:57kchoperenaNew Issue
2024-10-02 18:57kchoperenaAssigned To => Triage Platform Conn
2024-10-02 18:57kchoperenaTriggers an Emergency Pack => No
2024-10-03 13:20adrianromeroAssigned ToTriage Platform Conn => Retail
2024-10-17 12:26guillermogilStatusnew => acknowledged
2024-10-23 09:13guillermogilAssigned ToRetail => jorgewederago
2024-10-27 20:58ranjith_qualiantech_comAssigned Tojorgewederago => ranjith_qualiantech_com
2024-10-28 11:48ranjith_qualiantech_comStatusacknowledged => scheduled
2024-11-05 08:06hgbotNote Added: 0171363
2024-11-08 09:33hgbotResolutionopen => fixed
2024-11-08 09:33hgbotStatusscheduled => closed
2024-11-08 09:33hgbotNote Added: 0171683
2024-11-08 09:33hgbotNote Added: 0171684

Notes
(0171363)
hgbot   
2024-11-05 08:06   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/370 [^]
(0171683)
hgbot   
2024-11-08 09:33   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: a0efd59e51c53c37a332a5f9d2655666c9cdd798
Author: Ranjith S R <r.rangaraju@external.orisha.com>
Date: 08-11-2024 08:33:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/a0efd59e51c53c37a332a5f9d2655666c9cdd798 [^]

Fixed ISSUE-56628: Updated description for Import Product characteristicValues

---
M src/org/openbravo/api/mappings/product/ImportProductJavaPropertyMappingHandler.java
---
(0171684)
hgbot   
2024-11-08 09:33   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/370 [^]