curl --request POST \
--url https://api.example.com/v1/ui/products/name-checks \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"excludeId": "<string>"
}
'{
"isUnique": true
}Checks whether a product name is already taken for the current provider. Used for realtime validation during product creation.
curl --request POST \
--url https://api.example.com/v1/ui/products/name-checks \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"excludeId": "<string>"
}
'{
"isUnique": true
}