getProductsIdBySizecode

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

  • codes Array<String>
  • type String
Examples

This function returns the product IDs for the given size code "SSL-B2C4".

const result = await idosellRequest.getProductsIdBySizecode
	.codes(["SSL-B2C4"])
	.exec()