Error while submitting macOS app

When I try to submit the app for review, I get following error
{
  "errors" : [ {
    "id" : “XXXXXXX-XXXX",
    "status" : "403",
    "code" : "FORBIDDENERROR",
    "title" : "The given operation is not allowed",
    "detail" : "The resource 'appStoreVersionSubmissions' does not allow 'GET
COLLECTION'. Allowed operations are: CREATE, DELETE"
  } ]
}

I have admin privileges and can submit the app. Any idea what could be wrong?.
Also sometime see this error
{
  "errors" : [ {
    "id" : "ckhgajhgzjcgsj",
    "status" : "409",
    "code" : "STATEERROR",
    "title" : "The request cannot be fulfilled because of the state of another resource.",
    "detail" : "Submit for review errors found.",
    "meta" : {
      "associatedErrors" : {
        "/v1/apps/15374xxxx" : [ {
          "id" : "xxxxxxx",
          "status" : "403",
          "code" : "FORBIDDEN
ERROR.CONTRACT.REQUIRED",
          "title" : "The developer does not have an in-effect contract for this operation.",
          "detail" : "The developer does not have a license that allows private distribution"
        } ]
      }
    }
  } ]
}
Error while submitting macOS app
 
 
Q