When we attempt to issue a Cancel Terminal Checkout call, we are occasionally getting an HTTP 400 response with the body of:
{“errors”: [{“code”: “INVALID_VALUE”,“detail”: “Cannot transition from status IN_PROGRESS to status CANCELED with cancel_reason SELLER_CANCELED”,“field”: “status”,“category”: “INVALID_REQUEST_ERROR”}]}
We should be able to cancel a request that is IN_PROGRESS, right? Is this a known issue?