Operation Id:
sizecharts/sizecharts/put [Official Documentaction]
Methods
- sizeCharts Array<Object>
- id Integer
- nameInPanel String
- displayMode 'single'|'all'
- languagesData Array<Object>
Examples
This function sets the display mode of the "Ubrania" size chart panel to "single" with the specified ID.
Loading editor...
const result = await idosellRequest.putSizecharts .id(1) .nameInPanel("Ubrania") .displayMode("single") .exec();