Skip to main content

Get ID By Product Code

You can find the merchantProductId by product code using this service.

Request

curl --location --request GET '<BASE_URL>/merchant-products/product-code/{productCode}'
--header 'Content-Type: application/json'
--header 'Authorization: <jwtToken>'

Path Variables

ParameterTypeRequired
Description
productCodeStringYesProduct Code

Response

200 OK
{
"merchantProductId": "<integer>"
}