Skip to main content

validateMarker

Check the existence of a textual identifier (marker).

ProductStatuses?.validateMarker( marker? );

Minimal example

const value = await ProductStatuses.validateMarker('marker')
Schema

marker:* string
Product marker
example: marker

This method checks the existence of a textual identifier (marker). It takes a marker parameter as input, representing the product marker to validate. It returns a Promise that resolves to true if the textual identifier (marker) exists or false if it doesn't.

Example response

true