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
Parameter | Type | Required | Description |
---|---|---|---|
productCode | String | Yes | Product Code |
Response
200 OK
{
"merchantProductId": "<integer>"
}