PATCH request to update whether the supplier is the main supplier for the product specified in the {ITEM_CODE}.{
"prog_id": 178175,
"subject_code": "EXA01SUPP",
"item_code": "xxxxx",
"success": true
}{
"message": "The supplier with code {supplier_code} is already associated as the primary supplier for the product.",
"supplier_code": "{supplier_code}"
}supplier_code provided does not exist or is invalid, the API will return an error (HTTP 422).ITEM_CODE does not exist in the system, the API will return an error (HTTP 422) indicating the product was not found.main is set to true. If an error occurs, it handles the 403 response and logs the appropriate message.