Operation Id:
products/descriptions/get [Official Documentaction]
Methods
- type 'id'|'index'|'codeExtern'|'codeProducer'
- ids Array<Integer>
- shopId Integer
- productId productId: number|string|number|string|number[]|string[], type: 'id'|'index'|'codeExtern'|'codeProducer'
Examples
This function retrieves the description of a product using its ID.
const result = await idosellRequest.getProductsDescriptions
.type("id")
.ids([9])
.exec()