Operation Id:
products/SKUbyBarcode/get [Official Documentaction]
Methods
- productIndices Array<String>
- searchOnlyInCodeIai Boolean
Examples
This function retrieves the product indices of the given barcodes from the "getProductsSKUbyBarcode" module.
Loading editor...
const result = await idosellRequest.getProductsSKUbyBarcode .productIndices(["TIN-B1P3", "5904507908904"]) .exec();