Get Seller
This service checks whether a seller exists based on the sellerCode and merchantCode.
Request
curl --location --request GET '<BASE_URL>/merchant-sellers/is-exists'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ZGVtbzpwQDU1dzByZA=='
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
sellerCode | String | Yes | Seller Code |
merchantCode | String | Yes | The merchant code to which the product belongs. |
Response
200 OK
true