getProducts

Operation Id:
products/products/get [Official Documentaction]
Methods

  • productIds Array<String>
Examples

This function retrieves the products with the specified product IDs.

const result = await idosellRequest.getProducts
	.productIds(["5904507908362"])
	.exec()