Product bacrode search endpoint

Implementation is REQUIRED

resource: /product/search/barcode

method: POST

Request : ProductSearchRequest

Response: Product

{
    "type": "SELF_SERVICE",
    "barcode": "1ABCS",
    "langCode": "ET",
    "personId": "1abcsd",
    "institutionId": "1ABCS"
}

Last updated