Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056628Retail ModulesRetail APIpublic2024-10-02 18:572024-10-23 09:13
kchoperena 
jorgewederago 
normalminoralways
acknowledgedopen 
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

There are no notes attached to this issue.