Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056200Retail ModulesRetail APIpublic2024-08-07 10:452024-08-07 12:13
jmassy 
Retail 
normalmajorhave not tried
newopen 
5
 
 
No
0056200: API Product Characteristics : it's not possible to regroup a characteristic to a parent one
API Product Characteristics : it's not possible to regroup a characteristic to a parent one
Quand on importe une nouvelle caractéristique comme par exemple
"FDS_Color" a partir du json suivant :
[
    {
        "client": "The White Valley Group",
        "organization": "*",
        "name": "FDS_Color",
        "description": "FDS_Color",
        "variant": false,
        "explodeConfigurationTab": true,
        "useOnWebPOS": true,
        "filterOnWebPOS": true,
        "active": true,
        "characteristicValues": [
            {
                "name": "Grey",
                "code": "1",
                "summaryLevel": true,
                "description": "Grey",
                "active": true,
                "translations": []
            },
            {
                "name": "Dark grey",
                "code": "1/3",
                "summaryLevel": false,
                "description": "Dark grey",
                "active": true,
                "translations": []
            },
            {
                "name": "Light grey",
                "code": "1/2",
                "summaryLevel": false,
                "description": "Light grey",
                "active": true,
                "translations": []
            }
        ]
    }
]



for example :
level 0 → Grey
Level 1 → light grey
Level 1 → dark grey

use the json
No tags attached.
png Product Characteristics API.png (40,358) 2024-08-07 10:45
https://issues.openbravo.com/file_download.php?file_id=20069&type=bug
png
Issue History
2024-08-07 10:45jmassyNew Issue
2024-08-07 10:45jmassyAssigned To => Triage Platform Conn
2024-08-07 10:45jmassyFile Added: Product Characteristics API.png
2024-08-07 10:45jmassyTriggers an Emergency Pack => No
2024-08-07 12:13adrianromeroAssigned ToTriage Platform Conn => Retail

There are no notes attached to this issue.