getProductsSKUbyBarcode

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.

const result = await idosellRequest.getProductsSKUbyBarcode
	.productIndices(["TIN-B1P3", "5904507908904"])
	.exec()