Operation Id:
products/parameters/put [Official Documentaction]
Methods
- items Array<Object>
- settings Object
- id Integer
- item_text_ids Array<Object>
- names Array<Object>
- descriptions Array<Object>
- search_description Array<Object>
- card_icons Array<Object>
- link_icons Array<Object>
- context_id String
- context_value_id String
Examples
Sets the name of the product with id 67 to "102cm" in Polish language.
const result = await idosellRequest.putProductsParameters
.id(67)
.names([{"lang_id":"pol","value":"102cm"}])
.exec()